Home
last modified time | relevance | path

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

/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dlpq.c340 if( s && !Find_exists_value(&Printer_list,s,0) ){ in Read_status_info()
376 || Find_exists_value(&Printer_list,s,0) ){ in Read_status_info()
H A Dlpstat.c349 || Find_exists_value(&Printer_list,t,0) ){ in Read_status_info()
360 if( Find_exists_value(&Printer_list,t,0) ){ in Read_status_info()
H A Dlprm.c338 if( Find_exists_value( &All_line_list, name, Hash_value_sep ) ){ in Get_parms_clean()
H A Dlpd_remove.c186 if( Find_exists_value(done_list,Printer_DYN,Hash_value_sep ) ){ in Get_queue_remove()
H A Dlinelist.c840 const char *Find_exists_value( struct line_list *l, const char *key, const char *sep ) in Find_exists_value() function
1475 if( !Find_exists_value( names, l.list[0], Hash_value_sep ) ){ in Build_pc_names()
1795 if( (s = Find_exists_value( values, vars->keyword, Option_value_sep )) ){ in Set_var_list()
H A Dlpd_status.c343 if( Find_exists_value(done_list,Printer_DYN,Hash_value_sep ) ){ in Get_queue_status()
H A Dgetqueue.c286 if( !Find_exists_value(&job->info,HOLD_TIME,Hash_value_sep) ){ in Check_for_hold()
/dports/sysutils/LPRng/lprng-3.8.C/src/auth/
H A Dmd5_auth.c125 keyvalue = Find_exists_value( &keys, name,Hash_value_sep ); in md5key()
195 keyfile = Find_exists_value( info, "server_keyfile",Hash_value_sep ); in md5_send()
437 keyfile = Find_exists_value( info, "server_keyfile",Hash_value_sep ); in md5_receive()
/dports/sysutils/LPRng/lprng-3.8.C/src/include/
H A Dlinelist.h180 const char *Find_exists_value( struct line_list *l, const char *key, const char *sep );