Searched defs:glob (Results 1 - 21 of 21) sorted by relevance

/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);
/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/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.glob.c60 glob(tchar **v) function
69 tprintf("TRACE- glob()\n");
72 printf("glob entered: "); blkpr(v); printf("\n");
80 printf("glob done, globcnt=%d, gflag=%d: ", globcnt, gflag);
661 gvp = glob(gv);
771 * builtin function that calls glob the "current job" is not corrupted.
/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;
H A Dawk1.c1629 int glob, iglob = *globp, oglob = 0; local
1657 glob = 0; /* match count */
1670 if (iglob == 0 || ++glob == iglob) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c43 * C-shell glob for random programs.
57 * According to the person who wrote the C shell "glob" code, a reasonable
64 * sh.dol.c and sh.glob.c) to use a different technique for handling
115 glob(char *v) function
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dglob.c25 * file name expansion - posix.2 glob with gnu and ast extensions
71 #include <glob.h>
567 glob(const char* pattern, int flags, int (*errfn)(const char*, int), register glob_t* gp) function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h156 #undef glob macro
157 #define glob _ast_glob macro
/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/include/ast/
H A Dast_map.h156 #undef glob macro
157 #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/include/ast/
H A Dast_map.h156 #undef glob macro
157 #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/include/ast/
H A Dast_map.h156 #undef glob macro
157 #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/man/man3head/
H A DMakefile39 glob.h.3head \
128 glob.3head \
217 glob.3head := LINKSRC = glob.h.3head

Completed in 106 milliseconds