/titanic_44/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_iters.c | 95 static kadm5_ret_t glob_to_regexp(char *glob, char *realm, char **regexp) in glob_to_regexp() argument 101 if (glob[strlen(glob)-1] == '\\') in glob_to_regexp() 107 append_realm = (realm != NULL) && (strchr(glob, '@') == NULL); in glob_to_regexp() 108 p = (char *) malloc(strlen(glob)*2+ 3 + (append_realm ? 2 : 0)); in glob_to_regexp() 114 while (*glob) { in glob_to_regexp() 115 switch (*glob) { in glob_to_regexp() 127 *p++ = *glob; in glob_to_regexp() 131 *p++ = *++glob; in glob_to_regexp() 134 *p++ = *glob; in glob_to_regexp() 137 glob++; in glob_to_regexp()
|
/titanic_44/usr/src/head/ |
H A D | glob.h | 156 #pragma redefine_extname glob _glob_ext 159 #define glob _glob_ext macro 163 extern int glob(const char *_RESTRICT_KYWD, int, int(*)(const char *, int),
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_argv.h | 46 struct glob { struct 52 var struct glob frob; argument
|
H A D | ex_io.c | 258 glob(struct glob *gp) in glob() function 356 struct glob G; 364 glob(&G); in getone()
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_stubs.c | 46 Dwarf_Global glob, in dwarf_nextglob() argument
|
H A D | dwarf_global.c | 398 dwarf_globname(Dwarf_Global glob, char **ret_name, Dwarf_Error * error) in dwarf_globname() argument 400 if (glob == NULL) { in dwarf_globname() 405 *ret_name = (char *) (glob->gl_name); in dwarf_globname()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | expand.c | 73 #define globptr() ((struct glob*)membase) 75 static struct glob *membase; 195 glob(pattern, flags, 0, gp); in path_expand()
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk4.c | 41 static NODE *dosub(NODE *np, int glob); 218 dosub(NODE *np, int glob) in dosub() argument 229 awkerr(nargerr, glob==0 ? s_gsub : s_sub); in dosub() 239 switch (REGWDOSUBA(rp, sub, text, &buf, 256, &glob)) { in dosub() 242 n = glob; in dosub()
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | glob.h | 139 extern int glob(const char*, int, int(*)(const char*,int), glob_t*);
|
/titanic_44/exception_lists/ |
H A D | wscheck | 13 syntax: glob
|
H A D | keywords | 26 syntax: glob
|
H A D | mapfilechk | 37 syntax: glob
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | main.test | 256 foreach f [glob -nocomplain testdb/*] {file delete -force $f} 264 foreach f [glob -nocomplain testdb/*] {file delete -force $f} 273 foreach f [glob -nocomplain testdb/*] {file delete -force $f}
|
H A D | quick.test | 42 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
|
H A D | memleak.test | 59 set FILELIST [lsort -dictionary [glob $testdir/*.test]]
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | glob.h | 149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
|
H A D | ast_map.h | 156 #undef glob 157 #define glob _ast_glob macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | glob.h | 149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | glob.h | 149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
|
H A D | ast_map.h | 156 #undef glob 157 #define glob _ast_glob macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | glob.h | 149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
|
/titanic_44/usr/src/cmd/ssh/sftp/ |
H A D | sftp-glob.c | 152 return(glob(pattern, flags|GLOB_LIMIT|GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 116 int glob, err; in dt_pid_per_sym() local 162 glob = strisglob(pp->dpp_name); in dt_pid_per_sym() 163 if (!glob && nmatches == 0) { in dt_pid_per_sym() 194 } else if (glob && !isdash) { in dt_pid_per_sym()
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 135 #undef glob 136 #define glob _ast_glob macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 135 #undef glob 136 #define glob _ast_glob macro
|