Searched defs:getint (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c67 getint(c) function
96 n = getint(&c);
233 n = getint(&c);
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dsrvinfo.c258 getint(const uchar_t *p) function
369 x = getint(recvbuf + 4);
374 printf("Platform Id: %d\n", getint(recvbuf + 0x20));
375 printf("Version Major: %d\n", getint(recvbuf + 0x28));
376 printf("Version Minor: %d\n", getint(recvbuf + 0x2c));
377 printf("Srv type flags: 0x%x\n", getint(recvbuf + 0x30));
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c77 static int getint(int *);
242 if (getint(&fieldwidth))
288 if (getint(&precision))
537 getint(int *ip) function
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c109 extern char *skipstr(), *getstr(), *getint();
128 p = skipstr(p); p = getint(p, &t.bset);
129 p = skipstr(p); p = getint(p, &t.breset);
130 p = skipstr(p); p = getint(p, &t.Hor);
131 p = skipstr(p); p = getint(p, &t.Vert);
132 p = skipstr(p); p = getint(p, &t.Newline);
133 p = skipstr(p); p = getint(p, &t.Char);
134 p = skipstr(p); p = getint(p, &t.Em);
135 p = skipstr(p); p = getint(p, &t.Halfline);
136 p = skipstr(p); p = getint(
266 char *getint(s, pn) /* find integer at s */ function
[all...]
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c642 getint(const char *name, const char *s) function
761 msec = getint("interval", argv[optind++]) * MILLISEC;
766 iter = getint("count", argv[optind++]);

Completed in 48 milliseconds