Searched refs:strtonum (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-11-stable/crypto/openssh/
H A Dchannels.c4619 screen_number = (u_int)strtonum(cp + 1, 0, 400, NULL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7888 INTERCEPTOR(long long, strtonum, const char *nptr, long long minval,
7891 COMMON_INTERCEPTOR_ENTER(ctx, strtonum, nptr, minval, maxval, errstr);
7898 ret = REAL(strtonum)(nptr, minval, maxval, errstr);
7906 #define INIT_STRTONUM COMMON_INTERCEPT_FUNCTION(strtonum)
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y2800 i = strtonum($2 + 5, 0, 255, &errstr);
5836 yylval.v.number = strtonum(buf, LLONG_MIN,
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c5366 arg = strtonum(*av, 0, 0xffff, &errstr);

Completed in 110 milliseconds

123