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

/freebsd-10.2-release/usr.sbin/pkg_install/version/
H A Dversion.h33 extern char *LimitChars;
H A Dmain.c31 char *LimitChars = NULL; variable
82 LimitChars = optarg;
H A Dperform.c261 (LimitChars != NULL && strchr(LimitChars, (c))) || \
262 (PreventChars == NULL && LimitChars == NULL))

Completed in 49 milliseconds