Searched refs:input (Results 1 - 25 of 211) sorted by relevance

123456789

/osnet-11/usr/src/lib/libadm/common/
H A Dcktime.c130 cktime_val(char *fmt, char *input) argument
145 input = p_time(input, LH, UH);
146 if (!input)
151 input = p_time(input, LM, UM);
152 if (!input)
157 input = p_time(input, LS, US);
158 if (!input)
345 char input[MAX_INPUT]; local
[all...]
H A Dckdate.c300 ckdate_val(char *fmt, char *input) argument
316 input = p_date(input, LD, UD, STDIG);
317 if (!input)
322 input = p_eday(input, LD2, UD);
323 if (!input)
328 input = p_date(input, LM, UM, STDIG);
329 if (!input)
408 char input[MAX_INPUT]; local
[all...]
H A Dgetinput.c43 char input[MAX_INPUT]; local
46 if (!fgets(input, MAX_INPUT, stdin))
50 pt = input;
H A Dckstr.c84 ckstr_val(char *regexp[], int length, char *input) argument
90 if (length && (strlen(input) > (size_t)length)) {
99 valid = __step(input, expbuf);
103 } else if (strpbrk(input, " \t")) {
111 ckstr_err(char *regexp[], int length, char *error, char *input) argument
116 if (input) {
117 if (ckstr_val(regexp, length, input)) {
144 char input[MAX_INPUT]; local
154 if (getinput(input))
157 n = (int)strlen(input);
[all...]
H A Dckkeywd.c69 char input[MAX_INPUT]; local
87 if (getinput(input))
90 n = (int)strlen(input);
99 if (strcmp(input, "?") == 0) {
103 if (ckquit && (strcmp(input, "q") == 0)) {
104 (void) strcpy(strval, input);
110 valid = !match(input, keyword);
116 (void) strcpy(strval, input);
H A Dckyorn.c85 char input[MAX_INPUT]; local
91 if (getinput(input))
94 n = (int)strlen(input);
103 if (strcmp(input, "?") == 0) {
107 if (ckquit && (strcmp(input, "q") == 0))
110 if (ckyorn_val(input)) {
114 (void) strcpy(yorn, input);
H A Dckint.c94 input[MAX_INPUT], local
106 if (getinput(input))
109 if (strlen(input) == 0) {
116 } else if (strcmp(input, "?") == 0) {
119 } else if (ckquit && (strcmp(input, "q") == 0))
122 value = strtol(input, &ptr, (int)base);
H A Dckrange.c75 ckrange_val(long lower, long upper, int base, char *input) argument
80 value = strtol(input, &ptr, base);
93 char input[MAX_INPUT]; local
121 if (getinput(input))
124 n = (int)strlen(input);
133 if (strcmp(input, "?") == 0) {
137 if (ckquit && (strcmp(input, "q") == 0))
140 value = strtol(input, &ptr, base);
H A Dckgid.c152 input[MAX_INPUT]; local
160 if (getinput(input)) {
166 if (!strlen(input)) {
177 } else if (strcmp(input, "?") == 0) {
182 } else if (ckquit && (strcmp(input, "q") == 0)) {
186 } else if (ckgid_val(input)) {
192 (void) strcpy(gid, input);
H A Dckuid.c152 input[MAX_INPUT]; local
160 if (getinput(input)) {
166 if (!strlen(input)) {
177 } else if (strcmp(input, "?") == 0) {
182 } else if (ckquit && (strcmp(input, "q") == 0)) {
186 } else if (ckuid_val(input)) {
192 (void) strcpy(uid, input);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dmkerror.sh31 input="`cat`"
32 [ -z "$input" ] && exit 1
53 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
90 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
107 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
124 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
141 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
158 echo "$input" | sed -n "s/$pattern/$replace/p" || exit 1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dhidden.t9 qq(<input type="hidden" name="hidden_name" value="foo" />),
13 qq(<input type="hidden" name="hidden_name" value="foo" />),
17 qq(<input type="hidden" name="hidden_name" value="foo" /><input type="hidden" name="hidden_name" value="bar" /><input type="hidden" name="hidden_name" value="baz" /><input type="hidden" name="hidden_name" value="fie" />),
23 qq(<input type="hidden" name="hidden_name" value="foo" title="hidden_field" /><input type="hidden" name="hidden_name" value="bar" title="hidden_field" /><input type="hidden" name="hidden_name" value="baz" title="hidden_field" /><input typ
[all...]
H A Dcheckbox_group.t12 qq(<input type="checkbox" name="game" value="checkers" >checkers <input type="checkbox" name="game" value="chess" >chess <input type="checkbox" name="game" value="cribbage" checked >cribbage),
20 qq(<label><input type="checkbox" name="game" value="checkers" />checkers</label> <label><input type="checkbox" name="game" value="chess" />chess</label> <label><input type="checkbox" name="game" value="cribbage" checked="checked" />cribbage</label>),
H A Dno_tabindex.t30 qq(<input type="submit" name=".submit" />),
35 qq(<input type="submit" name="foo" value="bar" />),
40 qq(<input type="submit" name="foo" value="bar" />),
44 qq(<input type="text" name="weather" value="dull" />),
49 qq(<input type="text" name="weather" value="dull" />),
55 qq(<input type="text" name="weather" value="nice" />),
60 qq(<label><input type="checkbox" name="weather" value="nice" />weather</label>),
66 qq(<label><input type="checkbox" name="weather" value="nice" />forecast</label>),
74 qq(<label><input type="checkbox" name="weather" value="nice" checked="checked" />forecast</label>),
80 qq(<label><input typ
[all...]
H A Dform.t34 qq(<input type="submit" tabindex="1" name=".submit" />),
39 qq(<input type="submit" tabindex="2" name="foo" value="bar" />),
44 qq(<input type="submit" tabindex="3" name="foo" value="bar" />),
48 qq(<input type="text" name="weather" tabindex="4" value="dull" />),
53 qq(<input type="text" name="weather" tabindex="5" value="dull" />),
59 qq(<input type="text" name="weather" tabindex="6" value="nice" />),
64 qq(<label><input type="checkbox" name="weather" value="nice" tabindex="7" />weather</label>),
70 qq(<label><input type="checkbox" name="weather" value="nice" tabindex="8" />forecast</label>),
78 qq(<label><input type="checkbox" name="weather" value="nice" tabindex="9" checked="checked" />forecast</label>),
84 qq(<label><input typ
[all...]
H A Dautoescape.t10 is (button(-name => 'test<'), '<input type="button" name="test&lt;" value="test&lt;" />', "autoEscape defaults to On");
20 is (button(-name => 'test<'), '<input type="button" name="test<" value="test<" />', "turning off autoescape actually works");
22 is (button(-name => 'test<'), '<input type="button" name="test&lt;" value="test&lt;" />', "autoescape turns back on");
38 qq{<input type="text" name="" value="text field" onclick="alert("===> text field")" />},
49 qq{<input type="password" name="" value="password field" onclick="alert("===> password
141 qq{<label><input type="checkbox" name="group_name" value="eenie" checked="checked" onclick="alert("===> checkbox group")" />eenie</label><br /> <label><input type="checkbox" name="group_name" value="meenie" onclick="alert("===> checkbox group")" />meenie</label><br /> <label><input type="checkbox" name="group_name" value="minie" onclick="alert("===> checkbox group")" />minie</label><br /> <label><input type="checkbox" name="group_name" value="moe" checked="checked" onclick="alert("===> checkbox group")" />moe</label><br />},
154 qq{<label><input typ
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/
H A Dhash_ef_generic.c12 krb5_const krb5_data *input,
26 (CK_BYTE_PTR)input[i].data,
27 (CK_ULONG)input[i].length)) != CKR_OK) {
54 krb5_const krb5_data *input,
67 inlen = K5ROUNDUP(input->length, 8);
70 if (inlen != input->length) {
76 inbuf = input->data;
82 if (inlen != input->length) {
84 (void) memcpy(inbuf, input->data, input
9 k5_ef_hash(krb5_context context, CK_MECHANISM *mechanism, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
51 k5_ef_mac(krb5_context context, krb5_keyblock *key, krb5_data *ivec, krb5_const krb5_data *input, krb5_data *output) argument
[all...]
H A Dhash_md5.c42 unsigned int icount, krb5_const krb5_data *input,
52 return(k5_ef_hash(context, &mechanism, icount, input, output));
41 k5_md5_hash(krb5_context context, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
H A Dhash_sha1.c39 unsigned int icount, krb5_const krb5_data *input,
48 return(k5_ef_hash(context, &mechanism, icount, input, output));
38 k5_sha1_hash(krb5_context context, unsigned int icount, krb5_const krb5_data *input, krb5_data *output) argument
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dtr.c44 char *input = 0; local
52 input = (char *)grub_env_get (var);
57 input = args[0];
66 input = args[2];
71 if (argc <= 0 && !input)
80 /* Translate input into output buffer. */
82 output = grub_malloc (grub_strlen (input) + 1);
86 for (i = 0; input[i]; i++) {
88 output[i] = grub_toupper (input[i]);
91 output[i] = grub_tolower (input[
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c91 The encoding process represents 24-bit groups of input bits as output
93 24-bit input group is formed by concatenating 3 8-bit input groups.
124 always completed at the end of a quantity. When fewer than 24 input
125 bits are available in an input group, zero bits are added (on the
129 Since all base64 input is an integral number of octets, only the
133 (1) the final quantum of encoding input is an integral
137 (2) the final quantum of encoding input is exactly 8 bits;
140 (3) the final quantum of encoding input is exactly 16 bits;
148 u_char input[ local
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A DnameSyntaxLex.l37 #undef input
39 #define input()(*gParserString++)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dprf.c55 krb5_data *input, krb5_data *output)
60 assert(input && output);
72 ret = ktp->prf(ktp, key, input, output);
78 krb5_data *input, krb5_data *output)
86 ret = krb5_k_prf(context, key, input, output);
54 krb5_k_prf(krb5_context context, krb5_key key, krb5_data *input, krb5_data *output) argument
77 krb5_c_prf(krb5_context context, const krb5_keyblock *keyblock, krb5_data *input, krb5_data *output) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dregexp.t60 $input = join(':',$pat,$subject,$result,$repl,$expect);
70 $expect = $repl = '-' if $skip_amp and $input =~ /\$[&\`\']/;
79 if ($err !~ m!^\Q$expect!) { print "not ok $. (compile) $input => `$err'\n"; next TEST }
87 print "not ok $. $input => error `$err'\n"; next TEST;
90 if ($match) { print "not ok $. ($study) $input => false positive\n"; next TEST }
94 print "not ok $. ($study) $input => `$got', match=$match\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t11 (a) run psed with a sed script and input data to obtain some output
13 Perl program with the input data, again producing output
20 - input: the key of the input data, stored in $input{<input>}
47 our %input = (
127 input => 'bins',
143 input => 'text',
173 input
[all...]

Completed in 76 milliseconds

123456789