/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | strftime.c | 46 static char *itoa(); 143 cp = itoa(tm->tm_mday, cp, 2); 160 cp = itoa(tm->tm_mday, cp, 1); 162 cp = itoa(tm->tm_mday, cp, 2); 168 cp = itoa(tm->tm_hour, cp, 2); 174 cp = itoa(tm->tm_hour > 12 ? 183 cp = itoa(tm->tm_yday + 1, cp, 3); 191 cp = itoa(tm->tm_hour, cp, 1); 193 cp = itoa(tm->tm_hour, cp, 2); 204 cp = itoa(temp, cp, 1); [all …]
|
/titanic_41/usr/src/cmd/priocntl/ |
H A D | subr.c | 243 itoa((long)getpid(), idstr); 247 itoa((long)getppid(), idstr); 251 itoa((long)getpgrp(), idstr); 254 itoa((long)getsid(getpid()), idstr); 265 itoa((long)getuid(), idstr); 269 itoa((long)getgid(), idstr); 273 itoa((long)getprojid(), idstr); 277 itoa((long)gettaskid(), idstr); 281 itoa((long)getzoneid(), idstr); 288 itoa((long)id, idstr); [all …]
|
H A D | priocntl.c | 613 itoa((long)prinfo.pr_pid, idstr); 619 itoa((long)prinfo.pr_ppid, idstr); 625 itoa((long)prinfo.pr_pgid, idstr); 631 itoa((long)prinfo.pr_sid, idstr); 642 itoa((long)prcred.pr_euid, idstr); 648 itoa((long)prcred.pr_egid, idstr); 654 itoa((long)prinfo.pr_projid, idstr); 660 itoa((long)prinfo.pr_taskid, idstr); 666 itoa((long)prinfo.pr_zoneid, idstr); 672 itoa((long)prinfo.pr_contract, idstr);
|
H A D | priocntl.h | 67 extern void itoa(long, char *);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | pt.c | 63 static void itoa(int, char *); 104 itoa(dev, sname + strlen(PTSNAME)); in ptsname() 190 itoa(int i, char *ptr) in itoa() function
|
H A D | ttyname.c | 105 static void itoa(int i, char *ptr); 364 itoa(minor(fsb->st_rdev), buf+strlen(buf)); in ispts() 446 itoa(int i, char *ptr) in itoa() function
|
H A D | fmtmsg.c | 764 itoa(int n, char *s) in itoa() function 909 itoa(severity, &sevpstrbuf[3]); in writemsg()
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | open.c | 48 static void itoa(int i, char *ptr); 128 itoa(fsb.st_rdev & MAXMIN, str1); in isptsfd() 140 itoa(int i, char *ptr) in itoa() function
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c | 46 static void itoa (char *buf, int base, int d); 174 itoa (char *buf, int base, int d) in itoa() function 263 itoa (buf, c, *((int *) arg++)); in printf()
|
H A D | kernel.c.texi | 46 static void itoa (char *buf, int base, int d); 174 itoa (char *buf, int base, int d) 263 itoa (buf, c, *((int *) arg++));
|
H A D | multiboot.info | 1316 static void itoa (char *buf, int base, int d); 1444 itoa (char *buf, int base, int d) 1533 itoa (buf, c, *((int *) arg++));
|