Lines Matching refs:suffix
53 * (1) .exe suffix inconsistencies
174 suffix(register const char* path)
194 if (suffix(path))
199 else if (!suffix(buf) && ((buf + size) - s) >= 4)
320 !suffix(path) &&
770 if (!suffix(path) && !fstat(fd, &st) && (exe[fd] || (exe[fd] = (Exe_test_t*)malloc(sizeof(Exe_test_t)))))
868 int suffix;
936 suffix = (getpid() & 0xfff) + count++;
937 snprintf(tmp, sizeof(tmp), deleted, drive, base, suffix);
978 stop = suffix;
981 snprintf(tmp, sizeof(tmp), deleted, drive, base, suffix);
987 if (++suffix > 0xfff)
988 suffix = 0;
989 } while (suffix != stop);