Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/lpr/lpr/ | |
lpr.c | 109 static char *itoa(int); 323 card('I', itoa(indent)); 655 * itoa - integer to string conversion 658 itoa(int i) function in typeref:typename:char * |
/src/games/hack/ | |
hack.end.c | 83 static char *itoa(int); 592 strlcpy(hpbuf, (t1->hp > 0) ? itoa(t1->hp) : "-", sizeof(hpbuf)); 621 itoa(int a) function in typeref:typename:char * |