| /src/lib/libedit/ |
| chartype.c | 50 ct_conv_cbuff_resize(ct_buffer_t *conv, size_t csize) 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->cbuff = p [all...] |
| /src/sys/arch/next68k/stand/boot/ |
| installboot.sh | 18 dd if="$1" of="$2" obs=1024 seek=32 conv=osync 19 dd if="$1" of="$2" obs=1024 seek=96 conv=osync
|
| /src/sys/arch/x68k/stand/xxboot/cdboot_cd9660/ |
| Makefile | 7 ( ( echo -n X68SCSI1 | dd bs=2048 conv=sync ) ; \ 8 ( cat ${PROG} | dd bs=2048 conv=sync ) ) > ${PROG}.n ; \
|
| /src/external/bsd/openpam/dist/lib/libpam/ |
| pam_vprompt.c | 70 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);
|
| /src/external/gpl2/lvm2/dist/test/ |
| t-pool-labels.sh | 19 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
|
| /src/distrib/sun3/ |
| MakeBootTape | 22 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
|
| MakeInstTape | 22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
|
| /src/distrib/sun2/ |
| MakeInstTape | 22 dd if=../../binary/sets/${f}.tgz of=$T obs=8k conv=sync
|
| MakeBootTape | 21 dd if=tapeboot of=$T obs=8k conv=sync 25 dd of=$T obs=8k conv=sync
|
| /src/sys/arch/i386/bioscall/ |
| bin2asm.sh | 19 dd if=${in} bs=${len} conv=sync |\
|
| /src/usr.bin/hexdump/ |
| Makefile | 5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 15 COPTS.conv.c += -Wno-format-nonliteral
|
| /src/external/bsd/openpam/dist/include/security/ |
| pam_types.h | 64 int (*conv)(int, const struct pam_message **, member in struct:pam_conv
|
| /src/external/bsd/pam-u2f/dist/fuzz/ |
| fuzz_auth.c | 32 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); 173 struct conv_appdata *conv = appdata_ptr; local 187 str = strtok_r(conv->save ? NULL : conv->str, "\n", &conv->save); 211 static void prepare_conv(struct pam_conv *conv, struct conv_appdata *data 237 struct pam_conv conv; local [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| wasm.h | 196 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, signed [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| wasm.h | 196 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, signed [all...] |
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| wasm.h | 196 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, signed [all...] |
| /src/external/gpl3/gdb/dist/include/opcode/ |
| wasm.h | 196 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, signed [all...] |
| /src/external/lgpl3/gmp/dist/cxx/ |
| osfuns.cc | 76 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)
|
| /src/external/bsd/openpam/dist/modules/pam_unix/ |
| pam_unix.c | 70 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);
|
| /src/external/gpl2/groff/dist/src/utils/afmtodit/ |
| 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)) 6564 sub conv { subroutine [all...] |
| /src/bin/dd/ |
| Makefile | 7 SRCS= args.c conv.c dd.c dd_swab.c misc.c position.c
|
| /src/usr.bin/audio/play/ |
| play.c | 288 audio_write(int fd, void *buf, size_t len, convert conv) 296 if (conv == NULL) 306 len = conv(buf, convert_buffer, len); 313 convert conv = NULL; local 365 sizet_filesize, audiofd, &datasize, file, &conv)) < 0) { 383 nw = audio_write(audiofd, addr, bufsize, conv); 391 nw = audio_write(audiofd, addr, datasize, conv); 411 convert conv = NULL; local 431 hdrlen = audioctl_write_fromhdr(buffer, nr, audiofd, &datasize, file, &conv); 447 nw = audio_write(audiofd, buffer, nr, conv); [all...] |
| /src/external/gpl2/grep/dist/intl/ |
| loadmsgcat.c | 150 domain->conv = (__gconv_t) -1; 153 domain->conv = (iconv_t) -1; 211 if (__gconv_open (outcharset, charset, &domain->conv, 214 domain->conv = (__gconv_t) -1; 229 domain->conv = iconv_open (outcharset, charset); 255 if (domain->conv != (__gconv_t) -1) 256 __gconv_close (domain->conv); 259 if (domain->conv != (iconv_t) -1) 260 iconv_close (domain->conv);
|
| /src/external/mit/libuv/dist/test/ |
| task.h | 114 #define ASSERT_BASE(a, operator, b, type, conv) \ 121 "(%"conv" %s %"conv")\n", \ 134 #define ASSERT_BASE_STR(expr, a, operator, b, type, conv) \ 139 "(%"conv" %s %"conv")\n", \ 152 #define ASSERT_BASE_LEN(expr, a, operator, b, conv, len) \ 157 "(%.*"#conv" %s %.*"#conv")\n", \
|
| /src/libexec/ftpd/ |
| conf.c | 82 struct ftpconv *conv, *cnext; local 84 for (conv = curclass.conversions; conv != NULL; conv = cnext) { 85 REASSIGN(conv->suffix, NULL); 86 REASSIGN(conv->types, NULL); 87 REASSIGN(conv->disable, NULL); 88 REASSIGN(conv->command, NULL); 89 cnext = conv->next; 90 free(conv); 147 struct ftpconv *conv, *cnext; local [all...] |