Home
last modified time | relevance | path

Searched refs:lineq (Results 1 – 4 of 4) sorted by relevance

/titanic_44/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") && 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_44/usr/src/lib/libc/port/gen/
H A Dnsparse.c520 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_44/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)) {
/titanic_44/usr/src/lib/libsldap/common/
H A Dns_sasl.c265 char lineq[BUFSIZ], db_colon[BUFSIZ]; in __ns_nsw_getconfig() local
273 while (linep = fgets(lineq, BUFSIZ, fp)) { in __ns_nsw_getconfig()