Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/resolv/
H A Dres_debug.c1036 int32_t latval, longval, altval; in loc_ntoa() local
1061 longval = (templ - ((unsigned)1<<31)); in loc_ntoa()
1086 if (longval < 0) { in loc_ntoa()
1088 longval = -longval; in loc_ntoa()
1092 longsecfrac = longval % 1000; in loc_ntoa()
1093 longval = longval / 1000; in loc_ntoa()
1094 longsec = longval % 60; in loc_ntoa()
1095 longval = longval / 60; in loc_ntoa()
1096 longmin = longval % 60; in loc_ntoa()
1097 longval = longval / 60; in loc_ntoa()
[all …]
/freebsd-13.1/sbin/sysctl/
H A Dsysctl.c247 long longval; in parse_numeric() local
271 longval = strtol(newvalstr, &endptr, 0); in parse_numeric()
272 newval = &longval; in parse_numeric()
273 valsize = sizeof(longval); in parse_numeric()
/freebsd-13.1/sys/kern/
H A Dkern_module.c481 int longval; member
525 CP(mod->data, data32, longval); in freebsd32_modstat()
/freebsd-13.1/sys/sys/
H A Dmodule.h71 long longval; member
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dconfigure2172 static long int longval () { return $2; }
2185 long int i = longval ();
/freebsd-13.1/contrib/ldns/
H A Dconfigure2194 static long int longval () { return $2; }
2207 long int i = longval ();
/freebsd-13.1/contrib/libevent/
H A Dconfigure2173 static long int longval () { return $2; }
2186 long int i = longval ();
/freebsd-13.1/contrib/unbound/
H A Dconfigure2331 static long int longval () { return $2; }
2344 long int i = longval ();
/freebsd-13.1/contrib/apr/
H A Dconfigure2239 static long int longval () { return $2; }
2252 long int i = longval ();
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfigure2311 static long int longval () { return $2; }
2324 long int i = longval ();
/freebsd-13.1/contrib/ntp/
H A Dconfigure2488 static long int longval () { return $2; }
2501 long int i = longval ();