Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/last/
H A Dlast.c76 #define lineq(a, b) (strncmp(a, b, LMAX) == 0) macro
80 (lineq(a, b)&&hosteq(a+LMAX+1, c)&&nameq(a+LMAX+HMAX+2, d))
322 if (!lineq(bp->ut_line, "system boot") && in main()
323 !lineq(bp->ut_line, "system down")) { in main()
551 lineq(*name, bp->ut_line) || in want()
552 (lineq(*name, "ftp") && in want()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c521 char lineq[BUFSIZ]; in __nsw_getconfig_v1() local
550 while ((linep = fgets(lineq, BUFSIZ, fp)) != NULL) { in __nsw_getconfig_v1()
622 char lineq[BUFSIZ]; in __nsw_getconfig() local
650 while ((linep = fgets(lineq, BUFSIZ, fp)) != NULL) { in __nsw_getconfig()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c316 char lineq[LINESZ]; in loadmaster_files() local
325 unquote(line, lineq); in loadmaster_files()
326 if (macro_expand("", line, lineq, LINESZ)) { in loadmaster_files()
/illumos-gate/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()