Searched refs:lineq (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/last/ |
H A D | last.c | 74 #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") &&
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nsparse.c | 520 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/lib/libsldap/common/ |
H A D | ns_sasl.c | 265 char lineq[BUFSIZ], db_colon[BUFSIZ]; local 273 while (linep = fgets(lineq, BUFSIZ, fp)) {
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_files.c | 334 char lineq[LINESZ]; local 343 unquote(line, lineq); 344 if (macro_expand("", line, lineq, LINESZ)) {
|
Completed in 48 milliseconds