Searched refs:HAS_DEVICE (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dpathname.h35 # define HAS_DEVICE(P) \ macro
38 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
40 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
41 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Dbasename.c34 # define HAS_DEVICE(P) \ macro
37 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Dprogreloc.c67 # define HAS_DEVICE(P) \ macro
71 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
72 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Drelocatable.c76 # define HAS_DEVICE(P) \ macro
80 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
81 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dpathname.h35 # define HAS_DEVICE(P) \ macro
38 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
40 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
41 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Dbasename.c34 # define HAS_DEVICE(P) \ macro
37 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Drelocatable.c76 # define HAS_DEVICE(P) \ macro
80 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
81 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfilename.h32 HAS_DEVICE(Filename) tests whether Filename contains a device
67 # define HAS_DEVICE(Filename) \ macro
69 # define FILE_SYSTEM_PREFIX_LEN(Filename) (HAS_DEVICE (Filename) ? 2 : 0)
82 (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename))
85 (! (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename)))
88 || HAS_DEVICE (Filename))
92 # define HAS_DEVICE(Filename) ((void) (Filename), 0) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dfilename.h34 HAS_DEVICE(Filename) tests whether Filename contains a device
69 # define HAS_DEVICE(Filename) \ macro
71 # define FILE_SYSTEM_PREFIX_LEN(Filename) (HAS_DEVICE (Filename) ? 2 : 0)
84 (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename))
87 (! (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename)))
90 || HAS_DEVICE (Filename))
94 # define HAS_DEVICE(Filename) ((void) (Filename), 0) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dbasename.c34 # define HAS_DEVICE(P) \ macro
37 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Dprogreloc.c67 # define HAS_DEVICE(P) \ macro
71 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
72 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Drelocatable.c76 # define HAS_DEVICE(P) \ macro
80 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
81 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dbasename.c34 # define HAS_DEVICE(P) \ macro
37 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Drelocatable.c76 # define HAS_DEVICE(P) \ macro
80 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
81 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Drelocatable.c73 # define HAS_DEVICE(P) \ macro
77 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
78 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Dl10nflist.c73 # define HAS_DEVICE(P) \ macro
76 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Drelocatable.c73 # define HAS_DEVICE(P) \ macro
77 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
78 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Dl10nflist.c73 # define HAS_DEVICE(P) \ macro
76 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Drelocatable.c73 # define HAS_DEVICE(P) \ macro
77 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
78 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Drelocatable.c76 # define HAS_DEVICE(P) \ macro
80 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
81 # define FILE_SYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
H A Dl10nflist.c73 # define HAS_DEVICE(P) \ macro
76 # define IS_ABSOLUTE_PATH(P) (ISSLASH ((P)[0]) || HAS_DEVICE (P))
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Drelocatable.c73 # define HAS_DEVICE(P) \ macro
77 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
78 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Drelocatable.c80 # define HAS_DEVICE(P) \ macro
84 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
85 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Drelocatable.c73 # define HAS_DEVICE(P) \ macro
77 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
78 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Drelocatable.c73 # define HAS_DEVICE(P) \ macro
77 (strchr (P, '/') != NULL || strchr (P, '\\') != NULL || HAS_DEVICE (P))
78 # define FILESYSTEM_PREFIX_LEN(P) (HAS_DEVICE (P) ? 2 : 0)

Completed in 267 milliseconds

12