Searched refs:libsrchpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c102 static char **libsrchpath; variable
336 libsrchpath = xcalloc(1, sizeof (char *));
485 appcstrg(&libsrchpath, optarg);
529 list = &libsrchpath;
561 appcstrg(&libsrchpath, tmp);
770 for (k = 0; (path = libsrchpath[k]) != NULL; k++) {

Completed in 173 milliseconds