Home
last modified time | relevance | path

Searched refs:numstr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/lpr/common_source/
H A Dmatchjobs.c225 numstr = NULL; in parse_jobspec()
263 numstr = lhside; in parse_jobspec()
266 numstr = rhside; in parse_jobspec()
284 numstr = lhside; in parse_jobspec()
289 numstr = rhside; in parse_jobspec()
298 if (numstr != NULL) { in parse_jobspec()
300 jobnum = strtol(numstr, &numstr, 10); in parse_jobspec()
310 if ((*numstr == '-') && (isdigitch(*(numstr + 1)))) { in parse_jobspec()
311 numstr++; in parse_jobspec()
313 jobnum = strtol(numstr, &numstr, 10); in parse_jobspec()
[all …]
/dragonfly/lib/libc/stdlib/
H A Dstrtonum.c30 strtonum(const char *numstr, long long minval, long long maxval, in strtonum() argument
51 ll = strtoll(numstr, &ep, 10); in strtonum()
52 if (numstr == ep || *ep != '\0') in strtonum()
/dragonfly/contrib/tcpdump/
H A Dprint-telnet.c368 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
371 numstr(int x) in numstr() function
H A Dprint-isakmp.c630 static char *numstr(u_int);
727 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
1717 ND_PRINT(" type=%s", numstr(type)); in ikev1_n_print()
1721 ND_PRINT(" type=%s", numstr(type)); in ikev1_n_print()
1743 ND_PRINT(" type=%s", numstr(type)); in ikev1_n_print()
2814 numstr(u_int x) in numstr() function