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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c265 char lineq[BUFSIZ], db_colon[BUFSIZ]; local
273 while (linep = fgets(lineq, BUFSIZ, fp)) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c334 char lineq[LINESZ]; local
343 unquote(line, lineq);
344 if (macro_expand("", line, lineq, LINESZ)) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c520 char lineq[BUFSIZ]; local
548 while (linep = fgets(lineq, BUFSIZ, fp)) {
618 char lineq[BUFSIZ]; local
645 while (linep = fgets(lineq, BUFSIZ, fp)) {
/illumos-gate/usr/src/cmd/last/
H A Dlast.c74 #define lineq(a, b) (strncmp(a, b, LMAX) == 0) macro
78 (lineq(a, b)&&hosteq(a+LMAX+1, c)&&nameq(a+LMAX+HMAX+2, d))
305 if (!lineq(bp->ut_line, "system boot") &&
306 !lineq(bp->ut_line, "system down")) {
498 lineq(*name, bp->ut_line) ||
499 (lineq(*name, "ftp") &&

Completed in 80 milliseconds