Searched refs:getint (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/heimdal/kdc/ |
H A D | mit_dump.c | 117 getint(char **p) in getint() function 268 tmp = getint(&p); in mit_prop_dump() 274 num_tl_data = getint(&p); /* number of tl-data */ in mit_prop_dump() 275 num_key_data = getint(&p); /* number of key-data */ in mit_prop_dump() 276 getint(&p); /* length of extra data */ in mit_prop_dump() 279 attributes = getint(&p); /* attributes */ in mit_prop_dump() 281 tmp = getint(&p); /* max life */ in mit_prop_dump() 286 tmp = getint(&p); /* max renewable life */ in mit_prop_dump() 291 tmp = getint(&p); /* expiration */ in mit_prop_dump() 296 tmp = getint(&p); /* pw expiration */ in mit_prop_dump() [all …]
|
/freebsd/sbin/devmatch/ |
H A D | devmatch.c | 147 getint(void **ptr) in getint() function 257 getint(&walker); in search_hints() 263 len = getint(&walker); in search_hints() 264 ival = getint(&walker); in search_hints() 269 ival = getint(&ptr); in search_hints() 288 ents = getint(&ptr); in search_hints() 320 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 | 1229 getint(void **ptr) in getint() function 1345 len = getint(&walker); in devmatch_search_hints() 1346 ival = getint(&walker); in devmatch_search_hints() 1351 ival = getint(&ptr); in devmatch_search_hints() 1370 ents = getint(&ptr); in devmatch_search_hints() 1402 ival = getint(&ptr); in devmatch_search_hints()
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 109 static int getint(STANZA *s, int *out, const char *attribute) in getint() function 1365 || !getint(s, &n, "N")) in file_lshift() 1390 || !getint(s, &n, "N")) in file_rshift()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 5579 (getint): use get_msb_short()
|