Searched defs:instr_limit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c144 *instr_limit = instr + lenstr; local
154 while (instr < instr_limit && isspace(*instr)) {
157 if (instr >= instr_limit || *instr == '#') {
161 while (instr < instr_limit && !isspace(*instr)) {

Completed in 46 milliseconds