OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_password
(Results
1 - 3
of
3
) sorted by null
/external/libcups/cups/
ppd.h
252
int
custom_password
; /* Password length */
member in union:ppd_cplimit_u
264
char *
custom_password
; /* Password value */
member in union:ppd_cpvalue_u
testppd.c
1080
cparam->minimum.
custom_password
,
1081
cparam->maximum.
custom_password
);
ppd.c
1063
cparam->minimum.
custom_password
= atoi(cminimum);
1064
cparam->maximum.
custom_password
= atoi(cmaximum);
[
all
...]
Completed in 5981 milliseconds