Lines Matching refs:strcmp

99   if (strcmp(word, SVN_CL__ACCEPT_POSTPONE) == 0
100 || strcmp(word, "p") == 0 || strcmp(word, ":-P") == 0)
102 if (strcmp(word, SVN_CL__ACCEPT_BASE) == 0)
105 if (strcmp(word, SVN_CL__ACCEPT_WORKING) == 0)
108 if (strcmp(word, SVN_CL__ACCEPT_MINE_CONFLICT) == 0
109 || strcmp(word, "mc") == 0 || strcmp(word, "X-)") == 0)
111 if (strcmp(word, SVN_CL__ACCEPT_THEIRS_CONFLICT) == 0
112 || strcmp(word, "tc") == 0 || strcmp(word, "X-(") == 0)
114 if (strcmp(word, SVN_CL__ACCEPT_MINE_FULL) == 0
115 || strcmp(word, "mf") == 0 || strcmp(word, ":-)") == 0)
117 if (strcmp(word, SVN_CL__ACCEPT_THEIRS_FULL) == 0
118 || strcmp(word, "tf") == 0 || strcmp(word, ":-(") == 0)
120 if (strcmp(word, SVN_CL__ACCEPT_EDIT) == 0
121 || strcmp(word, "e") == 0 || strcmp(word, ":-E") == 0)
123 if (strcmp(word, SVN_CL__ACCEPT_LAUNCH) == 0
124 || strcmp(word, "l") == 0 || strcmp(word, ":-l") == 0)
571 if (opt->code[0] && strcmp(opt->code, option_code) == 0)
677 if (strcmp(answer, "h") == 0 || strcmp(answer, "?") == 0)
797 if (strcmp(opt->code, "q") == 0)
804 else if (strcmp(opt->code, "s") == 0)
810 else if (strcmp(opt->code, "dc") == 0)
834 else if (strcmp(opt->code, "df") == 0)
850 else if (strcmp(opt->code, "e") == 0 || strcmp(opt->code, ":-E") == 0)
856 else if (strcmp(opt->code, "m") == 0 || strcmp(opt->code, ":-g") == 0 ||
857 strcmp(opt->code, "=>-") == 0 || strcmp(opt->code, ":>.") == 0)
922 else if (strcmp(opt->code, "l") == 0 || strcmp(opt->code, ":-l") == 0)
961 else if (strcmp(opt->code, "i") == 0)
1079 if (strcmp(opt->code, "q") == 0)
1086 else if (strcmp(opt->code, "dc") == 0)
1092 else if (strcmp(opt->code, "e") == 0)
1098 else if (strcmp(opt->code, "r") == 0)
1176 if (strcmp(opt->code, "q") == 0)