Searched refs:output (Results 1 - 25 of 725) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dfinger.exp7 set output [util_start "bin/wbinfo" "-u"]
8 if { [regexp "Error" $output] } {
13 set user_list [split $output "\n"]
18 set output [util_start "finger" "-m \"$user\"" "" "no such user"]
19 verbose $output
21 if { [regexp "no such user" $output] } {
31 set output [util_start "finger" "\"$user\""]
32 verbose $output
34 if { [regexp "no such user" $output] } {
H A Dgetgrent_r.exp10 set output [target_compile "$srcdir/$subdir/getgrent_r.c" \
13 if {$output != ""} {
15 puts $output
19 # Clean up output from previous tests
26 set output [util_start "$srcdir/$subdir/getgrent_r" "$pid" ""]
27 if {![regexp "^PASS:" $output]} {
29 puts $output
33 # Sort and compare output
35 set output [util_start "$srcdir/$subdir/getent_r.sh" "getgrent $pid" ""]
36 if {$output
[all...]
H A Dpam_winbind_syms.exp19 set output [target_compile "$srcdir/$subdir/pam_winbind_syms.c" \
23 if {$output != ""} {
25 puts $output
31 set output [util_start "$srcdir/$subdir/pam_winbind_syms" \
34 if {[regexp "FAIL:" $output]} {
36 puts $output
H A Dbigfd.exp14 set output [target_compile "$srcdir/$subdir/bigfd.c" \
17 if {$output != ""} {
19 puts $output
25 set output [util_start "$srcdir/$subdir/bigfd" "" ""]
26 puts $output
H A Dgetpwent_r.exp10 set output [target_compile "$srcdir/$subdir/getpwent_r.c" \
13 if {$output != ""} {
15 puts $output
19 # Clean up output from previous tests
26 set output [util_start "$srcdir/$subdir/getpwent_r" "$pid" ""]
27 if {![regexp "^PASS:" $output]} {
29 puts $output
33 # Sort and compare output
35 set output [util_start "$srcdir/$subdir/getent_r.sh" "getpwent $pid" ""]
36 if {$output
[all...]
H A Dgetgrnam.exp19 set output [util_start "$srcdir/$subdir/getgrnam" "\"$group\"" ""]
21 verbose $output
23 if {[regexp "PASS:" $output]} {
H A Dnss_winbind_syms.exp28 set output [util_start "$srcdir/$subdir/nss_winbind_syms" \
31 verbose $output
33 if { [regexp "FAIL:" $output] } {
H A Dgetgrgid.exp2 # @(#) Test reverse lookup of group ids from getent match getgrgid() output
14 set output [util_start "getent" "group" ""]
17 verbose $output
19 foreach {line} [split $output "\n"] {
36 set output [util_start "$srcdir/$subdir/getgrgid" "$gid" ""]
37 verbose $output
39 if {[regexp "PASS:" $output]} {
H A Dgetpwnam.exp19 set output [util_start "$srcdir/$subdir/getpwnam" "\"$user\"" ""]
21 verbose $output
23 if {[regexp "PASS:" $output]} {
H A Dgetpwuid.exp2 # @(#) Test reverse lookup of user ids from getent match getpwuid() output
9 set output [target_compile "$srcdir/$subdir/getpwuid.c" \
12 if {$output != ""} {
14 puts $output
20 set output [util_start "getent" "passwd" ""]
23 verbose $output
25 foreach {line} [split $output "\n"] {
43 set output [util_start "$srcdir/$subdir/getpwuid" "$uid" ""]
45 verbose $output
49 if {[regexp "PASS:" $output]} {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error-config19 output=""
51 output="$output $prefix"
54 output="$output $exec_prefix"
62 output="$output -I$includedir"
67 output="$output -idirafter ${includedir}/${i}"
69 output
[all...]
H A Dgpg-error-config.in19 output=""
51 output="$output $prefix"
54 output="$output $exec_prefix"
62 output="$output -I$includedir"
67 output="$output -idirafter ${includedir}/${i}"
69 output
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/server/
H A Dxfer.exp26 set output [do_smbclient $op $action]
28 if {[regexp "ERR" $output]} {
30 puts $output
37 set output [util_start "diff" "/tmp/file /tmp/file2" ""]
39 if {[regexp "differ" $output]} {
41 puts $output
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A DMakefile.vms8 write sys$output "Nothing to be done for 'all'."
11 write sys$output "Nothing else to be done for 'install'."
14 write sys$output "Nothing to be done for 'installdirs'."
17 write sys$output "Nothing to be done for 'uninstall'."
20 write sys$output "Nothing to be done for 'check'."
23 write sys$output "Nothing else to be done for 'mostlyclean'."
26 write sys$output "Nothing to be done for 'clean'."
29 write sys$output "Nothing else to be done for 'distclean'."
32 write sys$output "Nothing else to be done for 'maintainer-clean'."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_md4.h30 void Curl_md4it(unsigned char *output, const unsigned char *input, size_t len);
H A Dcurl_md5.h30 void Curl_md5it(unsigned char *output,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dldap_escape.c39 char *output = SMB_MALLOC(len); local
43 char *p = output;
68 output_tmp = SMB_REALLOC(output, len);
70 SAFE_FREE(output);
73 output = output_tmp;
75 p = &output[i];
89 return output;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsec_ctx.exp32 set output [util_start "$srcdir/$subdir/$test_prog"]
34 if { [regexp "child killed" $output] } {
57 set output [util_start "sudo $srcdir/$subdir/$test_file" ]
59 if { [regexp "PASS" $output] } {
64 puts $output
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestss.com24 $ write sys$output ""
25 $ write sys$output "make a certificate request using 'req'"
28 $ define/user sys$output nla0:
42 $ write sys$output "error using 'req' to generate a certificate request"
45 $ write sys$output ""
46 $ write sys$output "convert the certificate request into a self signed certificate using 'x509'"
47 $ define /user sys$output err.ss
51 $ write sys$output "error using 'x509' to self sign a certificate request"
55 $ write sys$output ""
56 $ write sys$output "conver
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestss.com24 $ write sys$output ""
25 $ write sys$output "make a certificate request using 'req'"
28 $ define/user sys$output nla0:
42 $ write sys$output "error using 'req' to generate a certificate request"
45 $ write sys$output ""
46 $ write sys$output "convert the certificate request into a self signed certificate using 'x509'"
47 $ define /user sys$output err.ss
51 $ write sys$output "error using 'x509' to self sign a certificate request"
55 $ write sys$output ""
56 $ write sys$output "conver
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dx-to-120 # output.
38 output="$5"
43 echo "Updating man page $output"
44 echo "$HELP2MAN --include=$aux $executable > $output"
48 # In --update mode, don't overwrite the output if nothing would change.
49 if cmp t-$progname.1 $output >/dev/null 2>&1; then
52 mv t-$progname.1 $output
55 mv t-$progname.1 $output
58 echo "WARNING: The man page $output cannot be updated yet."
H A Dx-to-1.in20 # output.
38 output="$5"
43 echo "Updating man page $output"
44 echo "$HELP2MAN --include=$aux $executable > $output"
48 # In --update mode, don't overwrite the output if nothing would change.
49 if cmp t-$progname.1 $output >/dev/null 2>&1; then
52 mv t-$progname.1 $output
55 mv t-$progname.1 $output
58 echo "WARNING: The man page $output cannot be updated yet."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dcbc3_enc.c62 void DES_3cbc_encrypt(DES_cblock *input, DES_cblock *output, long length, argument
73 (unsigned char*)output,length,&ks1,iv1,enc);
75 memcpy(niv1,output[off],sizeof(DES_cblock));
76 DES_cbc_encrypt((unsigned char*)output,
77 (unsigned char*)output,l8,&ks2,iv1,!enc);
78 DES_cbc_encrypt((unsigned char*)output,
79 (unsigned char*)output,l8,&ks1,iv2,enc);
81 memcpy(niv2,output[off],sizeof(DES_cblock));
88 (unsigned char*)output,l8,&ks1,iv2,enc);
89 DES_cbc_encrypt((unsigned char*)output,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcbc3_enc.c62 void DES_3cbc_encrypt(DES_cblock *input, DES_cblock *output, long length, argument
73 (unsigned char*)output,length,&ks1,iv1,enc);
75 memcpy(niv1,output[off],sizeof(DES_cblock));
76 DES_cbc_encrypt((unsigned char*)output,
77 (unsigned char*)output,l8,&ks2,iv1,!enc);
78 DES_cbc_encrypt((unsigned char*)output,
79 (unsigned char*)output,l8,&ks1,iv2,enc);
81 memcpy(niv2,output[off],sizeof(DES_cblock));
88 (unsigned char*)output,l8,&ks1,iv2,enc);
89 DES_cbc_encrypt((unsigned char*)output,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dx-to-120 # output.
38 output="$5"
43 echo "Updating man page $output"
44 echo "$HELP2MAN --include=$aux $executable > $output"
48 # In --update mode, don't overwrite the output if nothing would change.
49 if cmp t-$progname.1 $output >/dev/null 2>&1; then
52 mv t-$progname.1 $output
55 mv t-$progname.1 $output
58 echo "WARNING: The man page $output cannot be updated yet."

Completed in 210 milliseconds

1234567891011>>