Searched refs:modebits (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sbin/fsdb/
H A Dfsdb.c1291 long modebits; local
1298 modebits = strtol(argv[1], &cp, 8);
1300 warnx("bad modebits `%s'", argv[1]);
1304 DIP_SET(curinode, mode, iswap16((mode & ~07777) | modebits));
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Deap.c1602 open_pn_file(mode_t modebits) argument
1609 fd = open(path, modebits, S_IRUSR | S_IWUSR);

Completed in 217 milliseconds