Searched refs:stderr (Results 1 - 25 of 1623) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/watchdog/src/
H A Dwatchdog-test.c37 fprintf(stderr, "Watchdog device not enabled.\n");
38 fflush(stderr);
45 fprintf(stderr, "Watchdog card disabled.\n");
46 fflush(stderr);
50 fprintf(stderr, "Watchdog card enabled.\n");
51 fflush(stderr);
54 fprintf(stderr, "-d to disable, -e to enable.\n");
55 fprintf(stderr, "run by itself to tick the card.\n");
56 fflush(stderr);
60 fprintf(stderr, "Watchdo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dyylex.c68 fprintf( stderr, "%d\t", num_rules + 1 );
94 (void) putc( toktype, stderr );
98 (void) putc( '\n', stderr );
106 fputs( "%s", stderr );
110 fputs( "%x", stderr );
114 fputs( "%%\n", stderr );
126 fprintf( stderr, "'%s'", nmstr );
152 fprintf( stderr, "\\%c",
159 fprintf( stderr,
164 stderr );
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dcloseout.c72 if (ferror (stderr) || fflush (stderr))
74 fclose (stderr);
77 if (fclose (stderr) && errno != EBADF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcloseout.c72 if (ferror (stderr) || fflush (stderr))
74 fclose (stderr);
77 if (fclose (stderr) && errno != EBADF)
H A Derror-progname.c33 /* Print program_name prefix on stderr if and only if error_with_progname
39 fprintf (stderr, "%s: ", program_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dcloseout.c72 if (ferror (stderr) || fflush (stderr))
74 fclose (stderr);
77 if (fclose (stderr) && errno != EBADF)
H A Derror-progname.c33 /* Print program_name prefix on stderr if and only if error_with_progname
39 fprintf (stderr, "%s: ", program_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Derror-progname.c33 /* Print program_name prefix on stderr if and only if error_with_progname
39 fprintf (stderr, "%s: ", program_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dtestparm.c50 fprintf(stderr, "ERROR: in 'security=domain' mode the 'encrypt passwords' parameter must always be set to 'true'.\n");
55 fprintf(stderr, "ERROR: both 'wins support = true' and 'wins server = <server list>' \
61 fprintf(stderr, "ERROR: lock directory %s does not exist\n",
65 fprintf(stderr, "WARNING: lock directory %s should have permissions 0755 for browsing to work\n",
71 fprintf(stderr, "ERROR: pid directory %s does not exist\n",
87 fprintf(stderr, "ERROR: The setting 'security=%s' requires the 'password server' parameter be set \
98 fprintf(stderr, "ERROR: The setting 'hosts equiv = %s' requires that 'hostname lookups = yes'.\n", lp_hosts_equiv());
117 fprintf( stderr, "ERROR: the 'unix password sync' parameter is set and there is no valid 'passwd program' \
131 fprintf(stderr, "ERROR: the 'unix password sync' parameter is set and the 'passwd program' (%s) \
143 fprintf(stderr, "ERRO
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/bugs/
H A Dstream.c73 fprintf(stderr,"rc4\n");
75 fprintf(stderr,"cfb des\n");
96 fprintf(stderr,"%02X ",out[i]);
97 fprintf(stderr,"\n");
103 fprintf(stderr,"%02X ",out[i]);
104 fprintf(stderr,"\n");
120 fprintf(stderr,"%02X ",out[i]);
121 fprintf(stderr,"\n");
129 fprintf(stderr,"%02X ",out[i]);
130 fprintf(stderr,"\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/bugs/
H A Dstream.c73 fprintf(stderr,"rc4\n");
75 fprintf(stderr,"cfb des\n");
96 fprintf(stderr,"%02X ",out[i]);
97 fprintf(stderr,"\n");
103 fprintf(stderr,"%02X ",out[i]);
104 fprintf(stderr,"\n");
120 fprintf(stderr,"%02X ",out[i]);
121 fprintf(stderr,"\n");
129 fprintf(stderr,"%02X ",out[i]);
130 fprintf(stderr,"\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/auth/crackcheck/
H A Dcrackcheck.c16 fprintf(stderr, "Usage: %s -d dictionary\n\n", comm);
17 fprintf(stderr, " -d dictionary file for cracklib\n\n");
18 fprintf(stderr, " The password is expected to be given via stdin.\n\n");
42 fprintf(stderr, "ERR - Wrong Command Line\n\n");
49 fprintf(stderr, "ERR - Failed to read password\n\n");
55 fprintf(stderr, "ERR - %s\n\n", reply);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_estimator.c30 fprintf(stderr, "Usage: ... estimator INTERVAL TIME-CONST\n");
31 fprintf(stderr, " INTERVAL is interval between measurements\n");
32 fprintf(stderr, " TIME-CONST is averaging time constant\n");
33 fprintf(stderr, "Example: ... est 1sec 8sec\n");
56 fprintf(stderr, "Error: estimator parameters are out of range.\n");
60 fprintf(stderr, "[estimator i=%u e=%u]\n", est->interval, est->ewma_log);
H A Dq_gred.c32 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
39 fprintf(stderr, "Usage: ... gred DP drop-probability limit BYTES "
41 fprintf(stderr, " avpkt BYTES burst PACKETS probability PROBABILITY "
43 fprintf(stderr, " [prio value]\n");
44 fprintf(stderr," OR ...\n");
45 fprintf(stderr," gred setup DPs <num of DPs> default <default DP> "
59 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
62 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
65 fprintf(stderr, "DPs =%u \n",opt.DPs);
66 fprintf(stderr, "Illega
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/prime/
H A Dprime.c67 fprintf(stderr,".");
69 fprintf(stderr,"+");
71 fprintf(stderr,"*");
72 fflush(stderr);
90 fprintf(stderr,"generate a strong prime\n");
93 fprintf(stderr,"\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/prime/
H A Dprime.c67 fprintf(stderr,".");
69 fprintf(stderr,"+");
71 fprintf(stderr,"*");
72 fflush(stderr);
90 fprintf(stderr,"generate a strong prime\n");
93 fprintf(stderr,"\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dunzcrash.c69 //fprintf ( stderr, "(byte %d bit %d mask %d)",
82 fprintf ( stderr, "usage: unzcrash filename\n" );
88 fprintf ( stderr, "unzcrash: can't open %s\n", argv[1] );
93 fprintf ( stderr, "%d bytes read\n", nIn );
100 fprintf ( stderr, "%d after compression\n", nZ );
103 fprintf ( stderr, "bit %d ", bit );
108 fprintf ( stderr, " %d %s ", r, bzerrorstrings[-r] );
111 fprintf ( stderr, "\n" );
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
119 fprintf(stderr, "mismatc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dvms-helper.c64 fprintf(stderr,"Division would overflow (%d)\n",i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dvms-helper.c64 fprintf(stderr,"Division would overflow (%d)\n",i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Drdgif.c33 fprintf(stderr, "GIF input is unsupported for legal reasons. Sorry.\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Devp_test.c86 fprintf(stderr,"Odd number of hex digits!");
155 fprintf(stderr,"Key length doesn't match, got %d expected %d\n",kn,
164 fprintf(stderr,"EncryptInit failed\n");
165 ERR_print_errors_fp(stderr);
172 fprintf(stderr,"Encrypt failed\n");
173 ERR_print_errors_fp(stderr);
178 fprintf(stderr,"EncryptFinal failed\n");
179 ERR_print_errors_fp(stderr);
185 fprintf(stderr,"Ciphertext length mismatch got %d expected %d\n",
192 fprintf(stderr,"Ciphertex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Devp_test.c86 fprintf(stderr,"Odd number of hex digits!");
155 fprintf(stderr,"Key length doesn't match, got %d expected %d\n",kn,
164 fprintf(stderr,"EncryptInit failed\n");
165 ERR_print_errors_fp(stderr);
172 fprintf(stderr,"Encrypt failed\n");
173 ERR_print_errors_fp(stderr);
178 fprintf(stderr,"EncryptFinal failed\n");
179 ERR_print_errors_fp(stderr);
185 fprintf(stderr,"Ciphertext length mismatch got %d expected %d\n",
192 fprintf(stderr,"Ciphertex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib501.c34 fprintf(stderr, "curl_global_init() failed\n");
39 fprintf(stderr, "curl_easy_init() failed\n");
H A Dlib541.c44 fprintf(stderr, "Usage: <url> <file-to-upload>\n");
51 fprintf(stderr, "fopen() failed with error: %d %s\n",
53 fprintf(stderr, "Error opening file: %s\n", libtest_arg2);
62 fprintf(stderr, "fstat() failed with error: %d %s\n",
64 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2);
70 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2);
76 fprintf(stderr, "curl_global_init() failed\n");
83 fprintf(stderr, "curl_easy_init() failed\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbarkmel.c25 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
29 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
33 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
37 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
41 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
45 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
49 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n\n",
58 fprintf(stderr,"(%d) bark=%f %gHz (%d of 128)\n",

Completed in 316 milliseconds

1234567891011>>