Searched refs:getint (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/decls/ |
H A D | tst.funcs.d | 37 extern int getint(void);
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/ |
H A D | srvinfo.c | 258 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/sgs/libelf/misc/ |
H A D | demangle.c | 67 getint(c) function 96 n = getint(&c); 233 n = getint(&c);
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 109 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/printf/ |
H A D | printf.c | 77 static int getint(int *); 242 if (getint(&fieldwidth)) 288 if (getint(&precision)) 537 getint(int *ip) function
|
/illumos-gate/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 642 getint(const char *name, const char *s) function 761 msec = getint("interval", argv[optind++]) * MILLISEC; 766 iter = getint("count", argv[optind++]);
|
Completed in 121 milliseconds