Home | History | Annotate | Download | only in toolutil

Lines Matching refs:arg

26     char *arg;
31 arg=argv[i];
32 if(!stopOptions && *arg=='-' && (c=arg[1])!=0) {
35 arg+=2;
38 if(*arg==0) {
45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
86 if(*arg!=0) {
88 option->value=arg;
89 /* do not process the rest of this arg as option letters */
94 /* this break is redundant because we know that *arg==0 */
104 c=*arg++;
117 argv[remaining++]=arg;