Searched refs:binary (Results 76 - 100 of 156) sorted by relevance

1234567

/freebsd-11.0-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s6 # Redistribution and use in source and binary forms, with or without
13 # 2. Redistributions in binary form must reproduce the above copyright
H A Dputssjis.s6 # Redistribution and use in source and binary forms, with or without
13 # 2. Redistributions in binary form must reproduce the above copyright
H A Dboot.s6 # Redistribution and use in source and binary forms, with or without
13 # 2. Redistributions in binary form must reproduce the above copyright
H A Dsyscons.s6 # Redistribution and use in source and binary forms, with or without
13 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/sys/boot/pc98/kgzldr/
H A Dcrt.s5 # Redistribution and use in source and binary forms, with or without
10 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/sys/conf/
H A DMakefile.mips78 ${OBJCOPY} -S -O binary ${KERNEL_KO}.tramp.elf \
/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl55 * Redistribution and use in source and binary forms, with or without
60 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/sbin/camcontrol/
H A Dmodeedit.c7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
814 int edit, int binary, int retry_count, int timeout)
818 if (edit && binary)
819 errx(EX_USAGE, "cannot edit in binary mode.");
821 if (! binary) {
837 warnx("reverting to binary display only");
838 binary = 1;
855 } else if (binary || STAILQ_EMPTY(&editlist)) {
813 mode_edit(struct cam_device *device, int page, int page_control, int dbd, int edit, int binary, int retry_count, int timeout) argument
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldexp.c281 exp_fold_tree_1 (tree->binary.lhs);
291 segment_name = tree->binary.rhs->name.name;
306 exp_fold_tree_1 (tree->binary.rhs);
847 value.binary.lhs = lhs;
848 value.binary.rhs = rhs;
854 new = stat_alloc (sizeof (new->binary));
855 memcpy (new, &value, sizeof (new->binary));
999 exp_print_tree (tree->binary.lhs);
1001 exp_print_tree (tree->binary.rhs);
/freebsd-11.0-release/usr.bin/grep/
H A Dutil.c10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
223 /* Return if we need to skip a binary file */
224 if (f->binary && binbehave == BINFILE_SKIP) {
231 if ((t = procline(&ln, f->binary)) == 0 && Bflag > 0) {
253 binbehave == BINFILE_BIN && f->binary && !qflag)
/freebsd-11.0-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile15 binary.c \
/freebsd-11.0-release/contrib/libstdc++/src/
H A Dios.cc67 const ios_base::openmode ios_base::binary; member in class:ios_base
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dpex-msdos.c102 /* Open a file. FIXME: We ignore the binary argument, since we have
107 int binary ATTRIBUTE_UNUSED)
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_pseudo_driver.sh101 * Redistribution and use in source and binary forms, with or without
106 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/sys/boot/efi/boot1/
H A DMakefile84 EFI_TARGET= binary
/freebsd-11.0-release/sys/boot/i386/btx/lib/
H A Dbtxv86.s5 # Redistribution and use in source and binary forms are freely
/freebsd-11.0-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.s5 # Redistribution and use in source and binary forms are freely
/freebsd-11.0-release/sys/boot/usb/
H A Dusbcore.mk12 # Redistribution and use in source and binary forms, with or without
17 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/share/mk/
H A Dbsd.crunchgen.mk23 # will be used to generate a hard link to the resulting binary.
145 # Use a separate build tree to hold files compiled for this crunchgen binary
/freebsd-11.0-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl77 * Redistribution and use in source and binary forms, with or without
82 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11.0-release/contrib/apr/
H A Dapr.spec92 - update to depend on the bzip2 binary
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A DMakefile.am198 $(ASN1_COMPILE) --one-code-file --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
/freebsd-11.0-release/contrib/diff/src/
H A Ddiff.c76 /* Use binary I/O when reading and writing data (--binary).
78 static bool binary; variable
80 enum { binary = true }; enumerator in enum:__anon965
191 {"binary", 0, 0, BINARY_OPTION},
516 binary = true;
730 (brief & binary
874 N_("--binary Read and write data in binary mode."),
1310 if (binary)
[all...]
/freebsd-11.0-release/sys/dev/pci/
H A Dpci_iov_schema.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
330 const void *binary; local
334 binary = nvlist_get_binary(param_schema, "default", &len);
335 nvlist_add_binary(config, name, binary, len);
/freebsd-11.0-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl199 * Redistribution and use in source and binary forms, with or without
204 * 2. Redistributions in binary form must reproduce the above copyright

Completed in 129 milliseconds

1234567