Searched refs:multi (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-9.3-release/gnu/usr.bin/texinfo/makeinfo/
H A DMakefile5 index.c insertion.c lang.c macro.c makeinfo.c multi.c \
/freebsd-9.3-release/usr.bin/finger/
H A Dnet.c64 int error, multi; local
86 multi = (ai0->ai_next) != 0;
95 if (multi)
/freebsd-9.3-release/contrib/gcc/
H A Drecog.h247 const char *const *multi; member in union:insn_data::__anon1199
253 const char *const *multi; member in struct:insn_data::__anon1200
H A Dmklibgcc.in232 os_multilib_dir=`$GCC_FOR_TARGET $flags --print-multi-os-directory`
898 os_multilib_dir=`$GCC_FOR_TARGET $flags --print-multi-os-directory`
/freebsd-9.3-release/contrib/ipfilter/test/
H A Dvfycksum.pl225 $multi = 0;
232 # with a '[', then allow the input to be a multi-line hex
236 $multi=1;
245 $multi = 0;
283 if ($multi == 0 && $cnt > 0) {
H A Dnatipftest55 multi)
H A DMakefile64 @/bin/sh ./natipftest multi `awk "/^$@ / { print; } " test.format`
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Daddr.c357 int multi; local
365 multi = 0;
378 multi = 1;
396 multi = 1;
422 if (bcast || multi)
439 if (multi || bcast) {
454 if (multi) {
/freebsd-9.3-release/usr.sbin/burncd/
H A Dburncd.c80 int dao = 0, eject = 0, fixate = 0, list = 0, multi = 0, preemp = 0; local
120 multi = 1;
323 do_DAO(fd, test_write, multi);
330 if (ioctl(fd, CDRIOCFIXATE, &multi) < 0)
404 do_DAO(int fd, int test_write, int multi) argument
478 sheet.session_type = multi ? CDR_SESS_MULTI : CDR_SESS_NONE;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-zephyr.c56 int multi; member in struct:z_packet
183 PARSE_FIELD_INT(z.multi);
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver_wired.c59 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data
544 drv->multi = 1;
582 if (drv->multi &&
H A Ddriver_ndis.c2355 TCHAR multi[100]; local
2371 memcpy(multi, drv->adapter_name, len * sizeof(TCHAR));
2372 memcpy(&multi[len], TEXT("NDISUIO\0"), 9 * sizeof(TCHAR));
2376 multi, len * sizeof(TCHAR), NULL, 0, NULL, NULL))
2381 (u8 *) multi, len * sizeof(TCHAR));
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_hash.c172 uint32_t multi = 0x6D22F5; local
183 h0 = h2 + (h1 ^ (val * multi));
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c191 /* Note: ISO9660 stores each multi-byte integer twice, once in
295 /* Set 1 if this file is multi extent. */
929 struct file_info *multi; local
968 multi = NULL;
993 (child->multi_extent || multi != NULL)) {
996 if (multi == NULL) {
997 multi = child;
998 multi->contents.first = NULL;
999 multi->contents.last =
1000 &(multi
[all...]
/freebsd-9.3-release/usr.sbin/ifmcstat/
H A Difmcstat.c515 struct in6_multi multi; local
517 KREAD(mc, &multi, struct in6_multi);
518 printf("\t\tgroup %s", inet6_n2a(&multi.in6m_addr));
519 printf(" refcnt %u\n", multi.in6m_refcount);
521 return (multi.in6m_entry.le_next);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh143 # multi-arch is not enabled. This ensures that the
144 # default value, when multi-arch is the same as the
145 # default value when not multi-arch. POSTDEFAULT is
239 # m -> multi-arch function
240 # hiding a multi-arch function (parameterised with the architecture)
241 # M -> multi-arch function + predicate
242 # hiding a multi-arch function + predicate to test function validity
302 # default for the non- multi-arch target.
324 # non- multi-arch target (regardless of the value of
803 echo "Error: predicate function ${macro} can not have a non- multi
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_ciph.c801 int j, multi, found, rule, retval, ok, buflen; local
869 /* check for multi-part specification */
871 multi = 1;
874 multi = 0;
923 if (!multi)
940 * We do not support any "multi" options
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c289 static int do_multi(int multi);
760 int multi = 0; local
872 else if ((argc > 0) && (strcmp(*argv, "-multi") == 0)) {
876 BIO_printf(bio_err, "no multi count given\n");
879 multi = atoi(argv[0]);
880 if (multi <= 0) {
881 BIO_printf(bio_err, "bad multi count\n");
1316 "-multi n " "run n benchmarks in parallel.\n");
1326 if (multi && do_multi(multi))
2683 do_multi(int multi) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp440 // FIXME: This won't work for multi-character comment indicators like "//".
/freebsd-9.3-release/sys/dev/usb/input/
H A Dwsp.c201 int16_t multi; /* one finger: varies, more fingers: member in struct:tp_finger
730 f[i].multi = le16toh((uint16_t)f[i].multi);
737 f[i].touch_major, f[i].touch_minor, f[i].multi);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A DMakefile.in109 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
360 MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
376 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
383 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
454 @$(MULTICLEAN) multi-clean DO=mostlyclean
459 @$(MULTICLEAN) multi-clean DO=clean
462 @$(MULTICLEAN) multi-clean DO=distclean
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A DMakefile.in109 @: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
343 MULTIOSDIR = `$(CC) $(LIBCFLAGS) -print-multi-os-directory`
359 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
366 @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
437 @$(MULTICLEAN) multi-clean DO=mostlyclean
442 @$(MULTICLEAN) multi-clean DO=clean
445 @$(MULTICLEAN) multi-clean DO=distclean
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dzoneconf.c819 isc_boolean_t multi; local
1531 multi = ISC_FALSE;
1534 result = ns_config_get(maps, "multi-master", &obj);
1536 multi = cfg_obj_asboolean(obj);
1538 dns_zone_setoption(mayberaw, DNS_ZONEOPT_MULTIMASTER, multi);
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc240 // else multi-threading problems will ensue.
/freebsd-9.3-release/contrib/binutils/gas/
H A Dcgen.c696 /* Queue many fixups, recursively. If the field is a multi-ifield,
698 assume here multi-fields represent a left-to-right, MSB0-LSB0
715 & (field->val.multi[i]), signed_p, i);

Completed in 316 milliseconds

12