Searched refs:fileflags (Results 1 – 2 of 2) sorted by relevance
131 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()
625 int fileflags; in add_new_socket() local645 fileflags = fcntl(c->fd, F_GETFL, 0); in add_new_socket()646 fcntl(c->fd, F_SETFL, fileflags | O_NONBLOCK); in add_new_socket()