Searched refs:fileguard (Results 1 – 17 of 17) sorted by relevance
10 fileguard=LINUX_USER_ARM_`basename "$out" | sed \14 fileguard="_UAPI$fileguard"17 echo "#ifndef ${fileguard}"18 echo "#define ${fileguard} 1"30 echo "#endif /* ${fileguard} */"
10 fileguard=LINUX_USER_I386_`basename "$out" | sed \14 echo "#ifndef ${fileguard}"15 echo "#define ${fileguard} 1"27 echo "#endif /* ${fileguard} */"
10 fileguard=LINUX_USER_X86_64_`basename "$out" | sed \14 echo "#ifndef ${fileguard}"15 echo "#define ${fileguard} 1"27 echo "#endif /* ${fileguard} */"
7 fileguard=_ASM_ARM_`basename "$out" | sed \12 echo "#ifndef ${fileguard}13 #define ${fileguard} 132 echo "#endif /* ${fileguard} */"
9 fileguard=_UAPI_ASM_MIPS_`basename "$out" | sed \13 printf "#ifndef %s\n" "${fileguard}"14 printf "#define %s\n" "${fileguard}"24 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_ALPHA_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_M68K_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */\n" "${fileguard}"
10 fileguard=LINUX_USER_SH4_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_MICROBLAZE_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_S390X_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */\n" "${fileguard}"
10 fileguard=LINUX_USER_XTENSA_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_PPC_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"32 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_SPARC_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_HPPA_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_MIPS64_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"31 printf "#endif /* %s */" "${fileguard}"
10 fileguard=LINUX_USER_MIPS_`basename "$out" | sed \14 printf "#ifndef %s\n" "${fileguard}"15 printf "#define %s\n" "${fileguard}"34 printf "#endif /* %s */" "${fileguard}"
115 local fileguard="$1"125 local fileguard suffix128 fileguard=$(normalize_fileguard "__UAPI_ASM_S390_$2")134 fileguard=$(normalize_fileguard "__UAPI_ASM_S390_SYSCALLS_$suffix")