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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrftime.c46 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(tem
373 itoa(i, ptr, dig) function
[all...]
/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.h67 extern void itoa(long, char *);
H A Dsubr.c240 itoa((long)getpid(), idstr);
244 itoa((long)getppid(), idstr);
248 itoa((long)getpgrp(), idstr);
251 itoa((long)getsid(getpid()), idstr);
262 itoa((long)getuid(), idstr);
266 itoa((long)getgid(), idstr);
270 itoa((long)getprojid(), idstr);
274 itoa((long)gettaskid(), idstr);
278 itoa((long)getzoneid(), idstr);
285 itoa((lon
515 itoa(n, s) function
[all...]
H A Dpriocntl.c613 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((lon
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpt.c63 static void itoa(int, char *);
104 itoa(dev, sname + strlen(PTSNAME));
190 itoa(int i, char *ptr) function
H A Dttyname.c105 static void itoa(int i, char *ptr);
364 itoa(minor(fsb->st_rdev), buf+strlen(buf));
446 itoa(int i, char *ptr) function
H A Dfmtmsg.c764 itoa(int n, char *s) function
909 itoa(severity, &sevpstrbuf[3]);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dopen.c48 static void itoa(int i, char *ptr);
128 itoa(fsb.st_rdev & MAXMIN, str1);
140 itoa(int i, char *ptr) function
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c46 static void itoa (char *buf, int base, int d);
174 itoa (char *buf, int base, int d) function
263 itoa (buf, c, *((int *) arg++));
H A Dkernel.c.texi46 static void itoa (char *buf, int base, int d);
174 itoa (char *buf, int base, int d)
263 itoa (buf, c, *((int *) arg++));

Completed in 924 milliseconds