Home
last modified time | relevance | path

Searched refs:GLOB_DOOFFS (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/head/
H A Dglob.h127 #define GLOB_DOOFFS 0x0010 /* Ignore gl_offs unless set */ macro
/titanic_51/usr/src/lib/libast/common/include/
H A Dglob.h99 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */ macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dglob.h99 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */ macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dglob.h108 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */ macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h108 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */ macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h108 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */ macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h108 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */ macro
/titanic_51/usr/src/lib/libast/common/misc/
H A Dglob.c669 if (flags & GLOB_DOOFFS) in glob()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c685 if (flags & GLOB_DOOFFS) in glob()
/titanic_51/usr/src/lib/libc/port/regex/
H A Dglob.c230 if (!(flags & GLOB_DOOFFS)) in _glob_ext()