Searched refs:binary (Results 1 - 25 of 156) sorted by relevance

1234567

/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh8 # Redistribution and use in source and binary forms, with or without
13 # 2. Redistributions in binary form must reproduce the above copyright
95 b binary/text
526 This includes all binary distributions, kernels, install images,
559 SHA1 (NetBSD-6.0/acorn26/binary/kernel/netbsd-FOURMEG.gz) = e127c41d5e332c75e79f5ca0e72ba250ef3c739a
560 SHA512 (NetBSD-6.0/acorn26/binary/kernel/netbsd-FOURMEG.gz) = 7487273a4289d2f1dd69fb0230c263ac4fd198aac5399de043e1416834ea4b0bb4970129886223b9c5090ea9526dd765e6152f89ccfa58d4c8ba95597a845a34
561 RMD160 (NetBSD-6.0/acorn26/binary/kernel/netbsd-FOURMEG.gz) = 09dcd3b8f9be85b99ed094fefc6a88e27be9b91d
562 MD5 (NetBSD-6.0/acorn26/binary/kernel/netbsd-FOURMEG.gz) = 5aef629404b3d65f15bc44554b948145
563 SHA1 (NetBSD-6.0/acorn26/binary/kernel/netbsd-GENERIC.gz) = c6362b83dbc496509c4e539cca33924b14318804
564 SHA512 (NetBSD-6.0/acorn26/binary/kerne
[all...]
/freebsd-11.0-release/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
34 int binary; member in struct:descriptors
42 static void expect_success(int binary, char *pathfds);
43 static void expect_missing_library(int binary, char *pathfds);
45 static void try_to_run(int binary, int expected_exit_status,
57 expect_missing_library(files.binary, NULL);
71 expect_missing_library(files.binary, pathfds);
84 expect_missing_library(files.binary, pathfds);
98 expect_success(files.binary, pathfd
178 expect_success(int binary, char *pathfds) argument
185 expect_missing_library(int binary, char *pathfds) argument
195 try_to_run(int binary, int exit_status, char * const *env, const char *expected_out, const char *expected_err) argument
[all...]
/freebsd-11.0-release/contrib/byacc/package/debian/
H A Drules73 binary-indep: build install
74 # No binary-indep target.
77 binary-arch: build install
92 binary: binary-indep binary-arch
93 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/freebsd-11.0-release/contrib/dialog/package/debian/
H A Drules75 binary-indep: build install
76 # No binary-indep target.
79 binary-arch: build install
94 binary: binary-indep binary-arch
95 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/freebsd-11.0-release/tools/tools/bus_autoconf/
H A Dbus_autoconf.sh7 # Redistribution and use in source and binary forms, with or without
12 # 2. Redistributions in binary form must reproduce the above copyright
53 ${OBJCOPY} -j bus_autoconf_format -O binary ${F} bus_autoconf.ids 2> /dev/null
57 ${OBJCOPY} -j usb_host_id -O binary ${F} "usb_host_id,${G}" 2> /dev/null
61 ${OBJCOPY} -j usb_device_id -O binary ${F} "usb_device_id,${G}" 2> /dev/null
65 ${OBJCOPY} -j usb_dual_id -O binary ${F} "usb_dual_id,${G}" 2> /dev/null
/freebsd-11.0-release/sys/boot/i386/mbr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/sys/boot/i386/pmbr/
H A DMakefile12 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/lib/libc/inet/
H A Dnsap_addr.c45 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument
66 *binary++ = (nib << 4) | xtob(c);
81 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument
101 nib = *binary >> 4;
103 nib = *binary++ & 0x0f;
/freebsd-11.0-release/sys/boot/i386/btx/btxldr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${LOADER_ADDRESS} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/sys/boot/i386/cdboot/
H A DMakefile13 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/sys/boot/pc98/boot0/
H A DMakefile19 ${OBJCOPY} -S -O binary ${BOOT}.out ${.TARGET}
/freebsd-11.0-release/sys/boot/pc98/btx/btxldr/
H A DMakefile15 LDFLAGS=-e start -Ttext ${LOADER_ADDRESS} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A DMakefile13 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc87 binary = std::ios_base::binary enumerator in enum:__anon1983::__anon1984
90 switch (mode & (in|out|trunc|app|binary))
101 case ( out |binary): return "wb";
102 case ( out |app|binary): return "ab";
103 case ( out|trunc |binary): return "wb";
104 case (in |binary): return "rb";
105 case (in|out |binary): return "r+b";
106 case (in|out|trunc |binary): return "w+b";
108 case (in|out |app|binary)
[all...]
/freebsd-11.0-release/sys/dev/cxgb/
H A Dbin2h.pl28 Redistribution and use in source and binary forms, with or without
58 my $binary;
71 my $number_read = read(INPUT, $binary, 4);
72 my ($a, $b, $c, $d) = unpack("C C C C", $binary);
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dpex-djgpp.c84 const char *name, int binary)
86 return open (name, O_RDONLY | (binary ? O_BINARY : O_TEXT));
93 const char *name, int binary)
99 | (binary ? O_BINARY : O_TEXT)),
83 pex_djgpp_open_read(struct pex_obj *obj ATTRIBUTE_UNUSED, const char *name, int binary) argument
92 pex_djgpp_open_write(struct pex_obj *obj ATTRIBUTE_UNUSED, const char *name, int binary) argument
/freebsd-11.0-release/sys/modules/linux/
H A DMakefile65 ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \
66 --binary-architecture i386 linux${SFX}_locore.o ${.TARGET}
69 ${OBJCOPY} --input-target binary --output-target elf32-i386-freebsd \
70 --binary-architecture i386 linux${SFX}_locore.o ${.TARGET}
/freebsd-11.0-release/sys/boot/i386/boot0/
H A DMakefile77 LDFLAGS=-e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/sys/boot/i386/btx/btx/
H A DMakefile28 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/sys/boot/pc98/boot0.5/
H A DMakefile24 ${OBJCOPY} -S -O binary ${BOOT}.out ${.TARGET}
/freebsd-11.0-release/sys/boot/pc98/btx/btx/
H A DMakefile28 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
/freebsd-11.0-release/lib/libnetgraph/
H A Dmsg.c90 * the command into binary, and then we send the binary.
95 struct ng_mesg *reply, *binary, *ascii; local
132 /* Send node a request to convert ASCII to binary */
144 /* Now send binary version */
145 binary = (struct ng_mesg *)reply->data;
148 binary->header.token = gMsgId;
149 binary->header.version = NG_VERSION;
151 path, binary, binary
[all...]
/freebsd-11.0-release/sys/boot/kshim/
H A Dkshim.mk12 # Redistribution and use in source and binary forms, with or without
17 # 2. Redistributions in binary form must reproduce the above copyright
75 ${OBJCOPY} -j ".debug.sysinit" -O binary ${KSRC}.o ${KSRC}.osys
/freebsd-11.0-release/sys/modules/linux64/
H A DMakefile39 ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \
40 -S -g --binary-architecture i386:x86-64 linux_locore.o ${.TARGET}
/freebsd-11.0-release/sys/boot/arm/at91/
H A DMakefile.inc33 ${OBJCOPY} -S -O binary ${P}.out ${.TARGET}

Completed in 254 milliseconds

1234567