Home
last modified time | relevance | path

Searched refs:exls (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c124 char **exls,
257 char **exls, /* what to leave behind */ in tar_getdir() argument
532 if (!is_file_wanted(file_name, sels, exls, in tar_getdir()
996 char **exls; /* list of files not wanted */ in tar_getfile() local
1045 exls = &list; in tar_getfile()
1048 tlm_log_list("exclusions", exls); in tar_getfile()
1071 sels, exls, flags, 0, NULL, NULL); in tar_getfile()
1079 tlm_release_list(exls); in tar_getfile()
1590 char **exls, in is_file_wanted() argument
1601 if (name == NULL || sels == NULL || exls == NULL) in is_file_wanted()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c149 static char *exls[] = { variable
2233 n = sizeof (exls); in ndmpd_make_exc_list()
2235 for (i = 0; exls[i] != NULL; i++) in ndmpd_make_exc_list()
2236 cpp[i] = exls[i]; in ndmpd_make_exc_list()