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

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c104 static char *libexec_path; variable
494 libexec_path = xstrdup(optarg);
684 pathname = xmalloc(strlen(libexec_path) + sizeof ("/lint1"));
685 (void)sprintf(pathname, "%s/lint1", libexec_path);
822 path = xmalloc(strlen(libexec_path) + sizeof ("/lint2"));
823 (void)sprintf(path, "%s/lint2", libexec_path);

Completed in 118 milliseconds