Searched defs:cfgfile (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c141 static char * cfgfile = NULL; variable
1068 cfgfile = strdup( CONFIG_FILE );
1069 require_action( cfgfile, arg_error, err = mStatus_NoMemoryErr );
1102 case 'f': free( cfgfile ); cfgfile = strdup( optarg ); require_action( cfgfile, arg_error, err = mStatus_NoMemoryErr ); break;
1110 err = ParseConfig( d, cfgfile );
2936 err = ParseConfig( d, cfgfile );

Completed in 56 milliseconds