Home
last modified time | relevance | path

Searched refs:check_dup (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c200 check_dup(const char *testname, const char *path, const int *modes, in check_dup() function
1103 check_dup("check_dup_dir", dir_path, dir_modes, dir_modes_count); in main()
1104 check_dup("check_dup_file", file_path, file_modes, file_modes_count); in main()
/freebsd/sbin/routed/
H A Ddefs.h588 struct interface *check_dup(naddr, naddr, naddr, int);
H A Dif.c376 check_dup(naddr addr, /* IP address, so network byte order */ in check_dup() function
1030 ifp = check_dup(ifs.int_addr,ifs.int_dstaddr,ifs.int_mask, in ifinit()
H A Dparms.c307 ifp = check_dup(gate,dst,netmask,state); in gwkludge()