Home
last modified time | relevance | path

Searched refs:conv (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc142 conv = list->conv; in free_conv_list()
150 ((i == 0) || (list[i].conv != conv))) in free_conv_list()
185 nlp[i].conv = conv; in append_conv_list()
311 delete conv; in add_channel_convert()
361 delete conv; in add_compress()
397 lp[i].conv = conv; in add_compress()
457 lp[i].conv = conv; in add_decompress()
487 delete conv; in add_rate_convert()
513 lp[i].conv = conv; in add_rate_convert()
760 if (lp->conv) { in do_convert()
[all …]
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c544 conv = COPY; in main()
637 conv = BLOCK; in main()
654 conv = IBM; in main()
659 conv = ASCII; in main()
669 conv = IBM; in main()
786 switch (conv) { in main()
801 conv = NBIBM; in main()
808 switch (conv) { in main()
860 conv = LCIBM; in main()
862 conv = UCIBM; in main()
[all …]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c44 char flag, conv; in extract_format() local
208 conv = 'c'; in extract_format()
210 conv = 'd'; in extract_format()
213 conv = 's'; in extract_format()
215 conv = 's'; in extract_format()
217 conv = 'i'; in extract_format()
219 conv = 'o'; in extract_format()
221 conv = 'u'; in extract_format()
223 conv = 'c'; in extract_format()
225 conv = 'x'; in extract_format()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_negative.ksh46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
52 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
59 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
65 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
71 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
76 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
82 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
87 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_copies.ksh46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
52 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
62 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
68 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_volume.ksh48 dd if=/dev/urandom of=$vol bs=8192 count=4096 conv=notrunc >/dev/null \
54 dd if=$vol of=$volclone bs=8192 count=4096 conv=notrunc >/dev/null 2>&1 || \
H A Dnopwrite_recsize.ksh45 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
53 conv=notrunc >/tmp/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_sync.ksh46 conv=notrunc >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
51 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_promoted_clone.ksh47 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
55 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_varying_compression.ksh51 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
59 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
H A Dnopwrite_mtime.ksh45 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
54 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c119 char *conv; in main() local
121 conv = ldaptool_local2UTF8( argv[ optind ] ); in main()
122 rc = dodelete( ld, conv, ldaptool_request_ctrls ); in main()
123 if( conv != NULL ) { in main()
124 free( conv ); in main()
H A Dcommon.c1180 char *conv; local
1221 conv = ldaptool_local2UTF8( binddn );
1265 rc = ldaptool_simple_bind_s( ld, conv, passwd, bindctrls, NULL,
1270 if ( conv != NULL ) {
1271 free( conv );
1290 if (( rc = ldaptool_simple_bind_s( ld, conv, passwd,
1292 if( conv != NULL )
1293 free( conv );
1301 if ( conv != NULL ) {
1302 free( conv );
/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-iso2022-7%zh_TW-euc.c97 Conversion *conv; member
499 if ((ret->conv = zConversion()) == NULL) { in aTWNiconv()
503 if ((ret->cntl = yGxCntl(ret->conv)) == NULL) { in aTWNiconv()
504 free(ret->conv); in aTWNiconv()
510 free(ret->conv); in aTWNiconv()
533 if (zconversion(this->conv, this->iobuf) == -1) in aisotoeuc()
547 zdeConversion(this->conv); in adeTWNiconv()
555 zdeConversion(this->conv); in areset()
558 this->conv = zConversion(); in areset()
559 this->cntl = yGxCntl(this->conv); in areset()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c263 char conv; in extract_format() local
432 conv = 'I'; in extract_format()
442 conv = 'D'; in extract_format()
448 conv = 's'; in extract_format()
452 conv = *fmt; in extract_format()
459 STORE(norm, sz, arg, conv); in extract_format()
/illumos-gate/usr/src/cmd/sort/
H A Dfields.c182 struct lconv *conv = localeconv(); in field_initialize_separator() local
184 if (!xstreql(conv->thousands_sep, "")) { in field_initialize_separator()
185 numerical_separator = *conv->thousands_sep; in field_initialize_separator()
186 (void) mbtowc(&w_numerical_separator, conv->thousands_sep, in field_initialize_separator()
191 if (!xstreql(conv->mon_thousands_sep, "")) { in field_initialize_separator()
192 monetary_separator = *conv->mon_thousands_sep; in field_initialize_separator()
193 (void) mbtowc(&w_monetary_separator, conv->mon_thousands_sep, in field_initialize_separator()
198 if (!xstreql(conv->mon_decimal_point, "")) { in field_initialize_separator()
199 monetary_decimal = *conv->mon_decimal_point; in field_initialize_separator()
200 (void) mbtowc(&w_monetary_decimal, conv->mon_decimal_point, in field_initialize_separator()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/removal/
H A Dremoval_remap_deadlists.ksh31 conv=notrunc seek=100
35 conv=notrunc seek=200
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c496 char *buf, *pin, *pout, conv[3]; in slp_unescape() local
504 conv[2] = 0; in slp_unescape()
520 conv[0] = *pin++; in slp_unescape()
521 conv[1] = *pin++; in slp_unescape()
522 *pout++ = (char)strtol(conv, NULL, 16); in slp_unescape()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib288 count=$bs_count conv=notrunc >/dev/null 2>&1
293 conv=notrunc >/dev/null 2>&1
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Datrparse.c583 atr_convention_t conv; in atr_parse_one() local
603 conv = atr_convention(data); in atr_parse_one()
637 if (conv != test->ar_conv) { in atr_parse_one()
639 "%u, expected: %u", conv, test->ar_conv); in atr_parse_one()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_005_pos.ksh48 log_must dd if=/dev/zero of=$DEV_DSKDIR/${DISK[1]}s0 bs=1024 count=256 conv=notrunc
H A Dzdb_003_pos.ksh46 log_must dd if=${DEV_DSKDIR}/${DISK[0]}s0 of=${DEV_DSKDIR}/${DISK[1]}s0 bs=1024 count=256 conv=notr…
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_014_pos.ksh69 conv=notrunc count=50
/illumos-gate/usr/src/test/zfs-tests/tests/functional/scrub_mirror/
H A Dscrub_mirror_common.kshlib53 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/illumos-gate/usr/src/cmd/ccidadm/
H A Dccidadm.c418 atr_convention_t conv; in ccidadm_atr_props() local
423 conv = atr_convention(data); in ccidadm_atr_props()
431 (void) printf(" + Clock Convention: %u (%s)\n", conv, in ccidadm_atr_props()
432 atr_convention_to_string(conv)); in ccidadm_atr_props()

123