Searched refs:conv (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-9.3-release/bin/dd/
H A DMakefile5 SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
16 .for conv in ascii ebcdic ibm oldascii oldebcdic oldibm \
19 @${ECHO} testing conv=${conv}
21 LC_ALL=en_US.US-ASCII ./dd conv=${conv} 2>/dev/null | \
23 diff -I FreeBSD - ${.CURDIR}/ref.${conv}
H A Dargs.c80 { "conv", f_conv, 0, 0 },
309 static const struct conv { struct
339 struct conv *cp, tmp;
343 cp = bsearch(&tmp, clist, sizeof(clist) / sizeof(struct conv),
344 sizeof(struct conv), c_conv);
359 return (strcmp(((const struct conv *)a)->name,
360 ((const struct conv *)b)->name));
/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dpam_vprompt.c67 const struct pam_conv *conv; local
75 conv = convp;
76 if (conv == NULL || conv->conv == NULL) {
85 r = (conv->conv)(1, &msgp, &rsp, conv->appdata_ptr);
/freebsd-9.3-release/sys/tools/
H A Dembed_mfs.sh36 dd if=$2 ibs=8192 of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-9.3-release/contrib/openpam/include/security/
H A Dpam_types.h64 int (*conv)(int, const struct pam_message **, member in struct:pam_conv
/freebsd-9.3-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6424 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(
6564 sub conv { subroutine
[all...]
/freebsd-9.3-release/sys/tools/fdt/
H A Dembed_dtb.sh44 dd if=$2 ibs=${dtbsize} of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd-9.3-release/usr.bin/hexdump/
H A DMakefile5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
/freebsd-9.3-release/contrib/openpam/modules/pam_unix/
H A Dpam_unix.c70 struct pam_conv *conv; local
91 pam_err = pam_get_item(pamh, PAM_CONV, (const void **)&conv);
104 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr);
/freebsd-9.3-release/release/sparc64/
H A Dmkisoimages.sh56 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-9.3-release/sys/boot/powerpc/boot1.chrp/
H A DMakefile34 dd if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
36 conv=notrunc
H A Dgenerate-hfs.sh33 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-9.3-release/contrib/gcc/cp/
H A Dcall.c419 [conv.ptr]. */
424 /* [conv.ptr]
581 /* Returns the standard conversion path (see [conv]) from type FROM to type
591 conversion *conv; local
615 conv = build_identity_conv (from, expr);
620 conv = build_conv (ck_lvalue, from, conv);
634 conv = build_conv (ck_rvalue, from, conv);
648 conv
902 conversion *conv; local
1044 direct_reference_binding(tree type, conversion *conv) argument
1091 conversion *conv = NULL; local
1256 conversion *conv; local
2534 conversion *conv = NULL; local
3126 conversion *conv; local
3400 conversion *conv; local
3661 conversion *conv; local
4757 conversion *conv; local
6465 conversion *conv; local
6512 conversion *conv; local
6598 conversion *conv; local
[all...]
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dconf.c88 struct ftpconv *conv, *cnext; local
90 for (conv = curclass.conversions; conv != NULL; conv = cnext) {
91 REASSIGN(conv->suffix, NULL);
92 REASSIGN(conv->types, NULL);
93 REASSIGN(conv->disable, NULL);
94 REASSIGN(conv->command, NULL);
95 cnext = conv->next;
96 free(conv);
153 struct ftpconv *conv, *cnext; local
[all...]
/freebsd-9.3-release/sys/boot/sparc64/boot1/
H A DMakefile23 dd if=boot1.aout of=${.TARGET} bs=512 oseek=1 conv=notrunc
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86ms.pl98 $reg2=&conv($1);
211 $t=&conv($p1).",";
216 $line.=&conv($p2);
233 push(@out,"\t$name\t".&conv($p1)."\n");
236 sub conv subroutine
448 push(@out,"\t$name\t".&conv($p1)."\n");
H A Dx86nasm.pl106 $reg2=&conv($1);
228 $t=&conv($p1).",";
233 push(@out,&conv($p2));
248 push(@out,"\t$name\t".&conv($p1)."\n");
251 sub conv subroutine
430 push(@out,"\t$name\t".&conv($p1)."\n");
H A Dx86unix.pl272 $p2=&conv($p2);
273 $p1=&conv($p1);
279 $t=&conv($p2).",";
285 push(@out,&conv($p1)."\n");
302 $p2=&conv($p2);
303 $p1=&conv($p1);
308 push(@out,"\t$name\t".&conv($p1)."\n");
316 push(@out,"\t$name\t*".&conv($p1)."\n");
324 sub conv subroutine
/freebsd-9.3-release/crypto/heimdal/lib/auth/pam/
H A Dpam.c215 struct pam_conv *conv)
246 ret = conv->conv(1, &pmsg, &resp, conv->appdata_ptr);
275 struct pam_conv *conv; local
292 ret = pam_get_item(pamh, PAM_CONV, (void*)&conv);
318 ret = krb4_auth(pamh, flags, name, inst, conv);
211 krb4_auth(pam_handle_t *pamh, int flags, const char *name, const char *inst, struct pam_conv *conv) argument
/freebsd-9.3-release/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c85 uint32_t conv; local
109 conv = _region_peek8(&rc->rc_table, idx);
112 conv = be16toh(_region_peek16(&rc->rc_table, idx*2));
115 conv = be32toh(_region_peek32(&rc->rc_table, idx*4));
121 if (conv == rc->rc_dst_invalid) {
125 if (conv == rc->rc_dst_ilseq)
128 *dst = conv;
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp156 const Value *conv = Reflect->getArgOperand(0); local
157 assert(isa<CallInst>(conv) && "Expected a const-to-gen conversion");
158 const CallInst *ConvCall = cast<CallInst>(conv);
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c311 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 !
[all...]
/freebsd-9.3-release/release/powerpc/
H A Dmake-memstick.sh69 dd if=${tempfile} of=/dev/${unit}s3 bs=$BLOCKSIZE conv=sync
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A DMakefile34 dd if=${.TARGET}.tmp of=${.TARGET} obs=2k conv=osync
/freebsd-9.3-release/lib/libpam/modules/pam_radius/
H A Dpam_radius.c178 const struct pam_conv *conv; local
228 conv = (const struct pam_conv *)item;
229 if ((retval = conv->conv(num_msgs, msg_ptrs, &resp,
230 conv->appdata_ptr)) != PAM_SUCCESS)

Completed in 200 milliseconds

1234