Searched refs:stdout (Results 1 - 25 of 719) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure16292 AVAHI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " avahi-client >= 0.6 "`
16294 AVAHI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " avahi-client >= 0.6 "`
16382 AVAHI_TPOLL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " avahi-client >= 0.6.4 "`
16384 AVAHI_TPOLL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " avahi-client >= 0.6.4 "`
21152 # The HP-UX ksh and POSIX shell print the target directory to stdout
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_asp.c412 pdesc( stdout );
414 of_pforkdesc( stdout );
415 fflush( stdout );
H A Dfce_api.c635 fprintf(stdout, "%s: [ -p Port -h Listener1 [ -h Listener2 ...] -P path -s Delay_between_events_in_us -e event_code -d Duration ]\n", argv[0]);
676 fprintf( stdout, "%d events/s\n", ev_cnt );
H A Dhash.c994 fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd.c295 setvbuf(stdout, (char *) NULL, _IONBF, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A Dpsf.c517 fflush( stdout );
679 fflush( stdout );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dmain.c927 * complain about syntax errors on stdout.
1529 fflush( stdout );
1557 fflush( stdout );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Dsend_to_kdc.c151 (void) fflush(stdout);
157 (void) fflush(stdout);
201 (void) fflush(stdout);
266 (void) fflush(stdout);
277 (void) fflush(stdout);
303 fflush(stdout);
310 (void) fflush(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.c111 bin.filed = fileno(stdout);
127 (options & OPTION_STDOUT) ? "(stdout)" : bin.path );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/pap/
H A Dpap.c53 " -e - send stdout to stderr\n"
190 case 'e' : /* send stdout to stderr */
276 if(debug){ printf( "SENDSTATUS >\n" ), fflush( stdout );}
304 if(debug){ printf( "< STATUS\n" ), fflush( stdout );}
349 if(debug){ printf( "OPEN >\n" ), fflush( stdout );}
371 if(debug){ printf( "< OPENREPLY\n" ), fflush( stdout );}
430 if(debug){ printf( "CLOSE >\n" ), fflush( stdout );}
457 if(debug){ printf( "< CLOSEREPLY\n" ), fflush( stdout );}
502 if(debug){ printf( "READ %d >\n", seq ), fflush( stdout );}
529 if(debug){ printf( "TICKLE >\n" ), fflush( stdout );}
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Duniconv.c166 fprintf(stdout, "no conversion required\n");
200 fprintf(stdout, "dry_run: would rename %s to %s.\n", name, buffer);
204 fprintf(stdout, "converted '%s' to '%s' (ID %u, DID %u).\n",
209 fprintf(stdout, "no conversion required\n");
237 fprintf(stdout, "Checking: '%s' - ", *name);
347 fprintf( stdout, "\nchecking DIR '%s' with ID %u\n", path, ntohl(cur_did));
373 fprintf( stdout, "returned to DIR '%s' with ID %u\n", path, ntohl(cur_did));
380 fprintf( stdout, "leaving DIR '%s' with ID %u\n\n", path, ntohl(cur_did));
421 fprintf (stdout, "\nuniconv, a tool to convert between various Netatalk volume encodings\n");
422 fprintf (stdout, "\nUsag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_lock.c71 fclose(stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_packet.c232 fflush( stdout );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcacertinmem.c122 rv=curl_easy_setopt(ch,CURLOPT_WRITEDATA, stdout);
H A Dcurlx.c102 " -out arg - output file (response)- default stdout",
368 BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT);
H A Devhiperfifo.c74 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */
H A Dftp-wildcard.c145 written = fwrite(buff, size, nmemb, stdout);
H A Dhiperfifo.c70 #define MSG_OUT stdout /* Send info to stdout, change to stderr if you want */
H A Drtsp.c90 sdp_fp = stdout;
98 my_curl_easy_setopt(curl, CURLOPT_WRITEDATA, stdout);
99 if (sdp_fp != stdout) {
227 my_curl_easy_setopt(curl, CURLOPT_WRITEHEADER, stdout);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c1042 * "-" as file name to write to stdout.
1058 /* use stdout */
1059 out = stdout;
H A Dmprintf.c1166 retcode = dprintf_formatf(stdout, fputc, format, ap_save);
1191 return dprintf_formatf(stdout, fputc, format, ap_save);
H A Durl.c655 set->out = stdout; /* default output to stdout */
5174 * and corrupted binary files when you download to stdout and redirect it to
5179 _fsetmode(stdout, "b");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dmkhelp.pl179 /* Decompress and send to stdout a gzip-compressed buffer */
207 fwrite(buf, BUF_SIZE - z.avail_out, 1, stdout);
246 print ", stdout);\n fputs(\n";
253 print ", stdout) ;\n}\n";
H A Dtool_cb_dbg.c78 config->trace_stream = stdout;
141 to stderr or stdout, we don't display the alert about the data not
145 ((output != stderr) && (output != stdout))) {
H A Dtool_easysrc.c67 out = stdout;

Completed in 315 milliseconds

1234567891011>>