Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_flg.pl62 my ($fname, $incpath) = @_;
71 if (defined $incpath) {
72 $newpath = "$incpath, from $fname:";
117 warn "included $incpath\n" if defined $incpath;
121 warn "included $incpath\n" if defined $incpath;
184 my $incpath = shift @execlist;
185 process_file($file, $incpath);
/illumos-gate/usr/src/cmd/varpd/
H A Dvarpd.c387 char **incpath = NULL; in main() local
410 incpath = realloc(incpath, sizeof (char *) * in main()
412 if (incpath == NULL) { in main()
420 incpath[nextincpath] = optarg; in main()
445 err = libvarpd_plugin_load(varpd_handle, incpath[i]); in main()
448 incpath[i], strerror(err)); in main()