Home
last modified time | relevance | path

Searched refs:defl (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dmatch.c98 goto defl;
110 goto defl;
131 defl:
/titanic_41/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c3060 FILE *defl; in _read_nsw_file() local
3065 defl = fopen(__NSW_DEFAULT_FILE, "rF"); in _read_nsw_file()
3066 } while ((defl == NULL) && (errno == EINTR)); in _read_nsw_file()
3068 if (defl == NULL) in _read_nsw_file()
3071 while (fgets(defval, sizeof (defval), defl) != NULL) { in _read_nsw_file()
3079 (void) fclose(defl); in _read_nsw_file()