Searched refs:DT_UNKNOWN (Results 1 - 15 of 15) sorted by relevance

/external/qemu/
H A Dpath.c64 #if defined(DT_DIR) && defined(DT_UNKNOWN)
66 # define is_dir_maybe(type) ((type) == DT_DIR || (type) == DT_UNKNOWN)
/external/yaffs2/yaffs2/
H A Ddevextras.h210 #define DT_UNKNOWN 0 macro
/external/grub/stage2/
H A Dufs2.h184 #define DT_UNKNOWN 0 macro
/external/linux-tools-perf/
H A Dbuiltin-script.c667 /* Helper function for filesystems that return a dent->d_type DT_UNKNOWN */
684 (lang_dirent.d_type == DT_UNKNOWN && \
693 (script_dirent.d_type != DT_UNKNOWN || \
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h136 * Also accept DT_UNKNOWN (0) in case
140 dent->d_type != DT_UNKNOWN)
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_test.c1033 * Also accept DT_UNKNOWN (0) in case
1037 dent->d_type != DT_UNKNOWN)
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_cli.c1897 * DT_UNKNOWN (0) in case the C library or underlying
1900 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp284 * Also accept DT_UNKNOWN (0) in case
288 dent->d_type != DT_UNKNOWN)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp286 * Also accept DT_UNKNOWN (0) in case
290 dent->d_type != DT_UNKNOWN)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c264 * DT_UNKNOWN (0) in case the C library or underlying file
266 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
374 * DT_UNKNOWN (0) in case the C library or underlying file
376 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
423 * Also accept DT_UNKNOWN (0) in case
427 dent->d_type != DT_UNKNOWN)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c264 * DT_UNKNOWN (0) in case the C library or underlying file
266 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
374 * DT_UNKNOWN (0) in case the C library or underlying file
376 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
423 * Also accept DT_UNKNOWN (0) in case
427 dent->d_type != DT_UNKNOWN)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_test.c264 * DT_UNKNOWN (0) in case the C library or underlying file
266 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
374 * DT_UNKNOWN (0) in case the C library or underlying file
376 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)
423 * Also accept DT_UNKNOWN (0) in case
427 dent->d_type != DT_UNKNOWN)
/external/kernel-headers/original/linux/
H A Dfs.h986 #define DT_UNKNOWN 0 macro
/external/strace/
H A Dfile.c2440 { DT_UNKNOWN, "DT_UNKNOWN" },
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c3649 * DT_UNKNOWN (0) in case the C library or underlying
3652 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN)

Completed in 279 milliseconds