Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/xinstall/
H A Dxinstall.c131 static u_long fileflags; variable
377 if (string_to_flags(&fflags, &fileflags, NULL)) in main()
380 fflags = flags_to_string(fileflags, "-"); in main()
842 flags & SETFLAGS ? fileflags : from_sb.st_flags & ~UF_NODUMP) == -1) in install()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dserver.c625 int fileflags; in add_new_socket() local
645 fileflags = fcntl(c->fd, F_GETFL, 0); in add_new_socket()
646 fcntl(c->fd, F_SETFL, fileflags | O_NONBLOCK); in add_new_socket()