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

1234

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc60 AudioTypeConvert* conv; // conversion class member in struct:conv_list
140 AudioTypeConvert* conv; local
144 conv = list->conv;
151 if ((list[i].conv != NULL) &&
152 ((i == 0) || (list[i].conv != conv)))
153 delete(list[i].conv);
167 AudioTypeConvert* conv, // NULL, if multiple buffers
187 nlp[i].conv
163 append_conv_list( struct conv_list *&list, AudioHdr tohdr, unsigned int bufs, AudioTypeConvert* conv, char *desc) argument
218 AudioTypeConvert* conv; local
259 AudioTypeConvert* conv; local
298 AudioTypeConvert* conv; local
346 AudioTypeConvert* conv; local
415 AudioTypeConvert* conv; local
474 AudioTypeConvert* conv; local
[all...]
/illumos-gate/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
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c106 " [iseek=n] [oseek=n] [seek=n] [count=n] [conv=[ascii]\n"\
488 int conv; /* conversion option code */ local
498 conv = COPY;
583 if (match("conv="))
597 conv = BLOCK;
602 conv = UNBLOCK;
611 conv = EBCDIC;
617 conv = IBM;
623 conv = ASCII;
629 conv
[all...]
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c46 char flag, conv; local
210 conv = 'c';
212 conv = 'd';
215 conv = 's';
217 conv = 's';
219 conv = 'i';
221 conv = 'o';
223 conv = 'u';
225 conv = 'c';
227 conv
[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_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_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_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_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/sgs/liblddbg/common/
H A Dlintsup.c41 #include <conv.h>
H A Dphdr.c29 #include <conv.h>
H A Ddynamic.c30 #include <conv.h>
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c119 char *conv; local
121 conv = ldaptool_local2UTF8( argv[ optind ] );
122 rc = dodelete( ld, conv, ldaptool_request_ctrls );
123 if( conv != NULL ) {
124 free( conv );
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl59 * Many of the buffer types defined in sgs/include/conv.h are defined
73 * If the public size in conv.h and the real size computed by the
78 * to determine the right size to set the conv.h value to. This file
81 * Example: Suppose the external size declared in conv.h is
95 * size of the value that should be defined in conv.h, followed by a
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dlintsup.c32 #include <conv.h>
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A D_conv.h33 #include <conv.h>
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A DMakefile23 dd if=boot1.aout of=${.TARGET} bs=512 oseek=1 conv=notrunc
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_014_pos.ksh59 conv=notrunc count=50
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c265 char conv; local
434 conv = 'I';
444 conv = 'D';
450 conv = 's';
454 conv = *fmt;
461 STORE(norm, sz, arg, conv);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A DMakefile29 OBJECTS = conv.o \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Dclean_mirror_common.kshlib85 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/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

Completed in 107 milliseconds

1234