Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bnu/
H A Dcallers.c850 int nw, lt, dcf = -1, nullfd, dnf = -1; local
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; local
931 (void) close(dnf);
941 if ((dnf = open(dnname, O_WRONLY)) < 0 ) {
947 if ( fd_mklock(dnf) != SUCCESS ) {
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1286 const char **dnf; in get_unique_devs() local
1307 for (dnf = (dnp = dnames) + 1; dnf < dnames+ndevs; dnf++) in get_unique_devs()
1308 if (strcmp(*dnf, *dnp) != 0) in get_unique_devs()
1309 *++dnp = *dnf; in get_unique_devs()