Searched refs:glob (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_stubs.c46 Dwarf_Global glob,
45 dwarf_nextglob(Dwarf_Debug dbg, Dwarf_Global glob, Dwarf_Global * returned_nextglob, Dwarf_Error * error) argument
H A Ddwarf_global.c398 dwarf_globname(Dwarf_Global glob, char **ret_name, Dwarf_Error * error) argument
400 if (glob == NULL) {
405 *ret_name = (char *) (glob->gl_name);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_argv.h32 * space. The statically allocated glob structure could be replaced
46 struct glob { struct
52 var struct glob frob;
H A Dex_io.c258 glob(struct glob *gp) function
286 error(gettext("Can't make pipe to glob"));
291 error(gettext("Can't fork to do glob"));
356 struct glob G;
364 glob(&G);
H A Dex_cmds2.c348 glob(&frob);
/illumos-gate/usr/src/head/
H A Dglob.h59 * @(#)glob.h 8.1 (Berkeley) 6/2/93
105 int gl_flags; /* Copy of flags parameter to glob. */
109 * Alternate filesystem access methods for glob; replacement
121 * POSIX "flags" argument to glob function.
132 * Non-POSIX "flags" argument to glob function, from OpenBSD.
147 * Error returns from "glob"
158 #pragma redefine_extname glob _glob_ext64
161 #pragma redefine_extname glob _glob_ext
166 #define glob _glob_ext64 macro
169 #define glob _glob_ex macro
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c73 * glob (r) the shell-style glob (?*[]) to convert
75 * regexp (w) the ed-style regexp created from glob
81 * shell-style glob would match. If glob does not contain an "@"
95 static kadm5_ret_t glob_to_regexp(char *glob, char *realm, char **regexp) argument
100 /* validate the glob */
101 if (glob[strlen(glob)-1] == '\\')
104 /* A character of glob ca
[all...]
/illumos-gate/usr/src/lib/libast/common/include/
H A Dglob.h24 * posix glob interface definitions with gnu extensions
139 extern int glob(const char*, int, int(*)(const char*,int), glob_t*);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dexpand.c38 #include <glob.h>
73 #define globptr() ((struct glob*)membase)
75 static struct glob *membase;
195 glob(pattern, flags, 0, gp);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h26 * posix glob interface definitions with gnu extensions
149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dglob.h26 * posix glob interface definitions with gnu extensions
149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h26 * posix glob interface definitions with gnu extensions
149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h26 * posix glob interface definitions with gnu extensions
149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c41 static NODE *dosub(NODE *np, int glob);
215 * `glob' is the number to substitute, 0 for all.
218 dosub(NODE *np, int glob) argument
229 awkerr(nargerr, glob==0 ? s_gsub : s_sub);
239 switch (REGWDOSUBA(rp, sub, text, &buf, 256, &glob)) {
242 n = glob;
/illumos-gate/usr/src/lib/libast/common/
H A Dllib-last80 #include <glob.h>
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h135 #undef glob macro
136 #define glob _ast_glob macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c116 int glob, err; local
162 glob = strisglob(pp->dpp_name);
163 if (!glob && nmatches == 0) {
194 } else if (glob && !isdash) {
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c87 av = glob(av);
110 * in glob) so that this shell can still do subprocesses.

Completed in 146 milliseconds

12