Searched defs:matchdir (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c47 static void matchdir(char *pattern);
282 matchdir(cp);
289 matchdir(pattern) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c92 static void matchdir(char *pattern);
248 matchdir(cs);
255 matchdir(char *pattern) function
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dglob.c322 char* matchdir = 0; local
403 if (matchdir)
433 matchdir = pat;
445 if (matchdir)
471 if (matchdir)
529 if (matchdir && (name[0] != '.' || name[1] && (name[1] != '.' || name[2])) && !notdir)
530 addmatch(gp, prefix, name, matchdir, NiL, anymeta);

Completed in 399 milliseconds