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

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c92 static regex_t wjob_re; variable
160 * job_re and wjob_re were compiled in the calling function
166 if (regexec(&wjob_re, line, (size_t)10, matches, 0)
231 (regexec(&wjob_re, line, (size_t)0, NULL, 0) == REG_NOMATCH)) {
307 (void) regcomp(&wjob_re, wjob_expr, REG_EXTENDED|REG_ICASE);
315 (regexec(&wjob_re, line, (size_t)0, NULL, 0) == REG_NOMATCH)) {

Completed in 65 milliseconds