Home
last modified time | relevance | path

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

/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dglobit.c120 #ifdef GLOB_NO_DOTDIRS in globit_best()
121 GLOB_NO_DOTDIRS | in globit_best()
/dports/ftp/tnftp/tnftp-20210827/libnetbsd/
H A Dftpglob.h90 #define GLOB_NO_DOTDIRS 0x4000 /* Make . and .. vanish from wildcards. */ macro
H A Dglob.c814 if ((pglob->gl_flags & GLOB_NO_DOTDIRS) && in glob3()
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Dftpglob.h90 #define GLOB_NO_DOTDIRS 0x4000 /* Make . and .. vanish from wildcards. */ macro
H A Dglob.c814 if ((pglob->gl_flags & GLOB_NO_DOTDIRS) && in glob3()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/
H A Dglob.h95 #define GLOB_NO_DOTDIRS 0x4000 /* Make . and .. vanish from wildcards. */ macro
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dglob.h95 #define GLOB_NO_DOTDIRS 0x4000 /* Make . and .. vanish from wildcards. */ macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/PosixLib/Glob/
H A Dglob.c747 if ((pglob->gl_flags & GLOB_NO_DOTDIRS) && in glob3()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dglob.c795 if ((pglob->gl_flags & GLOB_NO_DOTDIRS) && in glob3()