Lines Matching defs:namebuf
497 char namebuf[MAX_PATH];
512 strcpy(namebuf, where);
513 strcat(namebuf, SUFX_RULES);
514 s = strdup(namebuf);
515 errs = check_access(namebuf, &new_rules);
519 strcpy(namebuf, where);
520 strcat(namebuf, SUFX_OLD);
521 file_rules = strdup(namebuf);
522 errs = check_access(namebuf, &new_rules);
531 strcpy(namebuf, where);
532 strcat(namebuf, SUFX_BASE);
533 file_base = strdup(namebuf);
534 errs |= check_access(namebuf, &new_baseline);