Searched refs:getint (Results 1 – 11 of 11) sorted by relevance
| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | hdb-mitdb.c | 995 getint(char **p) in getint() function 1057 if (getint(&p) != 38) in _hdb_mit_dump2mitdb_entry() 1066 getint(&p); /* length of extra data */ in _hdb_mit_dump2mitdb_entry() 1073 tmp = getint(&p); /* max life */ in _hdb_mit_dump2mitdb_entry() 1078 tmp = getint(&p); /* max renewable life */ in _hdb_mit_dump2mitdb_entry() 1083 tmp = getint(&p); /* expiration */ in _hdb_mit_dump2mitdb_entry() 1088 tmp = getint(&p); /* pw expiration */ in _hdb_mit_dump2mitdb_entry() 1093 tmp = getint(&p); /* last auth */ in _hdb_mit_dump2mitdb_entry() 1098 tmp = getint(&p); /* last failed auth */ in _hdb_mit_dump2mitdb_entry() 1103 tmp = getint(&p); /* fail auth count */ in _hdb_mit_dump2mitdb_entry() [all …]
|
| /freebsd/sbin/devmatch/ |
| H A D | devmatch.c | 178 getint(void **ptr) in getint() function 289 getint(&walker); in search_hints() 295 len = getint(&walker); in search_hints() 296 ival = getint(&walker); in search_hints() 301 ival = getint(&ptr); in search_hints() 320 ents = getint(&ptr); in search_hints() 352 ival = getint(&ptr); in search_hints()
|
| /freebsd/usr.bin/printf/ |
| H A D | printf.c | 76 static int getint(int *); 258 if (getint(&fieldwidth)) in printf_doformat() 302 if (getint(&precision)) in printf_doformat() 552 getint(int *ip) in getint() function
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/ |
| H A D | tst.funcs.d | 37 extern int getint(void);
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_palisade.c | 589 event = (unsigned short) (getint((u_char *) &mb(1)) & 0xffff); in TSIP_decode() 625 GPS_UTC_Offset = getint((u_char *) &mb(16)); in TSIP_decode() 759 if ( (getint((u_char *) &mb(10)) & 0x80) && in TSIP_decode() 814 GPS_UTC_Offset = getint((u_char *) &mb(7)); in TSIP_decode() 906 printf("GPS WN: %d\n", getint((u_char *) &mb(4))); in TSIP_decode() 933 wn = (uint16_t)getint((u_char *) &mb(4)); in TSIP_decode() 1520 getint ( in getint() function
|
| H A D | refclock_palisade.h | 192 static short getint (u_char *);
|
| /freebsd/contrib/file/src/ |
| H A D | vasprintf.c | 265 static int getint(const char **string) in getint() function 361 width = getint(&SRCTXT); in dispatch() 378 prec = getint(&SRCTXT); in dispatch()
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | client.py | 95 n_uname = getint(self.config, section, 'n_uname', 1001) 155 def getint(conf, section, name, default=None): function 322 port = config.getint('client', 'port') 398 n_uname = getint(tstate.config, section, 'n_uname', 1001) 411 tstate.gid = getint(tstate.config, 'client', 'gid', 0)
|
| /freebsd/stand/common/ |
| H A D | module.c | 1239 getint(void **ptr) in getint() function 1355 len = getint(&walker); in devmatch_search_hints() 1356 ival = getint(&walker); in devmatch_search_hints() 1361 ival = getint(&ptr); in devmatch_search_hints() 1380 ents = getint(&ptr); in devmatch_search_hints() 1412 ival = getint(&ptr); in devmatch_search_hints()
|
| /freebsd/crypto/openssl/test/ |
| H A D | bntest.c | 113 static int getint(STANZA *s, int *out, const char *attribute) in getint() function 1387 || !getint(s, &n, "N")) in file_lshift() 1412 || !getint(s, &n, "N")) in file_rshift()
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 5579 (getint): use get_msb_short()
|