Home
last modified time | relevance | path

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

/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwwt+wit-cmd.c319 AtFileHelper(param->arg,0,1,AddExcludeID); in cmd_exclude()
334 AtFileHelper(param->arg,0,0,AddTitleFile); in cmd_titles()
H A Dmatch-pattern.c197 return AtFileHelper(arg,pattern_index,pattern_index,AddFilePattern) != 0; in ScanRule()
H A Dwit.c378 AtFileHelper(param->arg,0,0,AddCertFile); in cmd_cert()
3793 case GO_TITLES: AtFileHelper(optarg,0,0,AddTitleFile); break; in CheckOptions()
3797 case GO_CERT: AtFileHelper(optarg,0,0,AddCertFile); break; in CheckOptions()
3813 case GO_INCLUDE: AtFileHelper(optarg,SEL_ID,SEL_FILE,AddIncludeID); break; in CheckOptions()
3814 case GO_EXCLUDE: AtFileHelper(optarg,SEL_ID,SEL_FILE,AddExcludeID); break; in CheckOptions()
3815 case GO_INCLUDE_PATH: AtFileHelper(optarg,0,0,AddIncludePath); break; in CheckOptions()
3816 case GO_EXCLUDE_PATH: AtFileHelper(optarg,0,0,AddExcludePath); break; in CheckOptions()
4030 AtFileHelper(*argv++,false,true,AddParam); in CheckCommand()
H A Dwwt.c3911 case GO_TITLES: AtFileHelper(optarg,0,0,AddTitleFile); break; in CheckOptions()
3924 case GO_PART: AtFileHelper(optarg,0,0,AddPartition); break; in CheckOptions()
3938 case GO_INCLUDE: AtFileHelper(optarg,SEL_ID,SEL_FILE,AddIncludeID); break; in CheckOptions()
3939 case GO_EXCLUDE: AtFileHelper(optarg,SEL_ID,SEL_FILE,AddExcludeID); break; in CheckOptions()
3940 case GO_INCLUDE_PATH: AtFileHelper(optarg,0,0,AddIncludePath); break; in CheckOptions()
3941 case GO_EXCLUDE_PATH: AtFileHelper(optarg,0,0,AddExcludePath); break; in CheckOptions()
4170 AtFileHelper(*argv++,false,true,AddParam); in CheckCommand()
H A Dtitles.c841 AtFileHelper(param->arg,id1,id2,AddParamID); in SetupParamDB()
H A Dwdf.c1230 AtFileHelper(*argv++,false,true,AddParam); in CheckCommand()
H A Dlib-std.h1576 int AtFileHelper
H A Dwit-mix.c380 if (AtFileHelper(param->arg,PAT_PARAM,PAT_PARAM,AddFilePattern)) in scan_mix_param()
H A Dlib-std.c4295 int AtFileHelper in AtFileHelper() function