Searched refs:modebits (Results 1 – 2 of 2) sorted by relevance
1291 long modebits; in CMDFUNC() local1298 modebits = strtol(argv[1], &cp, 8); in CMDFUNC()1304 DIP_SET(curinode, mode, iswap16((mode & ~07777) | modebits)); in CMDFUNC()
1543 open_pn_file(mode_t modebits) in open_pn_file() argument1550 fd = open(path, modebits, S_IRUSR | S_IWUSR); in open_pn_file()