Home
last modified time | relevance | path

Searched refs:longval (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libc/resolv/
H A Dres_debug.c1029 int32_t latval, longval, altval; in loc_ntoa() local
1054 longval = (templ - ((unsigned)1<<31)); in loc_ntoa()
1079 if (longval < 0) { in loc_ntoa()
1081 longval = -longval; in loc_ntoa()
1085 longsecfrac = longval % 1000; in loc_ntoa()
1086 longval = longval / 1000; in loc_ntoa()
1087 longsec = longval % 60; in loc_ntoa()
1088 longval = longval / 60; in loc_ntoa()
1089 longmin = longval % 60; in loc_ntoa()
1090 longval = longval / 60; in loc_ntoa()
[all …]
/freebsd/sbin/sysctl/
H A Dsysctl.c304 long longval; in parse_numeric() local
328 longval = strtol(newvalstr, &endptr, 0); in parse_numeric()
329 newval = &longval; in parse_numeric()
330 valsize = sizeof(longval); in parse_numeric()
/freebsd/sys/sys/
H A Dmodule.h69 long longval; member
/freebsd/sys/kern/
H A Dkern_module.c478 int longval; member
/freebsd/contrib/tcpdump/
H A Dconfigure1761 static long int longval (void) { return $2; }
1774 long int i = longval ();
/freebsd/contrib/libpcap/
H A Dconfigure1850 static long int longval (void) { return $2; }
1863 long int i = longval ();
/freebsd/contrib/libevent/
H A Dconfigure2243 static long int longval () { return $2; }
2256 long int i = longval ();
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfigure2215 static long int longval (void) { return $2; }
2228 long int i = longval ();
/freebsd/contrib/ldns/
H A Dconfigure2119 static long int longval (void) { return $2; }
2132 long int i = longval ();
/freebsd/contrib/unbound/
H A Dconfigure2300 static long int longval (void) { return $2; }
2313 long int i = longval ();
/freebsd/contrib/ntp/sntp/
H A Dconfigure2280 static long int longval (void) { return $2; }
2293 long int i = longval ();
/freebsd/contrib/ntp/
H A Dconfigure2444 static long int longval (void) { return $2; }
2457 long int i = longval ();