Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 71) sorted by relevance

123

/titanic_44/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c95 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 Dglob.h156 #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 Dex_argv.h46 struct glob { struct
52 var struct glob frob; argument
H A Dex_io.c258 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 Ddwarf_stubs.c46 Dwarf_Global glob, in dwarf_nextglob() argument
H A Ddwarf_global.c398 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 Dexpand.c73 #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 Dawk4.c41 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 Dglob.h139 extern int glob(const char*, int, int(*)(const char*,int), glob_t*);
/titanic_44/exception_lists/
H A Dwscheck13 syntax: glob
H A Dkeywords26 syntax: glob
H A Dmapfilechk37 syntax: glob
/titanic_44/usr/src/lib/libsqlite/test/
H A Dmain.test256 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 Dquick.test42 foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
H A Dmemleak.test59 set FILELIST [lsort -dictionary [glob $testdir/*.test]]
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob
157 #define glob _ast_glob macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h149 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 Dglob.h149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob
157 #define glob _ast_glob macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp-glob.c152 return(glob(pattern, flags|GLOB_LIMIT|GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_pid.c116 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 Dast_map.h135 #undef glob
136 #define glob _ast_glob macro
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h135 #undef glob
136 #define glob _ast_glob macro

123