Symbol: glob
bin/csh/glob.c
386
switch (glob(ptr, gflgs, 0, &globv)) {
bin/ksh/eval.c
1296
glob(start, wp, fdo & DOMARKDIRS);
bin/ksh/eval.c
57
static void glob(char *, XPtrV *, int);
bin/ksh/eval.c
606
glob(p, wp, f & DOMARKDIRS);
include/glob.h
98
int glob(const char *__restrict, int, int (*)(const char *, int),
lib/libutil/login_fbtab.c
138
if (glob(path, GLOB_NOSORT, NULL, &g) != 0) {
libexec/ftpd/ftpcmd.y
911
if (glob(pptr, flags, NULL, &gl) ||
libexec/ftpd/ftpd.c
2596
if (glob(whichf,
libexec/ftpd/popen.c
82
if (glob(path,
regress/lib/libc/glob/globtest.c
109
if (glob(entry->pattern, entry->flags, NULL, &gl) != 0)
sbin/restore/interactive.c
103
arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
sbin/restore/interactive.c
104
arglist.glob.gl_opendir = (void *)rst_opendir;
sbin/restore/interactive.c
105
arglist.glob.gl_readdir = (void *)glob_readdir;
sbin/restore/interactive.c
106
arglist.glob.gl_closedir = (void *)rst_closedir;
sbin/restore/interactive.c
107
arglist.glob.gl_lstat = glob_stat;
sbin/restore/interactive.c
108
arglist.glob.gl_stat = glob_stat;
sbin/restore/interactive.c
115
globfree(&arglist.glob);
sbin/restore/interactive.c
366
if ((globretval = glob(name, GLOB_ALTDIRFUNC | GLOB_NOESCAPE,
sbin/restore/interactive.c
367
NULL, &ap->glob)) < 0) {
sbin/restore/interactive.c
385
if (ap->glob.gl_pathc == 0)
sbin/restore/interactive.c
388
ap->argcnt = ap->glob.gl_pathc;
sbin/restore/interactive.c
391
strlcpy(name, ap->glob.gl_pathv[ap->glob.gl_pathc - ap->argcnt],
sbin/restore/interactive.c
395
globfree(&ap->glob);
sbin/restore/interactive.c
75
glob_t glob; /* globbing information */
sbin/unwind/libunbound/util/config_file.c
1527
r = glob(fname, flags, NULL, &g);
sbin/unwind/libunbound/util/configlexer.c
3742
r = glob(filename, flags, NULL, &g);
sbin/unwind/libunbound/validator/val_anchor.c
815
r = glob(pat, flags, NULL, &g);
sys/dev/pci/drm/ttm/ttm_device.c
101
if (unlikely(glob->dummy_read_page == NULL)) {
sys/dev/pci/drm/ttm/ttm_device.c
102
glob->dummy_read_page = alloc_page(__GFP_ZERO);
sys/dev/pci/drm/ttm/ttm_device.c
103
if (unlikely(glob->dummy_read_page == NULL)) {
sys/dev/pci/drm/ttm/ttm_device.c
110
INIT_LIST_HEAD(&glob->device_list);
sys/dev/pci/drm/ttm/ttm_device.c
111
atomic_set(&glob->bo_count, 0);
sys/dev/pci/drm/ttm/ttm_device.c
114
&glob->bo_count);
sys/dev/pci/drm/ttm/ttm_device.c
155
struct ttm_global *glob = &ttm_glob;
sys/dev/pci/drm/ttm/ttm_device.c
160
list_for_each_entry(bdev, &glob->device_list, device_list) {
sys/dev/pci/drm/ttm/ttm_device.c
163
list_move_tail(&bdev->device_list, &glob->device_list);
sys/dev/pci/drm/ttm/ttm_device.c
212
struct ttm_global *glob = &ttm_glob;
sys/dev/pci/drm/ttm/ttm_device.c
245
list_add_tail(&bdev->device_list, &glob->device_list);
sys/dev/pci/drm/ttm/ttm_device.c
54
struct ttm_global *glob = &ttm_glob;
sys/dev/pci/drm/ttm/ttm_device.c
63
__free_page(glob->dummy_read_page);
sys/dev/pci/drm/ttm/ttm_device.c
64
memset(glob, 0, sizeof(*glob));
sys/dev/pci/drm/ttm/ttm_device.c
71
struct ttm_global *glob = &ttm_glob;
sys/dev/pci/drm/ttm/ttm_device.c
97
glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32 |
usr.bin/ftp/cmds.c
359
if (glob(argv[i], flags, NULL, &gl) || gl.gl_pathc == 0) {
usr.bin/ftp/util.c
549
if (glob(*cpp, flags, NULL, &gl) ||
usr.bin/less/filename.c
410
if (glob(filename, GLOB_TILDE | GLOB_LIMIT, NULL, &list) != 0) {
usr.bin/mail/fio.c
455
switch (glob(name, flags, NULL, &names)) {
usr.bin/mandoc/main.c
772
globres = glob(file, 0, NULL, &globinfo);
usr.bin/mandoc/main.c
794
globres = glob(file, 0, NULL, &globinfo);
usr.bin/ssh/auth2-pubkey.c
330
r = glob(file, 0, NULL, &gl);
usr.bin/ssh/auth2-pubkey.c
823
r = glob(file, 0, NULL, &gl);
usr.bin/ssh/readconf.c
2093
r = glob(arg2, GLOB_TILDE, NULL, &gl);
usr.bin/ssh/servconf.c
2298
if ((r = glob(arg, 0, NULL, &gbuf)) != 0) {
usr.bin/ssh/sftp-glob.c
127
if ((r = glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob)) != 0)
usr.bin/ssh/sftp.c
2018
(void)glob(tmp, GLOB_DOOFFS|GLOB_MARK, NULL, &g);
usr.bin/ssh/sftp.c
735
if (glob(src, GLOB_NOCHECK | GLOB_MARK, NULL, &g)) {
usr.bin/tmux/cmd-source-file.c
222
if ((result = glob(pattern, 0, NULL, &g)) != 0) {
usr.sbin/unbound/util/config_file.c
1527
r = glob(fname, flags, NULL, &g);
usr.sbin/unbound/validator/val_anchor.c
815
r = glob(pat, flags, NULL, &g);