Searched refs:check_dup (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/regression/security/open_to_operation/ |
H A D | open_to_operation.c | 200 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 D | defs.h | 588 struct interface *check_dup(naddr, naddr, naddr, int);
|
H A D | if.c | 376 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 D | parms.c | 307 ifp = check_dup(gate,dst,netmask,state); in gwkludge()
|