Searched refs:ofp (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c437 FILE *ofp; local
440 ofp = fopen(fname, "w");
441 if (ofp == NULL) {
445 fprintf(ofp, "# perf trace event handlers, "
448 fprintf(ofp, "# Licensed under the terms of the GNU GPL"
451 fprintf(ofp, "# The common_* event handler fields are the most useful "
454 fprintf(ofp, "# all events. They don't necessarily correspond to "
457 fprintf(ofp, "# in the format files. Those fields not available as "
460 fprintf(ofp, "# be retrieved using Python functions of the form "
463 fprintf(ofp, "# Se
[all...]
H A Dtrace-event-perl.c405 FILE *ofp; local
408 ofp = fopen(fname, "w");
409 if (ofp == NULL) {
414 fprintf(ofp, "# perf trace event handlers, "
417 fprintf(ofp, "# Licensed under the terms of the GNU GPL"
420 fprintf(ofp, "# The common_* event handler fields are the most useful "
423 fprintf(ofp, "# all events. They don't necessarily correspond to "
426 fprintf(ofp, "# in the format files. Those fields not available as "
429 fprintf(ofp, "# be retrieved using Perl functions of the form "
432 fprintf(ofp, "# Se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipmroute.c78 static void read_mroute_list(FILE *ofp) argument
116 fprintf(ofp, "%-32s Iif: ", obuf);
119 fprintf(ofp, "unresolved ");
121 fprintf(ofp, "%-10s ", viftable[vifi]);
128 fprintf(ofp, "Oifs: ");
142 fprintf(ofp, "%s", viftable[ovifi]);
144 fprintf(ofp, "(ttl %d) ", ovifi);
146 fprintf(ofp, " ");
151 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
153 fprintf(ofp, ",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dspoolutil.c90 WriteSpoolLine(FILE *const ofp, const char *const line) argument
99 if (putc('\\', ofp) == EOF)
102 if (putc(c, ofp) == EOF)
107 if (putc(c, ofp) == EOF)
117 FILE *const ofp,
163 if (ofp == NULL) {
176 fp = (ofp == NULL) ? fopen(spathname, FOPEN_WRITE_TEXT) : ofp;
179 fp = (ofp == NULL) ? fopen(spathname, FOPEN_WRITE_TEXT) : ofp;
116 SpoolX( FILE *const ofp, const char *sdir, const char *const op, const char *const rfile, const char *const rdir, const char *const lfile, const char *const ldir, const char *const host, const char *const ip, const unsigned int port, const char *const user, const char *const passclear, const char *const xacct, const int xtype, const int recursive, const int deleteflag, const int passive, const char *const preftpcmd, const char *const perfileftpcmd, const char *const postftpcmd, const char *const preshellcmd, const char *const postshellcmd, const time_t when, const unsigned int delaySinceLastFailure, const char *const manualOverrideFeatures, const char *const preferredLocalAddrStr, const int UNUSED(reserved) ) argument
400 SpoolX( FILE *const ofp, const char *sdir, const char *const op, const char *const rfile, const char *const rdir, const char *const lfile, const char *const ldir, const char *const host, const char *const ip, const unsigned int port, const char *const user, const char *const passclear, const char *const xacct, const int xtype, const int recursive, const int deleteflag, const int passive, const char *const preftpcmd, const char *const perfileftpcmd, const char *const postftpcmd, const char *const preshellcmd, const char *const postshellcmd, const time_t when, const unsigned int delaySinceLastFailure) argument
[all...]
H A Dspool.h22 FILE *const ofp,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpls.c324 FILE *ofp, *savedDebugLog = NULL; local
668 ofp = fi.debugLog;
671 fi.debugLog = ofp;

Completed in 193 milliseconds