Lines Matching defs:dnf
850 int nw, lt, dcf = -1, nullfd, dnf = -1;
854 if ((dnf = open(dnname, O_WRONLY)) < 0) {
866 (void) close(dnf);
880 nw = (*Write)(dnf, phone, lt = strlen(phone));
903 (void) close(dnf);
909 (void) close(dnf); /* no reason to keep the 801 open */
925 int nw, lt, dcf = -1, nullfd, dnf = -1, ret;
931 (void) close(dnf);
941 if ((dnf = open(dnname, O_WRONLY)) < 0 ) {
947 if ( fd_mklock(dnf) != SUCCESS ) {
948 (void)close(dnf);
966 nw = (*Write)(dnf, phone, lt = strlen(phone));
970 (void) close(dnf);
977 (void) close(dnf);