Searched refs:exls (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_restore_writer.c | 124 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() 633 want_this_file = is_file_wanted(longname, sels, exls, in tar_getdir() 812 if (is_file_wanted(file_name, sels, exls, flags, in tar_getdir() 837 if (is_file_wanted(file_name, sels, exls, flags, in tar_getdir() 889 if (is_file_wanted(file_name, sels, exls, flags, in tar_getdir() 995 char **exls; /* list of files not wanted */ in tar_getfile() local 1044 exls = &list; in tar_getfile() 1047 tlm_log_list("exclusions", exls); in tar_getfile() [all …]
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_util.c | 149 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()
|