Searched refs:ENOTFOUND (Results 1 – 4 of 4) sorted by relevance
49 #define ENOTFOUND 1 /* file not found */ macro72 { ENOTFOUND, "ENOTFOUND" }, /* file not found */
600 if (suppress_naks && *filename != '/' && ecode == ENOTFOUND) in tftp_rrq()716 return (errno == ENOENT ? ENOTFOUND : EACCESS); in validate_access()718 return (ENOTFOUND); in validate_access()733 err = ENOTFOUND; in validate_access()755 else if (err != ENOTFOUND || !create_new) in validate_access()
61 { ENOTFOUND, "File not found" },
71 #define ENOTFOUND 1 /* file not found */ macro