Home
last modified time | relevance | path

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

/freebsd/libexec/tftpd/
H A Dtftpd.c89 static int check_woth = 1; variable
175 check_woth = -1; in main()
366 if (check_woth == -1) in main()
367 check_woth = 0; in main()
369 if (check_woth == -1) in main()
370 check_woth = 1; in main()
727 if (check_woth && (sb.st_mode & S_IWOTH) == 0) in validate_access()
750 if (check_woth && (sb.st_mode & S_IWOTH) == 0) in validate_access()