Home
last modified time | relevance | path

Searched refs:input (Results 176 – 200 of 493) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_implied17.c6 int func (char *input) in func() argument
H A Dsm_implied16.c6 int func (char *input) in func() argument
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c875 char input[1024]; in q_warn() local
876 input[0] = '\0'; in q_warn()
907 (void) gets(input); in q_warn()
909 if ((strcmp(input, MSGSTR(21032, "y")) == 0) || in q_warn()
910 (strcmp(input, MSGSTR(40, "yes")) == 0)) { in q_warn()
912 } else if ((strcmp(input, MSGSTR(21033, "n")) == 0) || in q_warn()
913 (strcmp(input, MSGSTR(45, "no")) == 0)) { in q_warn()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.8.x3 # this should produce a blank for an empty input line
H A Dt.8.y3 # this should print nothing for an empty input line
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault34 # For example, when a Japanese Keyboard is used, the '@' sign cannot be input
35 # correctly and the number '2' is input.
36 # This is because the US keyboard can input the '@' sign with the Shift + number'2'
43 # Note that keys that have no problems with input have the same settings as
163 # Note that keys that have no problems with input have the same settings as
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c350 sstack[++ssp].s_file = input; in source()
355 input = fi; in source()
373 fclose(input); in unstack()
378 input = sstack[ssp--].s_file; in unstack()
/illumos-gate/usr/src/cmd/sh/
H A Dword.c381 if (f->fdes != input || !isatty(input)) { in readwc()
434 ((flags & oneflg) == 0 && isatty(input) && in readb()
/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c40 FILE *input; in sendmail() local
143 input = stdin; in sendmail()
150 if (fstat64(fileno(input), &sbuf) == 0) { in sendmail()
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Dr.kcfconf40 # For multiple input files; exit if error occurred in previous
41 # input file.
H A Dr.kmfconf39 # For multiple input files; exit if error occurred in preious
40 # input file.
H A Dr.pkcs11conf40 # For multiple input files; exit if error occurred in preious
41 # input file.
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c177 const krb5_data *input, krb5_enc_data *output) in krb5_c_encrypt() argument
212 key, usage, ivec, input, &output->ciphertext)); in krb5_c_encrypt()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_debuglink.h38 int _dwarf_pathjoinl(dwarfstring *target,dwarfstring * input);
H A Ddwarf_debuglink.c228 _dwarf_pathjoinl(dwarfstring *target,dwarfstring * input) in _dwarf_pathjoinl() argument
230 char *inputs = dwarfstring_string(input); in _dwarf_pathjoinl()
235 dwarfstring_append(target,dwarfstring_string(input)); in _dwarf_pathjoinl()
293 dwarfstring * input, in dwarfstring_list_add_new() argument
310 dwarfstring_string(input)); in dwarfstring_list_add_new()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg496 # args input arguments
500 # sections input sections
512 @ MSG_USE_R9_A " args input arguments"
524 @ MSG_USE_R9_E " sections input sections"
814 @ MSG_MAP_PASS "%s: %lld: input enabled by %s"
815 @ MSG_MAP_NOPASS "%s: %lld: input disabled by %s"
858 @ MSG_SEC_INPUT "section=%s; input from file=%s"
864 @ MSG_SEC_DISCARDED "section=%s; input from file=%s; \
934 @ MSG_SUP_INFILE "input file"
935 @ MSG_SUP_INSEC "input section"
[all …]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmc-us3_asm.S36 ! input
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c200 static u_char Get7Bits(input, startBit) in Get7Bits() argument
201 u_char *input; in Get7Bits()
206 word = (unsigned)input[startBit / 8] << 8;
207 word |= (unsigned)input[startBit / 8 + 1];
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c298 char input[80]; in yes() local
307 if (fgets(input, sizeof (input), stdin) == NULL) { in yes()
313 if (input[0] == (int)*a) in yes()
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/
H A Dpcieadmtest.ksh47 typeset input="$pcieadm_data/$1"
54 $pcieadm_prog $@ <$input >"$pcieadm_tmpfile" 2>&1
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.h37 gchar *input; member
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h316 extern int input(void);
391 #ifndef input
392 extern int input(void);
H A DDIVERGENCES2 - We allow an unlimited number of input program files
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioLib.h71 Audio* input); // input data stream
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c660 static char input[PASS_MAX + 1]; in sulogin_getinput() local
662 char *rval = input; in sulogin_getinput()
684 input[i++] = (char)c; in sulogin_getinput()
687 input[i] = '\0'; in sulogin_getinput()

12345678910>>...20