Lines Matching refs:curName
499 char curName[256];
500 wcstombs_s(&num_char_converted, curName, sizeof(curName), file.name, sizeof(curName));
502 const char *curName = file.name;
505 if (strcmp(curName, "fsdata.tmp") == 0) {
508 if (strcmp(curName, "fshdr.tmp") == 0) {
511 if (file_to_exclude(curName)) {
512 printf("skipping %s/%s by exclude list (-x option)..." NEWLINE, curSubdir, curName);
516 printf("processing %s/%s..." NEWLINE, curSubdir, curName);
518 if (process_file(data_file, struct_file, curName) < 0) {