Searched refs:output (Results 176 - 200 of 934) sorted by relevance

1234567891011>>

/freebsd-current/contrib/nvi/common/
H A Dseq.c35 CHAR_T *output, size_t olen, seq_t stype, int flags)
42 * An input string must always be present. The output string
46 * Just replace the output field if the string already set.
52 if (output == NULL || olen == 0) {
55 } else if ((p = v_wstrdup(sp, output, olen)) == NULL) {
59 free(qp->output);
61 qp->output = p;
89 if (output == NULL) {
90 qp->output = NULL;
92 } else if ((qp->output
34 seq_set(SCR *sp, CHAR_T *name, size_t nlen, CHAR_T *input, size_t ilen, CHAR_T *output, size_t olen, seq_t stype, int flags) argument
[all...]
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_builders.c80 int output; local
91 output = bsddialog_gauge(conf, text, rows, cols, perc, STDIN_FILENO,
94 return (output);
99 int output, *minipercs; local
125 output = bsddialog_mixedgauge(conf, text, rows, cols, mainperc,
128 return (output);
133 int output; local
142 output = bsddialog_pause(conf, text, rows, cols, &secs);
144 return (output);
149 int output, mi local
247 int output; local
342 print_menu_items(int output, int nitems, struct bsddialog_menuitem *items, int focusitem, struct options *opt) argument
433 int output, focusitem; local
458 int output, focusitem; local
484 int output, focusitem; local
509 int output, focusitem; local
560 print_form_items(int output, int nitems, struct bsddialog_formitem *items, int focusitem, struct options *opt) argument
592 int output, fieldlen, focusitem; local
648 int output; local
675 int output, fieldlen, focusitem; local
734 int output; local
762 int output, fieldlen, valuelen, focusitem; local
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dzfs13.sh65 dd if=/etc/passwd conv=notrunc oseek=32k of=output status=none
66 ls -ls | grep output | tee $log1
67 /tmp/lsholes output
69 ls -ls | grep output | tee $log2
70 /tmp/lsholes output
/freebsd-current/tools/test/iconv/
H A DMakefile47 mkdir -p output
50 -@${GEN_FWD} ${enc} >output/${enc}
51 @${CMP} ${.CURDIR}/ref/${enc} ${.OBJDIR}/output/${enc}
53 -@${GEN_REV} ${enc} >output/${enc}-rev
54 @${CMP} ${.CURDIR}/ref/${enc}-rev ${.OBJDIR}/output/${enc}-rev
79 CLEANDIRS+= output
/freebsd-current/lib/libc/gen/
H A Dreadpassphrase.c46 int input, output, save_errno, i, need_restart, input_is_tty; local
70 input = output = _open(_PATH_TTY, O_RDWR | O_CLOEXEC);
77 output = STDERR_FILENO;
83 output = STDERR_FILENO;
124 (void)_write(output, prompt, strlen(prompt));
143 (void)_write(output, "\n", 1);
/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_main.c39 * - Extended to pre-buffer some PRNG output
143 _fxrng_alg_read(uint8_t *output, size_t nbytes, uint64_t *seed_version_out) argument
251 fxrng_brng_read(rng, output, nbytes);
256 fxrng_alg_read(uint8_t *output, size_t nbytes) argument
258 _fxrng_alg_read(output, nbytes, NULL);
266 read_random_key(void *output, size_t nbytes, uint64_t *seed_version_out) argument
272 _fxrng_alg_read(output, nbytes, seed_version_out);
/freebsd-current/contrib/libcbor/test/
H A Dpretty_printer_test.c17 // in order to get the full actual output in a useful error message.
24 char *output = malloc(buffer_size); local
25 assert_non_null(output);
26 size_t output_size = fread(output, sizeof(char), buffer_size, outfile);
27 output[output_size] = '\0';
28 assert_string_equal(output, expected_result);
30 free(output);
/freebsd-current/contrib/byacc/test/
H A Drun_test.sh53 $YACC "$@" >"$ROOT.output" 2>"$ROOT.error"
54 for type in .output .error
72 $YACC -o "$ROOT.$code" $opts <$1 >"$ROOT.output" 2>"$ROOT.error"
74 $YACC -o "$ROOT.$code" $opts $1 >"$ROOT.output" 2>"$ROOT.error"
76 for type in .output .error .$code
97 $YACC $opts -H "$ROOT.$head" $1 >"$ROOT.output" 2>"$ROOT.error"
106 for name in .output .error .$head .$code
173 touch $MYFILE.output
176 test_flags no_output -o $MYFILE.output $MYFILE.y
177 test_flags no_output1 -o$MYFILE.output
[all...]
/freebsd-current/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.c85 struct hv_get_vp_registers_output output; local
87 hv_get_vpreg_128(msr, &output);
89 return (output.as64.low);
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Ddiskmenu.c40 int i, output; local
82 output = bsddialog_menu(&conf, text, 20, 0, 10, nitems, bsditems,
89 return (output);
/freebsd-current/contrib/bmake/
H A Dmake-bootstrap.sh.in59 output="$1"; shift
60 echo ${CC} ${LDSTATIC} ${LDFLAGS} -o "$output" "$@" ${LIBS}
61 ${CC} ${LDSTATIC} ${LDFLAGS} -o "$output" "$@" ${LIBS}
/freebsd-current/contrib/libevent/include/event2/
H A Dbufferevent_struct.h92 struct evbuffer *output; member in struct:bufferevent
/freebsd-current/contrib/dialog/samples/
H A Dtreeview247 --treeview "TreeView demo" 0 0 10 `sed -e 's/:/ /g' "$input"` 2> $output
51 tempfile=$output
/freebsd-current/contrib/telnet/libtelnet/
H A Dencrypt.h83 void (*output)(unsigned char *, int); member in struct:__anon6247
/freebsd-current/contrib/netbsd-tests/usr.bin/find/
H A Dt_find.sh43 # TODO: Parse the output.file for actual verification.
45 atf_check -s exit:1 -o save:output.file \
/freebsd-current/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h80 void (*output) (unsigned char *, int); member in struct:__anon6649
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_struct.h92 struct evbuffer *output; member in struct:bufferevent
/freebsd-current/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm139 my @output = split / /;
141 $offset = $output[3];
143 } elsif ($output[7] =~ /s(\d{1,2})/) {
146 } elsif ($output[8] =~ /s(\d{1,2})/) {
/freebsd-current/contrib/nvi/cl/
H A Dcl_term.c42 char *output; /* Corresponding vi command. */ member in struct:_tklist
91 CHAR_T output[5]; local
104 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen);
105 MEMCPY(output, wp, wlen);
107 output, strlen(tkp->output), SEQ_COMMAND,
125 output[0] = (UCHAR_T)kp->ch;
127 output, 1, SEQ_INPUT, SEQ_NOOVERWRITE | SEQ_SCREEN))
144 if (tkp->output
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_recover.ksh52 output=$(zdb -r $TESTPOOL/$TESTFS file1 $tmpfile)
H A Dzdb_recover_2.ksh54 output=$(zdb -r $TESTPOOL/$TESTFS file1 $tmpfile)
/freebsd-current/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb3 # A simple parser. Takes the output files generated during the build process and
7 # To capture an output file under VS builds use the following:
10 # To capture an output file under GCC/Linux builds use the following:
28 # Set the flag to indicate if there will be an XML output file or not
33 # if write our output to XML
35 output = File.open("report.xml", "w")
36 output << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
38 output << item << "\n"
40 output << "</testsuite>\n"
58 # Test was flagged as having passed so format the output
[all...]
/freebsd-current/usr.bin/iscsictl/
H A DMakefile13 CLEANFILES= y.tab.c y.tab.h y.output
/freebsd-current/usr.sbin/lastlogin/
H A Dlastlogin.c52 static void output(struct utmpx *);
118 output(u);
142 output(&ulist[i]);
152 /* Duplicate the output of last(1) */
154 output(struct utmpx *u) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h30 void output() const { outputRaw(String.data()); } function in class:scudo::ScopedString

Completed in 369 milliseconds

1234567891011>>