Searched refs:fp (Results 1 - 25 of 890) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dfclose.c21 fclose(fp)
22 FILE *fp;
29 (void)IFILE_Release(fp);
H A Dfgetc.c21 fgetc(fp)
22 FILE *fp;
26 if (IFILE_Read(fp, b, 1))
H A Dfwrite.c21 fwrite(buf, size, count, fp)
24 FILE *fp;
26 if (fp == stderr) {
30 return ((size_t)IFILE_Write(fp, buf, size * count) / size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsound_firmware.h1 extern int mod_firmware_load(const char *fn, char **fp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dipforward_proc.c28 dropline (FILE *fp) argument
32 while ((c = getc (fp)) != '\n')
39 FILE *fp; local
44 fp = fopen (proc_net_snmp, "r");
46 if (fp == NULL)
50 dropline (fp);
55 pnt = fgets (buf, 6, fp);
70 FILE *fp; local
72 fp = fopen (proc_ipv4_forwarding, "w");
74 if (fp
87 FILE *fp; local
107 FILE *fp; local
125 FILE *fp; local
142 FILE *fp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dwfopen.c14 FILE *fp = fopen(path, mode); local
15 if (!fp) {
19 return fp;
H A Dwfopen_input.c21 FILE *fp = stdin; local
27 fp = fopen_or_warn(filename, "r");
30 return fp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dfwriteerror.h49 Return 0 if no error occurred and fclose (fp) succeeded.
54 extern int fwriteerror (FILE *fp);
58 extern int fwriteerror_no_ebadf (FILE *fp);
H A Dfwriteerror.c27 do_fwriteerror (FILE *fp, bool ignore_ebadf) argument
32 if (fp == stdout)
50 if (ferror (fp))
52 if (fflush (fp))
58 if (fputc ('\0', fp) == EOF)
60 if (fflush (fp))
71 if (fflush (fp))
73 if (fclose (fp) && errno != EBADF)
78 if (fclose (fp))
85 /* There's an error. Nevertheless call fclose(fp), fo
96 fwriteerror(FILE *fp) argument
102 fwriteerror_no_ebadf(FILE *fp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile_ostream.priv.h10 FILE *fp; member in struct:file_ostream_representation
H A Dfwriteerror.h49 Return 0 if no error occurred and fclose (fp) succeeded.
54 extern int fwriteerror (FILE *fp);
58 extern int fwriteerror_no_ebadf (FILE *fp);
H A Dfwriteerror.c27 do_fwriteerror (FILE *fp, bool ignore_ebadf) argument
32 if (fp == stdout)
50 if (ferror (fp))
52 if (fflush (fp))
58 if (fputc ('\0', fp) == EOF)
60 if (fflush (fp))
71 if (fflush (fp))
73 if (fclose (fp) && errno != EBADF)
78 if (fclose (fp))
85 /* There's an error. Nevertheless call fclose(fp), fo
96 fwriteerror(FILE *fp) argument
102 fwriteerror_no_ebadf(FILE *fp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfile_ostream.priv.h10 FILE *fp; member in struct:file_ostream_representation
H A Dfwriteerror.h49 Return 0 if no error occurred and fclose (fp) succeeded.
54 extern int fwriteerror (FILE *fp);
58 extern int fwriteerror_no_ebadf (FILE *fp);
H A Dfwriteerror.c27 do_fwriteerror (FILE *fp, bool ignore_ebadf) argument
32 if (fp == stdout)
50 if (ferror (fp))
52 if (fflush (fp))
58 if (fputc ('\0', fp) == EOF)
60 if (fflush (fp))
71 if (fflush (fp))
73 if (fclose (fp) && errno != EBADF)
78 if (fclose (fp))
85 /* There's an error. Nevertheless call fclose(fp), fo
96 fwriteerror(FILE *fp) argument
102 fwriteerror_no_ebadf(FILE *fp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr005/
H A Dchk.nl27 FILE *fp;
31 if ((fp = fopen(*argv, "r")) == NULL) {
35 if (chk(fp, *argv))
37 (void)fclose(fp);
43 chk(fp, name)
44 FILE *fp;
51 if ((ch = getc(fp)) == EOF)
58 if ((ch = getc(fp)) != '_') continue;
59 if ((ch = getc(fp)) != '_') continue;
60 if ((ch = getc(fp)) !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dfs3270.c48 fs3270_working(struct fs3270 *fp) argument
54 return fp->active && raw3270_request_final(fp->init);
60 struct fs3270 *fp; local
63 fp = (struct fs3270 *) view;
65 rq->callback_data = &fp->wait;
68 if (!fs3270_working(fp)) {
70 rc = wait_event_interruptible(fp->wait,
71 fs3270_working(fp));
78 wait_event(fp
90 struct fs3270 *fp; local
100 struct fs3270 *fp; local
115 struct fs3270 *fp; local
160 struct fs3270 *fp; local
187 struct fs3270 *fp; local
216 fs3270_irq(struct fs3270 *fp, struct raw3270_request *rq, struct irb *irb) argument
240 struct fs3270 *fp; local
285 struct fs3270 *fp; local
323 struct fs3270 *fp; local
367 struct fs3270 *fp; local
386 struct fs3270 *fp; local
418 struct fs3270 *fp; local
482 struct fs3270 *fp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dstacktrace.h2 unsigned long fp; member in struct:stackframe
8 int walk_stackframe(unsigned long fp, unsigned long low, unsigned long high,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-moo-asub1.oo.h8 FILE *fp; member in struct:asub1
H A Dtest-moo-sub1.oo.h8 FILE *fp; member in struct:sub1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-moo-asub1.oo.h8 FILE *fp; member in struct:asub1
H A Dtest-moo-sub1.oo.h8 FILE *fp; member in struct:sub1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtee.c21 FILE **fp; local
46 fp = files = xzalloc(sizeof(FILE *) * (argc + 2));
52 *fp = fopen_or_warn(*argv, mode);
53 if (*fp == NULL) {
59 setbuf(*fp++, NULL); /* tee must not buffer output. */
66 fp = files;
68 fwrite(buf, 1, c, *fp++);
69 while (*fp);
77 fp = files;
79 putc(c, *fp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddebug.c28 * fp -- file to dump to
34 * Dumps buffer to fp in an easy-to-read format
37 dumpHex(FILE *fp, unsigned char const *buf, int len) argument
42 if (!fp) return;
46 fprintf(fp, "(PAP Authentication Frame -- Contents not dumped)\n");
53 fprintf(fp, "%02x ", (unsigned) buf[i]);
55 fprintf(fp, " ");
58 fprintf(fp, " ");
62 fprintf(fp, "%c", buf[i]);
64 fprintf(fp, "
86 dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtraps.c244 asmlinkage void trap_c(struct frame *fp);
247 static inline void access_error060 (struct frame *fp) argument
249 unsigned long fslw = fp->un.fmt4.pc; /* is really FSLW for access error */
252 printk("fslw=%#lx, fa=%#lx\n", fslw, fp->un.fmt4.effaddr);
268 unsigned long addr = fp->un.fmt4.effaddr;
283 do_page_fault(&fp->ptregs, addr, errorcode);
288 send_fault_sig(&fp->ptregs);
290 send_fault_sig(&fp->ptregs) > 0) {
291 printk("pc=%#lx, fa=%#lx\n", fp->ptregs.pc, fp
354 fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs) argument
362 do_040writebacks(struct frame *fp) argument
403 berr_040cleanup(struct frame *fp) argument
411 access_error040(struct frame *fp) argument
490 bus_error030(struct frame *fp) argument
620 bus_error030(struct frame *fp) argument
795 buserr_c(struct frame *fp) argument
869 struct frame *fp = (struct frame *)regs; local
994 bad_super_trap(struct frame *fp) argument
1028 trap_c(struct frame *fp) argument
1148 die_if_kernel(char *str, struct pt_regs *fp, int nr) argument
[all...]

Completed in 176 milliseconds

1234567891011>>