Home
last modified time | relevance | path

Searched refs:ntimes (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswparse.c242 int ntimes = 0; /* try again max N times */ in _nsw_getoneconfig_v1() local
294 ntimes = atoi(linep); in _nsw_getoneconfig_v1()
295 if (ntimes < 0 || ntimes > INT_MAX) in _nsw_getoneconfig_v1()
296 ntimes = 0; in _nsw_getoneconfig_v1()
325 dns_tryagain_retry : ntimes; in _nsw_getoneconfig_v1()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c195 int ntimes = 0; /* try again max N times */ in _nsw_getoneconfig_v1() local
246 ntimes = atoi(linep); in _nsw_getoneconfig_v1()
247 if (ntimes < 0 || ntimes > INT_MAX) in _nsw_getoneconfig_v1()
248 ntimes = 0; in _nsw_getoneconfig_v1()
277 dns_tryagain_retry : ntimes; in _nsw_getoneconfig_v1()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c352 int ntimes, tred, count, j; in wract() local
358 ntimes = 0; in wract()
372 if (count > ntimes) { in wract()
374 ntimes = count; in wract()