Home
last modified time | relevance | path

Searched refs:getint (Results 1 – 6 of 6) sorted by relevance

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