Searched refs:itoa (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/top/
H A Dutils.h15 char *itoa();
H A Dtop.h22 char *itoa();
H A Dutils.c50 * itoa - convert integer (decimal) to ascii string for positive numbers
62 char *itoa(val) function
88 * itoa7(val) - like itoa, except the number is right justified in a 7
89 * character field. This code is a duplication of itoa instead of
470 p = strecpy(p, itoa(amt));
502 p = strecpy(p, itoa((int)amt));
H A Ddisplay.c1172 p = strecpy(p, itoa(num));
H A Dtop.c945 itoa(displays));
/freebsd-10.1-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile12 SRCS+= iftoa.c itoa.c matherr.c progname.c
/freebsd-10.1-release/release/picobsd/tinyware/msh/
H A Dsh1.c71 setval(lookup("$"), itoa(getpid(), 5));
381 return(itoa(n, -1));
385 itoa(u, n) function
H A Dsh.h198 _PROTOTYPE(char *itoa , (unsigned u , int n ));
/freebsd-10.1-release/usr.sbin/lpr/lpr/
H A Dlpr.c119 static char *itoa(int _i);
350 card('I', itoa(indent));
788 * itoa - integer to string conversion
791 itoa(int i) function

Completed in 368 milliseconds