Searched defs:ulval (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_queue.h | 128 #define MQID_LG_DECODE_USEC(str, ulval, error) \ argument 131 #define MQID_LG_DECODE_INUM(str, ulval, error) \ argument 137 #define MQID_LG_DECODE(str, ulval, base, error) do { \ argument 170 #define MQID_SH_DECODE_INUM(str, ulval, error) do { \ argument
|
H A D | safe_ultostr.c | 101 char *safe_ultostr(VSTRING *buf, unsigned long ulval, int base, in safe_ultostr() 220 unsigned long ulval; in main() local
|
/netbsd-src/sys/kern/ |
H A D | subr_optstr.c | 129 const unsigned long ulval = strtoul(data, &ep, 10); in optstr_get_number() local 148 const unsigned long ulval = strtoul(data, &ep, 16); in optstr_get_number_hex() local 167 const unsigned long ulval = strtoul(data, &ep, 2); in optstr_get_number_binary() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | name_mask.c | 218 unsigned long ulval; in name_mask_delim_opt() local 332 unsigned long ulval; in long_name_mask_delim_opt() local
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | parse.y | 2360 u_long ulval; variable 2584 u_long ulval; variable 2788 u_long ulval; variable 2870 u_long ulval; variable 2949 u_long ulval; variable 2990 u_long ulval; variable 3022 u_long ulval; variable 3046 u_long ulval; variable 5432 u_long ulval; in atoul() local 5449 u_long ulval; in getservice() local [all …]
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_increment.c | 62 u_long ulval, change; in v_increment() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | opt.c | 619 unsigned long ulval; in opt_next() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_misc.c | 589 unsigned long ulval; in parse_tls_version() local
|
/netbsd-src/lib/libc/stdio/ |
H A D | vfwprintf.c | 667 u_long ulval; /* integer arguments %[diouxX] */ in WDECL() local
|