HomeSort by relevance Sort by last modified time
    Searched refs:ENOTFOUND (Results 1 - 8 of 8) sorted by null

  /external/curl/tests/server/
tftp.h 53 #define ENOTFOUND 1
tftpd.c 169 { ENOTFOUND, "File not found" },
    [all...]
  /bionic/libc/include/arpa/
tftp.h 72 #define ENOTFOUND 1 /* file not found */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h 68 #define ENOTFOUND 1 /* file not found */
  /external/iputils/
tftp.h 71 #define ENOTFOUND 1 /* file not found */
tftpd.c 308 return (errno == ENOENT ? ENOTFOUND : EACCESS);
499 { ENOTFOUND, "File not found" },
  /external/tcpdump/
print-tftp.c 53 #define ENOTFOUND 1 /* file not found */
77 { ENOTFOUND, "ENOTFOUND" }, /* file not found */
  /external/dtc/pylibfdt/
libfdt.i 86 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors,

Completed in 149 milliseconds