Searched refs:lineq (Results 1 – 4 of 4) sorted by relevance
/titanic_50/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") && in main() 306 !lineq(bp->ut_line, "system down")) { in main() 498 lineq(*name, bp->ut_line) || in want() 499 (lineq(*name, "ftp") && in want()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | nsparse.c | 520 char lineq[BUFSIZ]; in __nsw_getconfig_v1() local 548 while (linep = fgets(lineq, BUFSIZ, fp)) { in __nsw_getconfig_v1() 618 char lineq[BUFSIZ]; in __nsw_getconfig() local 645 while (linep = fgets(lineq, BUFSIZ, fp)) { in __nsw_getconfig()
|
/titanic_50/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)) {
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 265 char lineq[BUFSIZ], db_colon[BUFSIZ]; in __ns_nsw_getconfig() local 273 while (linep = fgets(lineq, BUFSIZ, fp)) { in __ns_nsw_getconfig()
|