Lines Matching refs:strcmp
115 if ((optn = "protect") && !strcmp(this_char, optn)) { in parse_options()
119 } else if ((optn = "verbose") && !strcmp(this_char, optn)) { in parse_options()
123 } else if ((optn = "mufs") && !strcmp(this_char, optn)) { in parse_options()
127 } else if ((f = !strcmp(this_char,"setuid")) || !strcmp(this_char,"setgid")) { in parse_options()
141 } else if (!strcmp(this_char,"prefix")) { in parse_options()
154 } else if (!strcmp(this_char,"volume")) { in parse_options()
161 } else if (!strcmp(this_char,"mode")) { in parse_options()
169 } else if (!strcmp(this_char,"reserved")) { in parse_options()
176 } else if (!strcmp(this_char,"root")) { in parse_options()
183 } else if (!strcmp(this_char,"bs")) { in parse_options()
195 } else if (!strcmp (this_char, "grpquota") in parse_options()
196 || !strcmp (this_char, "noquota") in parse_options()
197 || !strcmp (this_char, "quota") in parse_options()
198 || !strcmp (this_char, "usrquota")) in parse_options()