Lines Matching refs:strcmp
124 if (strcmp (exp, "DEFAULT") == 0)
140 if (strcmp (exp, "ALL") == 0)
307 if (strcmp (line, "RCSBIN") == 0)
315 else if (strcmp (line, "SystemAuth") == 0)
317 if (strcmp (p, "no") == 0)
326 else if (strcmp (p, "yes") == 0)
338 else if (strcmp (line, "tag") == 0) {
346 else if (strcmp (line, "umask") == 0) {
349 else if (strcmp (line, "DisableMdocdate") == 0) {
350 if (strcmp (p, "no") == 0)
352 else if (strcmp (p, "yes") == 0)
360 else if (strcmp (line, "dlimit") == 0) {
373 else if (strcmp (line, "DisableXProg") == 0)
375 if (strcmp (p, "no") == 0)
384 else if (strcmp (p, "yes") == 0)
396 else if (strcmp (line, "PreservePermissions") == 0)
398 if (strcmp (p, "no") == 0)
400 else if (strcmp (p, "yes") == 0)
416 else if (strcmp (line, "TopLevelAdmin") == 0)
418 if (strcmp (p, "no") == 0)
420 else if (strcmp (p, "yes") == 0)
428 else if (strcmp (line, "LockDir") == 0)
437 else if (strcmp (line, "LogHistory") == 0)
439 if (strcmp (p, "all") != 0)