/titanic_50/usr/src/cmd/audio/audioconvert/ |
H A D | convert.cc | 60 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 D | dd.c | 488 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 D | gnu_check.c | 46 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 D | nopwrite_negative.ksh | 46 $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 D | nopwrite_copies.ksh | 46 $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 D | nopwrite_volume.ksh | 48 $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 D | nopwrite_recsize.ksh | 45 $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 D | nopwrite_sync.ksh | 46 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 D | nopwrite_varying_compression.ksh | 51 $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 D | nopwrite_promoted_clone.ksh | 47 $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 D | nopwrite_mtime.ksh | 45 $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 D | mkbb.sh | 66 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 D | ldapdelete.c | 119 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 D | zh_TW-iso2022-7%zh_TW-euc.c | 97 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 D | nlspath_checks.c | 265 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 D | installboot.sh | 50 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 D | fields.c | 182 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 D | SLPUtils.c | 497 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 D | rap.c | 330 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 D | auth-pam.c | 67 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 D | clean_mirror_common.kshlib | 59 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/slog/ |
H A D | slog_014_pos.ksh | 59 conv=notrunc count=50
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | auth-pam.h | 41 void new_start_pam(Authctxt *authctxt, struct pam_conv *conv);
|
/titanic_50/usr/src/cmd/boot/scripts/ |
H A D | create_ramdisk.ksh | 273 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 D | scrub_mirror_common.kshlib | 53 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
|