Home
last modified time | relevance | path

Searched refs:FILENAME (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/exec/
H A Drecursion-depth.c50 #define FILENAME "/tmp/1" in main() macro
52 fd = creat(FILENAME, 0700); in main()
56 #define S "#!" FILENAME "\n" in main()
62 rv = execve(FILENAME, NULL, NULL); in main()
/linux/scripts/
H A Dcheck-sysctl-docs110 if (debug) print "Processing file " FILENAME
138 file[curentry] = FILENAME
H A Dgenerate_builtin_ranges.awk113 printf "NOTE: %s uses LLVM lld linker map format\n", FILENAME >"/dev/stderr";
398 printf "Note: %s is not needed.\n", FILENAME >"/dev/stderr";
H A Dverify_builtin_ranges.awk171 printf "Note: %s is not needed.\n", FILENAME >"/dev/stderr";
/linux/scripts/genksyms/
H A Dlex.l57 ^#[ \t]+{INT}[ \t]+\"[^\"\n]+\".*\n return FILENAME;
151 else if (token == FILENAME)
H A Dparse.y114 %token FILENAME
/linux/arch/arm/tools/
H A Dgen-mach-types27 printf(" * This was automagically generated from %s!\n", FILENAME);