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

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpq.c317 if( s && !Find_exists_value(&Printer_list,s,0) ){
353 || Find_exists_value(&Printer_list,s,0) ){
H A Dlprm.c313 if( Find_exists_value( &All_line_list, name, Value_sep ) ){
H A Dlpstat.c331 || Find_exists_value(&Printer_list,t,0) ){
342 if( Find_exists_value(&Printer_list,t,0) ){
H A Dlpd_remove.c215 if( Find_exists_value(done_list,Printer_DYN,Value_sep ) ){
H A Duser_auth.c463 keyvalue = Find_exists_value( &keys, name, Value_sep );
533 keyfile = Find_exists_value( info, "server_keyfile", Value_sep );
774 keyfile = Find_exists_value( info, "server_keyfile", Value_sep );
H A Dlinelist.c944 * char *Find_exists_value( struct line_list *l, char *key, char *sep )
954 const char *Find_exists_value( struct line_list *l, const char *key, const char *sep ) function
967 DEBUG4( "Find_exists_value: key '%s', cmp %d, value '%s'", key, cmp, s );
1646 if( !Find_exists_value( names, l.list[0], Value_sep ) ){
1985 if( (s = Find_exists_value( values, vars->keyword, Value_sep )) ){
H A Dlpd_status.c411 if( Find_exists_value(done_list,Printer_DYN,Value_sep ) ){
H A Dgetqueue.c304 if( !Find_exists_value(&job->info,HOLD_TIME,Value_sep) ){
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dlinelist.h193 const char *Find_exists_value( struct line_list *l, const char *key, const char *sep );

Completed in 314 milliseconds