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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dppd.c48 char *pe_option; member in struct:ppdent
100 ppdent.pe_main = ppdent.pe_option = ppdent.pe_translation =
122 ppdent.pe_option = ppdent.pe_translation = ppdent.pe_value = NULL;
142 ppdent.pe_option = q;
203 if ( strcmp( pe->pe_main, "*Font" ) == 0 && pe->pe_option ) {
205 if ( strcmp( pfo->pd_font, pe->pe_option ) == 0 ) {
219 (char *)malloc( strlen( pe->pe_option ) + 1 )) == NULL ) {
223 strcpy( pfo->pd_font, pe->pe_option );

Completed in 45 milliseconds