Searched refs:NAME_ALLOW (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | chkopts.c | 631 f = Malloc(strlen(P) + strlen(NAME_ALLOW) + in chkopts() 633 sprintf(f, "%s:%s", NAME_ALLOW, P); in chkopts() 653 if (STREQU(type, NAME_ALLOW) && str) { in chkopts() 669 LP_ERRMSG1 (WARNING, E_ADM_MISSING, NAME_ALLOW); in chkopts() 708 if (STREQU(type, NAME_ALLOW) && str) { in chkopts() 710 LP_ERRMSG1 (WARNING, E_ADM_MISSING, NAME_ALLOW); in chkopts()
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | lp.h | 198 #define NAME_ALLOW "allow" macro
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 546 if (STREQU(type, NAME_ALLOW) && cp) { 551 NAME_ALLOW
|