Searched refs:itoa (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.bin/host/ |
| D | host.c | 806 char *itoa PROTO((int)); 2294 itoa(n), pr_type(type), name); 2651 doprintf(("\t%s", itoa(ttl))) 2709 doprintf(("\t%s", itoa(n))) 2767 doprintf(("\n\t\t\t%s", itoa(n))) 2772 doprintf(("\n\t\t\t%s", itoa(n))) 2777 doprintf(("\n\t\t\t%s", itoa(n))) 2782 doprintf(("\n\t\t\t%s", itoa(n))) 2804 doprintf((" %s", itoa(n))) 2826 doprintf((" %s", itoa(n))) [all …]
|
| /mirbsd/src/usr.bin/top/ |
| D | utils.h | 34 char *itoa(int);
|
| D | utils.c | 73 itoa(int val) in itoa() function
|
| D | top.c | 731 itoa(displays)); in rundisplay()
|
| /mirbsd/src/usr.sbin/lpr/lpr/ |
| D | lpr.c | 112 static char *itoa(int); 318 card('I', itoa(indent)); in main() 629 itoa(int i) in itoa() function
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | intdef.h | 36 #define itoa NWitoa macro
|
| D | Nwmain.c | 1343 itoa(PERL_REVISION, sPerlRevision, 10); in fnGetPerlScreenName() 1344 itoa(PERL_VERSION, sPerlVersion, 10); in fnGetPerlScreenName() 1345 itoa(PERL_SUBVERSION, sPerlSubVersion, 10); in fnGetPerlScreenName()
|