Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc60 AudioTypeConvert* conv; // conversion class member
140 AudioTypeConvert* conv; in free_conv_list() local
144 conv = list->conv; in free_conv_list()
151 if ((list[i].conv != NULL) && in free_conv_list()
152 ((i == 0) || (list[i].conv != conv))) in free_conv_list()
153 delete(list[i].conv); in free_conv_list()
167 AudioTypeConvert* conv, // NULL, if multiple buffers in append_conv_list() argument
187 nlp[i].conv = conv; in append_conv_list()
218 AudioTypeConvert* conv; in add_mux_convert() local
222 conv = new AudioTypeMux; in add_mux_convert()
[all …]
/titanic_50/usr/src/cmd/dd/
H A Ddd.c488 int conv; /* conversion option code */ in main() local
498 conv = COPY; in main()
597 conv = BLOCK; in main()
602 conv = UNBLOCK; in main()
611 conv = EBCDIC; in main()
617 conv = IBM; in main()
623 conv = ASCII; in main()
629 conv = EBCDIC; in main()
635 conv = IBM; in main()
641 conv = ASCII; in main()
[all …]
/titanic_50/usr/src/cmd/msgfmt/
H A Dgnu_check.c46 char flag, conv; in extract_format() local
210 conv = 'c'; in extract_format()
212 conv = 'd'; in extract_format()
215 conv = 's'; in extract_format()
217 conv = 's'; in extract_format()
219 conv = 'i'; in extract_format()
221 conv = 'o'; in extract_format()
223 conv = 'u'; in extract_format()
225 conv = 'c'; in extract_format()
227 conv = 'x'; in extract_format()
[all …]
/titanic_50/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_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_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_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."
/titanic_50/usr/src/psm/stand/bootblks/common/
H A Dmkbb.sh66 dd if=$1 of=$3 conv=notrunc bs=1
67 dd if=$2 of=$3 conv=notrunc bs=1 oseek=$rdoff
78 dd if=$extra of=$3 conv=notrunc bs=1 oseek=$bblen
/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c265 char conv; in extract_format() local
434 conv = 'I'; in extract_format()
444 conv = 'D'; in extract_format()
450 conv = 's'; in extract_format()
454 conv = *fmt; in extract_format()
461 STORE(norm, sz, arg, conv); in extract_format()
/titanic_50/usr/src/psm/stand/bootblks/ufs/i386/
H A Dinstallboot.sh50 stderr=`dd if=$PBOOT of=$DEVICE bs=1b count=1 conv=sync 2>&1`
52 stderr=`dd if=$BOOTBLK of=$DEVICE bs=1b oseek=3 conv=sync 2>&1`
/titanic_50/usr/src/cmd/sort/common/
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 …]
/titanic_50/usr/src/lib/libslp/clib/
H A DSLPUtils.c497 char *buf, *pin, *pout, conv[3]; in slp_unescape() local
505 conv[2] = 0; in slp_unescape()
521 conv[0] = *pin++; in slp_unescape()
522 conv[1] = *pin++; in slp_unescape()
523 *pout++ = (char)strtol(conv, NULL, 16); in slp_unescape()
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Drap.c330 uint16_t *rp, conv, *tmp; in smb_rap_request() local
371 conv = letohs(*rp); in smb_rap_request()
427 *p32 = (letohl(*p32) & 0xffff) - conv; in smb_rap_request()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-pam.c67 static struct pam_conv conv = { variable
153 new_start_pam(Authctxt *authctxt, struct pam_conv *conv) in new_start_pam() argument
208 if ((retval = pam_start(svc, user, conv, &pamh)) != PAM_SUCCESS) { in new_start_pam()
497 new_start_pam(authctxt, &conv); in auth_pam_password()
/titanic_50/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Dclean_mirror_common.kshlib59 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/titanic_50/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_014_pos.ksh59 conv=notrunc count=50
/titanic_50/usr/src/cmd/ssh/include/
H A Dauth-pam.h41 void new_start_pam(Authctxt *authctxt, struct pam_conv *conv);
/titanic_50/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh273 dd if=$bb of=$rlofidev bs=1b oseek=1 count=15 conv=sync 2>&1
368 conv=notrunc conv=sync >> "$errlog" 2>&1
/titanic_50/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

12