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

1234567891011>>

/netbsd-current/lib/libedit/
H A Dchartype.c50 ct_conv_cbuff_resize(ct_buffer_t *conv, size_t csize) argument
54 if (csize <= conv->csize)
57 conv->csize = csize;
59 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff));
61 conv->csize = 0;
62 el_free(conv->cbuff);
63 conv->cbuff = NULL;
66 conv
71 ct_conv_wbuff_resize(ct_buffer_t *conv, size_t wsize) argument
93 ct_encode_string(const wchar_t *s, ct_buffer_t *conv) argument
123 ct_decode_string(const char *s, ct_buffer_t *conv) argument
144 ct_decode_argv(int argc, const char *argv[], ct_buffer_t *conv) argument
215 ct_visual_string(const wchar_t *s, ct_buffer_t *conv) argument
[all...]
/netbsd-current/sys/arch/next68k/stand/boot/
H A Dinstallboot.sh18 dd if="$1" of="$2" obs=1024 seek=32 conv=osync
19 dd if="$1" of="$2" obs=1024 seek=96 conv=osync
/netbsd-current/sys/arch/x68k/stand/xxboot/cdboot_cd9660/
H A DMakefile7 ( ( echo -n X68SCSI1 | dd bs=2048 conv=sync ) ; \
8 ( cat ${PROG} | dd bs=2048 conv=sync ) ) > ${PROG}.n ; \
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dpam_vprompt.c70 const struct pam_conv *conv; local
78 conv = convp;
79 if (conv == NULL || conv->conv == NULL) {
88 r = (conv->conv)(1, &msgp, &rsp, conv->appdata_ptr);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vcvt-3.s4 .irp conv, .f16.f32, .f32.f16
7 vcvtt\conv \op1, \op2
8 vcvtb\conv \op1, \op2
H A Dmve-vcvt-1.s4 .macro all_vcvt conv, imm
7 vcvt\conv \op1, \op2, #\imm
12 .irp conv, .f16.s16, .f16.u16, .s16.f16, .u16.f16
14 all_vcvt \conv, \imm
18 .irp conv, .f32.s32, .f32.u32, .s32.f32, .u32.f32
20 all_vcvt \conv, \imm
H A Dmve-vcvt-2.s4 .irp conv, .f16.s16, .f16.u16, .s16.f16, .u16.f16, .f32.s32, .f32.u32, .s32.f32, .u32.f32
7 vcvt\conv \op1, \op2
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-pool-labels.sh19 env printf "\x01\x16\x70\x06\x5f\xcf\xff\xb9\xf8\x24\x8apool1" | dd of=$2 bs=5 seek=1 conv=notrunc
20 env printf "\x04\x01\x03\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x00\x0$1\x68\x01\x16\x70\x00\x00\x00\x00\x00\x06\x5f\xd0" | dd of=$2 bs=273 seek=1 conv=notrunc
/netbsd-current/distrib/sun3/
H A DMakeBootTape22 dd if=tapeboot of=$T obs=8k conv=sync
26 dd of=$T obs=8k conv=sync
30 dd of=$T obs=8k conv=sync
H A DMakeInstTape22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
/netbsd-current/sys/arch/i386/bioscall/
H A Dbin2asm.sh19 dd if=${in} bs=${len} conv=sync |\
/netbsd-current/distrib/sun2/
H A DMakeInstTape22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
H A DMakeBootTape21 dd if=tapeboot of=$T obs=8k conv=sync
25 dd of=$T obs=8k conv=sync
/netbsd-current/usr.bin/hexdump/
H A DMakefile5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
15 COPTS.conv.c += -Wno-format-nonliteral
/netbsd-current/external/bsd/openpam/dist/include/security/
H A Dpam_types.h64 int (*conv)(int, const struct pam_message **, member in struct:pam_conv
/netbsd-current/external/gpl2/groff/dist/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...]
/netbsd-current/external/bsd/pam-u2f/dist/fuzz/
H A Dfuzz_auth.c32 char conv[MAXSTR]; member in struct:param
73 pack_string(&data, &len, p->conv) != 1 ||
107 !set_string(dummy.conv, dummy_conv, MAXSTR) ||
126 unpack_string(&data, &len, p->conv) != 1 ||
154 mutate_string(p->conv, MAXSTR);
171 struct conv_appdata *conv = appdata_ptr; local
185 str = strtok_r(conv->save ? NULL : conv->str, "\n", &conv->save);
209 static void prepare_conv(struct pam_conv *conv, struc argument
235 struct pam_conv conv; local
[all...]
/netbsd-current/distrib/amiga/miniroot/
H A DMakefile.inc12 IMAGEPOSTBUILD= dd if=${DESTDIR}/usr/mdec/bootxx_ffsv1 of=${IMAGE} bs=8192 conv=notrunc
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dwasm.h196 WASM_OPCODE (0xa7, "i32.wrap/i64", i64, i32, conv, agnostic)
197 WASM_OPCODE (0xa8, "i32.trunc_s/f32", f32, i32, conv, signed)
198 WASM_OPCODE (0xa9, "i32.trunc_u/f32", f32, i32, conv, unsigned)
199 WASM_OPCODE (0xaa, "i32.trunc_s/f64", f64, i32, conv, signed)
200 WASM_OPCODE (0xab, "i32.trunc_u/f64", f64, i32, conv, unsigned)
201 WASM_OPCODE (0xac, "i64.extend_s/i32", i32, i64, conv, signed)
202 WASM_OPCODE (0xad, "i64.extend_u/i32", i32, i64, conv, unsigned)
203 WASM_OPCODE (0xae, "i64.trunc_s/f32", f32, i64, conv, signed)
204 WASM_OPCODE (0xaf, "i64.trunc_u/f32", f32, i64, conv, unsigned)
205 WASM_OPCODE (0xb0, "i64.trunc_s/f64", f64, i64, conv, signe
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dwasm.h196 WASM_OPCODE (0xa7, "i32.wrap/i64", i64, i32, conv, agnostic)
197 WASM_OPCODE (0xa8, "i32.trunc_s/f32", f32, i32, conv, signed)
198 WASM_OPCODE (0xa9, "i32.trunc_u/f32", f32, i32, conv, unsigned)
199 WASM_OPCODE (0xaa, "i32.trunc_s/f64", f64, i32, conv, signed)
200 WASM_OPCODE (0xab, "i32.trunc_u/f64", f64, i32, conv, unsigned)
201 WASM_OPCODE (0xac, "i64.extend_s/i32", i32, i64, conv, signed)
202 WASM_OPCODE (0xad, "i64.extend_u/i32", i32, i64, conv, unsigned)
203 WASM_OPCODE (0xae, "i64.trunc_s/f32", f32, i64, conv, signed)
204 WASM_OPCODE (0xaf, "i64.trunc_u/f32", f32, i64, conv, unsigned)
205 WASM_OPCODE (0xb0, "i64.trunc_s/f64", f64, i64, conv, signe
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dwasm.h196 WASM_OPCODE (0xa7, "i32.wrap/i64", i64, i32, conv, agnostic)
197 WASM_OPCODE (0xa8, "i32.trunc_s/f32", f32, i32, conv, signed)
198 WASM_OPCODE (0xa9, "i32.trunc_u/f32", f32, i32, conv, unsigned)
199 WASM_OPCODE (0xaa, "i32.trunc_s/f64", f64, i32, conv, signed)
200 WASM_OPCODE (0xab, "i32.trunc_u/f64", f64, i32, conv, unsigned)
201 WASM_OPCODE (0xac, "i64.extend_s/i32", i32, i64, conv, signed)
202 WASM_OPCODE (0xad, "i64.extend_u/i32", i32, i64, conv, unsigned)
203 WASM_OPCODE (0xae, "i64.trunc_s/f32", f32, i64, conv, signed)
204 WASM_OPCODE (0xaf, "i64.trunc_u/f32", f32, i64, conv, unsigned)
205 WASM_OPCODE (0xb0, "i64.trunc_s/f64", f64, i64, conv, signe
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dwasm.h196 WASM_OPCODE (0xa7, "i32.wrap/i64", i64, i32, conv, agnostic)
197 WASM_OPCODE (0xa8, "i32.trunc_s/f32", f32, i32, conv, signed)
198 WASM_OPCODE (0xa9, "i32.trunc_u/f32", f32, i32, conv, unsigned)
199 WASM_OPCODE (0xaa, "i32.trunc_s/f64", f64, i32, conv, signed)
200 WASM_OPCODE (0xab, "i32.trunc_u/f64", f64, i32, conv, unsigned)
201 WASM_OPCODE (0xac, "i64.extend_s/i32", i32, i64, conv, signed)
202 WASM_OPCODE (0xad, "i64.extend_u/i32", i32, i64, conv, unsigned)
203 WASM_OPCODE (0xae, "i64.trunc_s/f32", f32, i64, conv, signed)
204 WASM_OPCODE (0xaf, "i64.trunc_u/f32", f32, i64, conv, unsigned)
205 WASM_OPCODE (0xb0, "i64.trunc_s/f64", f64, i64, conv, signe
[all...]
/netbsd-current/external/lgpl3/gmp/dist/cxx/
H A Dosfuns.cc76 p->conv = DOPRNT_CONV_FIXED;
78 p->conv = DOPRNT_CONV_SCIENTIFIC;
80 p->conv = DOPRNT_CONV_GENERAL;
97 if (p->prec == 0 && p->conv != DOPRNT_CONV_FIXED)
/netbsd-current/external/bsd/openpam/dist/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);
/netbsd-current/bin/dd/
H A DMakefile7 SRCS= args.c conv.c dd.c dd_swab.c misc.c position.c

Completed in 196 milliseconds

1234567891011>>