Home
last modified time | relevance | path

Searched refs:input (Results 201 – 225 of 493) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_crypt.c67 smb_auth_md4(unsigned char *result, unsigned char *input, int length) in smb_auth_md4() argument
72 MD4Update(&md4_context, input, length); in smb_auth_md4()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c389 … struct ppmember* member; int hidden; int hiding; int level; struct { int input; int output; } poo… member
1872 Stack_t input[4]; local
1886 input[level].file = "<options>";
1887 input[level].info = options;
1888 input[level].line = 0;
1892 if (push(&input[++level], file, 0, data, &info[sizeof(info)] - data, &buf))
1894 data += input[level].size;
1898 s = input[level].info;
1916 …while (c == ' ' || c == '\t' || c == '\n' && ++input[level].line || c == '\r' || c == ',' || c == …
1925 input[level].line++;
[all …]
H A Dmamake.c245 char input[8*CHUNK]; /* input buffer */ member
1117 input(void) in input() function
1125 else if (!fgets(state.input, sizeof(state.input), state.sp->fp)) in input()
1127 else if (*state.input && *(e = state.input + strlen(state.input) - 1) == '\n') in input()
1130 return state.input; in input()
1573 while (s = input()) in make()
1829 while (s = input()) in scan()
2024 while (s = input()) in recurse()
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioLib.h71 Audio* input); // input data stream
/illumos-gate/usr/src/cmd/awk/
H A DDIVERGENCES2 - We allow an unlimited number of input program files
/illumos-gate/usr/src/cmd/refer/
H A Drefer..c51 extern char *input(),*lookat();
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform74 *yylastch++ = yych = input();
218 yyprevious = yytext[0] = input();
248 return(input());
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcheck_byte_count-ice.c16 check_byte_count-ice.c:20:0: error: got end-of-input
/illumos-gate/usr/src/cmd/print/scripts/
H A Dconv_lpd64 FILE=/tmp/input.$$
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c63 int input, state, size, rawc, field, linenum; in read_pmtab() local
100 input = ACTIVE; in read_pmtab()
127 input = FINISHED; in read_pmtab()
302 } while (input == ACTIVE); in read_pmtab()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dswaplns.in5 that program which consists only of BEGIN block does not need an input
H A Dswaplns.ok6 that program which consists only of BEGIN block does not need an input
/illumos-gate/usr/src/boot/common/
H A Dhelp.common289 The command prompt is displayed when the loader is waiting for input.
334 # Tread DRead input from the terminal
338 The read command reads a line of input from the terminal. If the
339 -t argument is specified, it will return nothing if no input has been
343 If -p is specified, <prompt> is printed before reading input. No
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.S711 mov %rbx, 1*8(%rsp) / P1: input pointer in rdi
721 mov %rdx, %rdi / P3: save input pointer
729 / P3: input pointer in rdi
736 / Load input block into registers
815 mov %rbx, 1*8(%rsp) / P1: input pointer in rdi
825 mov %rdx, %rdi / P3: save input pointer
833 / P3: input pointer in rdi
840 / Load input block into registers
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.h71 gchar *input, gboolean error_on_stderr,
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dnat.eg9 # Redirection is triggered for input packets.
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c391 if (readline(input, line) <= 0) { in commands()
935 oldin = input; in load()
936 input = in; in load()
942 input = oldin; in load()
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c47 #define input input64 macro
50 #define input input32 macro
66 input(int argc, char **argv, const char *prog, const char *ofile, in input() function
/illumos-gate/usr/src/cmd/sh/
H A Dservice.c271 if (input) in execs()
272 close(input); in execs()
273 input = chkopen(p, 0); in execs()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A DMakefile32 OBJS= if.o input.o main.o output.o startup.o tables.o timer.o trace.o
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.h80 int (*input)(int); member
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.latin119 echo T.latin1: tests of 8-bit input
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h153 FILE *input[2]; /* two input files */ variable
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc32 # input mode yet (for example via ${EDITOR}, ${VISUAL} or any
36 # enable multiline input mode
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpsetrnd.S39 sll %o0, 30, %o1 ! move input bits into position

12345678910>>...20