Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:cfgfile

141 static char *   cfgfile   = NULL;
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 );