| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r267981-llvm-r211435-fix-ppc-fctiduz.diff | 53 - %conv = fptoui float %a to i64 57 - store i64 %conv, i64* %b.addr, align 4 72 - %conv = fptoui double %a to i64 76 - store i64 %conv, i64* %b.addr, align 8 97 %conv = sitofp i64 %a to float 105 store float %conv, float* %b.addr, align 4 114 %conv = sitofp i32 %a to float 122 store float %conv, float* %b.addr, align 4 131 %conv = sitofp i16 %a to float 142 store float %conv, float* %b.addr, align 4 [all …]
|
| /freebsd-10-stable/contrib/openpam/lib/libpam/ |
| D | pam_vprompt.c | 67 const struct pam_conv *conv; in pam_vprompt() local 75 conv = convp; in pam_vprompt() 76 if (conv == NULL || conv->conv == NULL) { in pam_vprompt() 85 r = (conv->conv)(1, &msgp, &rsp, conv->appdata_ptr); in pam_vprompt()
|
| /freebsd-10-stable/bin/dd/ |
| D | Makefile | 7 SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c 18 .for conv in ascii ebcdic ibm oldascii oldebcdic oldibm \ 21 @${ECHO} testing conv=${conv} 23 LC_ALL=en_US.US-ASCII ./dd conv=${conv} 2>/dev/null | \ 25 diff -I FreeBSD - ${.CURDIR}/ref.${conv} 28 @./gen 189284 | ./dd ibs=16 obs=8 conv=sparse of=obs_zeroes 2> /dev/null 33 @./dd if=1M_zeroes of=1M_zeroes.1 bs=1048576 conv=sparse 2> /dev/null
|
| D | args.c | 301 static const struct conv { struct 331 struct conv *cp, tmp; in f_conv() 335 cp = bsearch(&tmp, clist, sizeof(clist) / sizeof(struct conv), in f_conv() 336 sizeof(struct conv), c_conv); in f_conv() 351 return (strcmp(((const struct conv *)a)->name, in c_conv() 352 ((const struct conv *)b)->name)); in c_conv()
|
| /freebsd-10-stable/contrib/groff/src/utils/afmtodit/ |
| D | afmtodit.pl | 6424 printf("spacewidth %d\n", conv($width{"space"})) if defined $width{"space"}; 6453 conv($kernx[$i])); 6505 printf("%s\t%d", $map{$ch, "0"}, conv($width{$ch})); 6530 printf(",%d,%d", conv($h), conv($d)); 6531 printf(",%d,%d,%d", conv($italic_correction), 6532 conv($left_math_fit), 6533 conv($subscript_correction)); 6536 printf(",%d,%d", conv($h), conv($d)); 6537 printf(",%d,%d", conv($italic_correction), 6538 conv($left_math_fit)); [all …]
|
| /freebsd-10-stable/contrib/nvi/common/ |
| D | conv.c | 158 sp->conv.id[IC_FE_CHAR2INT]); in fe_char2int() 166 sp->conv.id[IC_IE_CHAR2INT]); in ie_char2int() 292 sp->conv.id[IC_FE_INT2CHAR]); in fe_int2char() 319 BCOPY(&orig->conv, &sp->conv, 1); in conv_init() 340 sp->conv.sys2int = sp->conv.file2int = raw2int; in conv_init() 341 sp->conv.int2sys = sp->conv.int2file = int2raw; in conv_init() 342 sp->conv.input2int = raw2int; in conv_init() 344 sp->conv.sys2int = cs_char2int; in conv_init() 345 sp->conv.int2sys = cs_int2char; in conv_init() 346 sp->conv.file2int = fe_char2int; in conv_init() [all …]
|
| D | key.h | 16 sp->conv.file2int(sp, n, nlen, &buf, &wlen, &w) 18 sp->conv.int2file(sp, w, wlen, &sp->cw, &nlen, &n) 20 sp->conv.sys2int(sp, n, nlen, &buf, &wlen, &w) 22 sp->conv.int2sys(sp, w, wlen, &sp->cw, &nlen, &n) 24 sp->conv.input2int(sp, n, nlen, &(cw), &wlen, &w)
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | call.c | 592 conversion *conv; in standard_conversion() local 616 conv = build_identity_conv (from, expr); in standard_conversion() 621 conv = build_conv (ck_lvalue, from, conv); in standard_conversion() 635 conv = build_conv (ck_rvalue, from, conv); in standard_conversion() 649 conv = build_conv (part_conv->kind, to, conv); in standard_conversion() 650 conv->rank = part_conv->rank; in standard_conversion() 653 conv = NULL; in standard_conversion() 655 return conv; in standard_conversion() 659 return conv; in standard_conversion() 664 conv = build_conv (ck_std, to, conv); in standard_conversion() [all …]
|
| /freebsd-10-stable/sys/fs/msdosfs/ |
| D | msdosfs_conv.c | 311 int conv = 1; local 397 if (conv != 3) 398 conv = 2; 401 conv = 3; 408 if (((dn[j] & 0x80) || *(cp - 1) != dn[j]) && conv != 3) 409 conv = 2; 411 conv = 3; 415 conv = 3; 420 conv = 3; 436 if (conv != 3) [all …]
|
| /freebsd-10-stable/tests/sys/geom/class/gate/ |
| D | ggate_test.sh | 24 dd if=/dev/random of=/dev/$work bs=1m count=1 conv=notrunc 26 dd if=/dev/random of=/dev/$src bs=1m count=1 conv=notrunc 39 dd if=/dev/${src} of=${ggate_dev} bs=1m count=1 conv=notrunc 73 dd if=src of=${ggate_dev} bs=1m count=1 conv=notrunc 99 dd if=/dev/random of=$work bs=1m count=1 conv=notrunc 101 dd if=/dev/random of=$src bs=1m count=1 conv=notrunc 110 dd if=/dev/$src of=${ggate_dev} bs=1m count=1 conv=notrunc
|
| /freebsd-10-stable/contrib/openpam/modules/pam_unix/ |
| D | pam_unix.c | 70 struct pam_conv *conv; in pam_sm_authenticate() local 91 pam_err = pam_get_item(pamh, PAM_CONV, (const void **)&conv); in pam_sm_authenticate() 104 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr); in pam_sm_authenticate()
|
| /freebsd-10-stable/release/sparc64/ |
| D | mkisoimages.sh | 56 dd if="$BASEBITSDIR/boot/boot1" of="$BOOTFSIMG" bs=512 conv=notrunc,sync 71 dd if="$NAME.tmp" of="$NAME" bs="${CYLSIZE}b" conv=notrunc,sync 72 dd if="$BOOTFSIMG" of="$NAME" bs="${CYLSIZE}b" seek=$ISOCYLS conv=notrunc,sync 74 dd if=/dev/zero of="$NAME" bs="${CYLSIZE}b" seek=$ENDCYL count=2 conv=notrunc,sync
|
| /freebsd-10-stable/lib/libiconv_modules/mapper_std/ |
| D | citrus_mapper_std.c | 85 uint32_t conv; in rowcol_convert() local 109 conv = _region_peek8(&rc->rc_table, idx); in rowcol_convert() 112 conv = be16toh(_region_peek16(&rc->rc_table, idx*2)); in rowcol_convert() 115 conv = be32toh(_region_peek32(&rc->rc_table, idx*4)); in rowcol_convert() 121 if (conv == rc->rc_dst_invalid) { in rowcol_convert() 125 if (conv == rc->rc_dst_ilseq) in rowcol_convert() 128 *dst = conv; in rowcol_convert()
|
| /freebsd-10-stable/usr.sbin/nvram/ |
| D | nvram.c | 57 } conv; variable 123 memcpy(conv.buf, cp, sizeof(struct chrp_header)); in main() 124 size = conv.header.length * 0x10; in main() 125 if (strncmp(conv.header.name, "common", 7) == 0) in main()
|
| /freebsd-10-stable/lib/libpam/modules/pam_radius/ |
| D | pam_radius.c | 183 const struct pam_conv *conv; in do_challenge() local 233 conv = (const struct pam_conv *)item; in do_challenge() 234 if ((retval = conv->conv(num_msgs, msg_ptrs, &resp, in do_challenge() 235 conv->appdata_ptr)) != PAM_SUCCESS) in do_challenge()
|
| /freebsd-10-stable/contrib/nvi/ex/ |
| D | ex_subst.c | 1313 enum { C_NOTSET, C_LOWER, C_ONELOWER, C_ONEUPPER, C_UPPER } conv; in re_sub() local 1350 } else if (conv != C_NOTSET) { \ in re_sub() 1351 switch (conv) { \ in re_sub() 1353 conv = C_NOTSET; \ in re_sub() 1360 conv = C_NOTSET; \ in re_sub() 1374 conv = C_NOTSET; in re_sub() 1408 conv = C_NOTSET; in re_sub() 1412 conv = C_ONELOWER; in re_sub() 1416 conv = C_LOWER; in re_sub() 1420 conv = C_ONEUPPER; in re_sub() [all …]
|
| /freebsd-10-stable/sys/boot/powerpc/boot1.chrp/ |
| D | Makefile | 33 ${DD} if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc 35 conv=notrunc
|
| D | generate-hfs.sh | 33 echo 'Bootinfo START' | dd of=bootinfo.txt.tmp cbs=$CHRPBOOT_SIZE count=1 conv=block 34 echo 'Boot1 START' | dd of=boot1.elf.tmp cbs=$BOOT1_SIZE count=1 conv=block
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVVMReflect.cpp | 156 const Value *conv = Reflect->getArgOperand(0); in runOnModule() local 157 assert(isa<CallInst>(conv) && "Expected a const-to-gen conversion"); in runOnModule() 158 const CallInst *ConvCall = cast<CallInst>(conv); in runOnModule()
|
| /freebsd-10-stable/crypto/openssl/crypto/rc4/asm/ |
| D | rc4-x86_64.pl | 664 my ($reg,$conv)=@_; 665 if ($reg =~ /%r[0-9]+/) { $reg .= $conv; } 666 elsif ($conv eq "b") { $reg =~ s/%[er]([^x]+)x?/%$1l/; } 667 elsif ($conv eq "w") { $reg =~ s/%[er](.+)/%$1/; } 668 elsif ($conv eq "d") { $reg =~ s/%[er](.+)/%e$1/; }
|
| D | rc4-md5-x86_64.pl | 615 my ($reg,$conv)=@_; 616 if ($reg =~ /%r[0-9]+/) { $reg .= $conv; } 617 elsif ($conv eq "b") { $reg =~ s/%[er]([^x]+)x?/%$1l/; } 618 elsif ($conv eq "w") { $reg =~ s/%[er](.+)/%$1/; } 619 elsif ($conv eq "d") { $reg =~ s/%[er](.+)/%e$1/; }
|
| /freebsd-10-stable/contrib/pam_modules/pam_passwdqc/ |
| D | pam_passwdqc.c | 136 lo_const struct pam_conv *conv; in converse() local 143 conv = item; in converse() 150 return conv->conv(1, (lo_const struct pam_message **)&pmsg, resp, in converse() 151 conv->appdata_ptr); in converse()
|
| /freebsd-10-stable/contrib/smbfs/lib/smb/ |
| D | rap.c | 305 u_int16_t *rp, conv; in smb_rap_request() local 323 conv = le16toh(*rp++); in smb_rap_request() 362 *p32 = (*p32 & 0xffff) - conv; in smb_rap_request()
|
| /freebsd-10-stable/tools/tools/net80211/wlaninject/ |
| D | wlaninject.c | 394 int conv = 0; in parse_ie() local 422 if (conv == 0) { in parse_ie() 429 conv++; in parse_ie() 431 conv++; in parse_ie() 436 return conv; in parse_ie()
|
| /freebsd-10-stable/sys/tools/ |
| D | embed_mfs.sh | 36 dd if=$2 ibs=8192 of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
|