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