/src/sys/arch/m68k/fpsp/ |
L_ENTRY.AWK | 61 printf "sed 's/_OPs_/" $1 "/g' MONADIC." SYS " | " 62 printf "sed 's/_OPd_/" $2 "/g' | " 63 printf "sed 's/_OPx_/" $3 "/g' | " 64 printf "sed 's/_OPr_/" $5 "/g' | " 65 printf "sed 's/_OPz_/" $6 "/g' | " 66 printf "sed 's/_OPi_/" $7 "/g' | " 67 printf "sed 's/_OPn_/" $8 "/g' | " 68 printf "sed 's/_OPm_/" $9 "/g' | " 70 printf "sed 's/_TMP_/" PREFIX utmp "/g'\n " 74 printf "sed 's/_OPs_/" $1 "/g' DYADIC." SYS " | [all...] |
/src/distrib/common/ |
list2sh.awk | 4 printf("cd ${CURDIR}\n"); 5 printf("\n"); 12 printf("echo '%s'\n", $0); 13 printf("rm -f ${TARGDIR}/%s\n", $3); 14 printf("cp %s ${TARGDIR}/%s\n", $2, $3); 18 printf("echo '%s'\n", $0); 19 printf("rm -f ${TARGDIR}/%s\n", $3); 20 printf("(cd ${TARGDIR}; ln %s %s)\n", $2, $3); 24 printf("echo '%s'\n", $0); 25 printf("rm -f ${TARGDIR}/%s\n", $3) [all...] |
/src/sys/rump/ |
sunldgen.sh | 18 printf '# $NetBSD: sunldgen.sh,v 1.1 2013/03/15 12:12:16 pooka Exp $\n\n$mapfile_version 2\nLOAD_SEGMENT rumpkern_linksets {' 20 printf '\n\tASSIGN_SECTION { IS_NAME= link_set_start_%s };\n' $lset 21 printf '\tASSIGN_SECTION { IS_NAME= link_set_%s };\n' $lset 22 printf '\tASSIGN_SECTION { IS_NAME= link_set_stop_%s };\n' $lset 23 printf '\tOS_ORDER+= link_set_start_%s\n' $lset 24 printf '\t link_set_%s\n' $lset 25 printf '\t link_set_stop_%s;\n' $lset 30 printf '/* $NetBSD: sunldgen.sh,v 1.1 2013/03/15 12:12:16 pooka Exp $ */\n\n' 32 printf 'int __start_link_set_%s[0]\n' $lset 33 printf '\t__attribute__((__section__("link_set_start_%s")));\n' $lse [all...] |
/src/common/lib/libc/arch/aarch64/atomic/ |
Makefile.inc | 20 printf '#define OP ${op}\n#define OP_${op}\n#define SZ ${sz}\n#define AR ${ar}\n#define AR${ar}\n#include "__aarch64_lse.S"\n' > ${.TARGET} 29 printf '#define OP ${op}\n#define OP_${op}\n#define AR ${ar}\n#define AR${ar}\n#include "__aarch64_lse.S"\n' > ${.TARGET}
|
/src/sys/arch/rs6000/stand/boot/ |
iplcb.c | 18 printf(" System Info: %p\n", sysinfo_p); 19 printf(" Processors: %d\n", sysinfo->nrof_procs); 20 printf(" Coherence Block size: 0x%x\n", sysinfo->coherency_size); 21 printf(" Reservation Granule size: 0x%x\n", sysinfo->resv_size); 22 printf(" Arbiter Controller RA: %p\n", sysinfo->arb_ctrl_addr); 23 printf(" Physical ID Register RA: %p\n", sysinfo->phys_id_addr); 24 printf(" # of BOS Slot Reset Registers: %d\n", sysinfo->nrof_bsrr); 25 printf(" BSSR RA: %p\n", sysinfo->bssr_addr); 26 printf(" Time of day type: %d\n", sysinfo->tod_type); 27 printf(" TOD Register RA: %p\n", sysinfo->todr_addr) [all...] |
/src/sys/dev/hil/ |
devlist2h.awk | 35 printf("/*\t$NetBSD%s\t*/\n\n", "$") 36 printf("/*\n") 37 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") 38 printf(" *\n") 39 printf(" * generated from:\n") 40 printf(" *\t%s\n", VERSION) 41 printf(" */\n") 48 printf("const struct hildevice hildevs[] = {\n") 52 printf("\t{ 0x%s, 0x%s, HIL_DEVICE_%s, \"", 62 printf ("\" },\t/*" [all...] |
/src/tests/usr.bin/xlint/lint1/ |
msg_325.c | 8 int printf(const char *, ...); 14 printf("%d\n", i);
|
d_c99_anon_union.c | 15 int printf(const char *, ...); 21 printf("%p\n", &f[1]);
|
/src/sys/external/bsd/acpica/dist/compiler/ |
aslhelp.c | 176 printf (ACPI_COMMON_SIGNON (ASL_COMPILER_NAME)); 177 printf ("%s\n\n", ASL_COMPLIANCE); 180 printf ("\nGeneral:\n"); 190 printf ("\nHelp:\n"); 198 printf ("\nPreprocessor:\n"); 204 printf ("\nErrors, Warnings, and Remarks:\n"); 215 printf ("\nAML Bytecode Generation (*.aml):\n"); 225 printf ("\nListings:\n"); 232 printf ("\nFirmware Support - C Text Output:\n"); 238 printf ("\nFirmware Support - Assembler Text Output:\n") [all...] |
/src/sys/dev/onewire/ |
devlist2h.awk | 29 printf("/*\t\$NetBSD\$\t*/\n\n" \ 32 printf("/*\t\$NetBSD\$\t*/\n\n" \ 35 printf("static const struct onewire_family " \ 40 printf("#define ONEWIRE_FAMILY_%s\t%s\n", toupper($2), $3) > hfile 41 printf("\t{ ONEWIRE_FAMILY_%s, \"", toupper($2)) > dfile 46 printf(" ") > dfile 47 printf("%s", $f) > dfile 50 printf("\" },\n") > dfile 55 printf("\t{ 0, NULL }\n};\n") > dfile
|
/src/sys/dev/acpi/ |
devlist2h.awk | 40 printf("/*\t$NetBSD" "$\t*/\n\n") > dfile 41 printf("/*\n") > dfile 42 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 44 printf(" *\n") > dfile 45 printf(" * generated from:\n") > dfile 46 printf(" *\t%s\n", VERSION) > dfile 47 printf(" */\n") > dfile 65 printf("\n") > dfile 67 printf("const struct { const char *pnp, *str; } acpi_knowndevs[] = {\n") > dfile 69 printf("\t{\n") > dfil [all...] |
/src/sys/external/isc/libsodium/dist/test/default/ |
sodium_version.c | 8 printf("%d\n", sodium_version_string() != NULL); 9 printf("%d\n", sodium_library_version_major() > 0); 10 printf("%d\n", sodium_library_version_minor() >= 0);
|
/src/sys/dev/tc/ |
devlist2h.awk | 42 printf("/*\t$NetBSD" "$\t*/\n\n") > dfile 43 printf("/*\n") > dfile 44 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 46 printf(" *\n") > dfile 47 printf(" * generated from:\n") > dfile 48 printf(" *\t%s\n", VERSION) > dfile 49 printf(" */\n") > dfile 51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 52 printf("/*\n") > hfile 53 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") [all...] |
/src/sys/dev/podulebus/ |
podulelist2h.awk | 44 printf("/*\t\$NetBSD\$\t*/\n\n") > dfile 45 printf("/*\n") > dfile 46 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 48 printf(" *\n") > dfile 49 printf(" * generated from:\n") > dfile 50 printf(" *\t%s\n", VERSION) > dfile 51 printf(" */\n") > dfile 53 printf("/*\t\$NetBSD\$\t*/\n\n") > hfile 54 printf("/*\n") > hfile 55 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") [all...] |
/src/regress/libexec/ld.elf_so/origin/lib/ |
foosrc.c | 7 printf("foo\n");
|
/src/sys/dev/videomode/ |
devlist2h.awk | 42 printf("/*\t$NetBSD" "$\t*/\n\n") > dfile 43 printf("/*\n") > dfile 44 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 46 printf(" *\n") > dfile 47 printf(" * generated from:\n") > dfile 48 printf(" *\t%s\n", VERSION) > dfile 49 printf(" */\n") > dfile 51 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 52 printf("/*\n") > hfile 53 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") [all...] |
/src/sys/dev/raidframe/ |
rf_geniq.c | 79 printf("/*\n"); 80 printf(" * rf_invertq.h\n"); 81 printf(" */\n"); 82 printf("/*\n"); 83 printf(" * GENERATED FILE -- DO NOT EDIT\n"); 84 printf(" */\n"); 85 printf("\n"); 86 printf("#ifndef _RF__RF_INVERTQ_H_\n"); 87 printf("#define _RF__RF_INVERTQ_H_\n"); 88 printf("\n") [all...] |
/src/lib/libcurses/ |
genfileioh.awk | 58 printf("/*\n"); 59 printf(" * Do not edit! Automatically generated file:\n"); 60 printf(" * from: %s\n", SHVER); 61 printf(" * by : %s\n", MYVER); 62 printf(" */\n"); 63 printf("\n"); 64 printf("#define CURSES_LIB_MAJOR %s\n", MAJ); 65 printf("#define CURSES_LIB_MINOR %s\n", MIN);
|
/src/sys/arch/amiga/stand/bootblock/ppcboot/ |
hex2c.awk | 34 { printf("\t"); for(i=2;i<=NF;i++) {printf("0x%s, ",$i);size += 2};printf("\n");} 35 END{printf("\t0};\n");}
|
/src/sys/arch/luna68k/dev/xplx/ |
cdump.awk | 40 printf "\n" 42 printf " " 44 printf "0x%s,", str 48 printf "\n"
|
/src/sys/modules/arch/arm/ |
kmodwrap.awk | 10 printf " --wrap="$3;
|
/src/sys/arch/mvme68k/stand/sboot/ |
sboot.c | 44 printf("\nsboot: serial line bootstrap program (&end = %p) [%s]\n\n", 48 printf("[rebooting...]\n"); 54 printf(">>> "); 85 printf("My ip address is: %d.%d.%d.%d\n", 87 printf("Server ip address is: %d.%d.%d.%d\n", 90 printf("Failed.\n"); 94 printf("exiting to ROM\n"); 99 printf("Download Failed\n"); 101 printf("Download was a success!\n"); 107 printf("My ip address is: %d.%d.%d.%d\n" [all...] |
/src/sys/arch/evbarm/stand/bootimx23/ |
bootimx23.c | 81 printf("\r\nbootimx23: "); 82 printf("HW revision TA%d, ", 84 printf("boot reason "); 91 printf("5V, "); 94 printf("RTC, "); 97 printf("high pswitch, "); 100 printf("mid pswitch, "); 103 printf("UNKNOWN, "); 106 printf("power source "); 108 printf("battery") [all...] |
/src/sys/dev/mca/ |
devlist2h.awk | 48 printf("/*\t$NetBSD" "$\t*/\n\n") > dfile 49 printf("/*\n") > dfile 50 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ 52 printf(" *\n") > dfile 53 printf(" * generated from:\n") > dfile 54 printf(" *\t%s\n", VERSION) > dfile 55 printf(" */\n") > dfile 57 printf("/*\t$NetBSD" "$\t*/\n\n") > hfile 58 printf("/*\n") > hfile 59 printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") [all...] |
/src/sys/kern/ |
gendevcalls.awk | 38 printf("union %s_binding {\n", call_name_ub) 39 printf("\tstruct device_call_generic generic;\n") 41 printf("\tstruct {\n") 42 printf("\t\tconst char *name;\n") 43 printf("\t\tstruct %s_args *args;\n", call_name_ub) 44 printf("\t} %s;\n", field); 46 printf("};\n") 50 printf("\n") 51 printf("#define %s_STR \"%s\"\n", call_name_ub_uc, call_name) 55 printf("\n" [all...] |