Home
last modified time | relevance | path

Searched refs:FILE_ptr (Results 1 – 24 of 24) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/x2p/
Dstr.c199 ptr = (STDCHAR*)FILE_ptr(fp); in str_gets()
213 FILE_ptr(fp) = (void*)ptr; /* LHS STDCHAR* cast non-portable */ in str_gets()
216 ptr = (STDCHAR*)FILE_ptr(fp); /* reregisterize cnt and ptr */ in str_gets()
233 FILE_ptr(fp) = (void*)ptr; /* LHS STDCHAR* cast non-portable */ in str_gets()
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dnwstdio.h62 #define PerlIO_get_ptr(f) FILE_ptr(f)
80 #define PerlIO_set_ptrcnt(f,p,c) STMT_START {FILE_ptr(f) = (p), PerlIO_set_cnt(f,c);} STMT_END
84 #define PerlIO_set_ptrcnt(f,p,c) STMT_START {FILE_ptr(f) = (p); assert(FILE_cnt(f) == (c));} S…
Dnwperlsys.h376 return FILE_ptr(f); in PerlStdIOGetPtr()
468 FILE_ptr(f) = ptr; in PerlStdIOSetPtr()
Dnwperlhost.h482 return FILE_ptr(f); in PerlStdIOGetPtr()
575 FILE_ptr(f) = ptr; in PerlStdIOSetPtrCnt()
Dconfig_H.wc2098 * for a file handle. If this is defined, then the FILE_ptr(fp)
2102 /* FILE_ptr:
2108 * This symbol is defined if the FILE_ptr macro can be used as an
2121 * This symbol is defined if using the FILE_ptr macro as an lvalue
2126 * This symbol is defined if using the FILE_ptr macro as an lvalue
2131 #define FILE_ptr(fp) ((fp)->_ptr)
/mirbsd/src/gnu/usr.bin/perl/os2/
Dos2ish.h409 (FILE_ptr(fp) > FILE_base(fp) && c == (int)*(FILE_ptr(fp) - 1) \
410 ? (--FILE_ptr(fp), ++FILE_cnt(fp), (int)c) : ungetc(c,fp))
/mirbsd/src/gnu/usr.bin/perl/
Duconfig.h2446 #define FILE_ptr(fp) ((fp)->_IO_read_ptr) macro
Dconfig_h.SH2443 * for a file handle. If this is defined, then the FILE_ptr(fp)
2447 /* FILE_ptr:
2453 * This symbol is defined if the FILE_ptr macro can be used as an
2466 * This symbol is defined if using the FILE_ptr macro as an lvalue
2471 * This symbol is defined if using the FILE_ptr macro as an lvalue
Diperlsys.h305 #define PerlSIO_get_ptr(f) FILE_ptr(f)
338 #define PerlSIO_set_ptr(f,p) FILE_ptr(f) = (p)
DConfigure12077 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
12170 strncmp(FILE_ptr(fp), "include <stdio.h>\n", 18) == 0
12175 ptr = (char*) FILE_ptr(fp);
12178 FILE_ptr(fp) += 42;
12180 if ((char*)FILE_ptr(fp) != (ptr + 42)) {
12181 printf("Fail ptr check %p != %p", FILE_ptr(fp), (ptr + 42));
12188 if (strncmp(FILE_ptr(fp), "Eat dust sed :-) */\n", 20) != 0) {
Dpp_sys.c3287 # define FILE_ptr(f) ((f)->_ptr) macro
/mirbsd/src/gnu/usr.bin/perl/vos/
Dconfig.alpha.h1172 #define FILE_ptr(fp) ((fp)->_ptr) macro
Dconfig.ga.h1172 #define FILE_ptr(fp) ((fp)->_ptr) macro
/mirbsd/src/gnu/usr.bin/perl/win32/
Dperlhost.h649 return FILE_ptr(f); in PerlStdIOGetPtr()
741 FILE_ptr(f) = ptr; in PerlStdIOSetPtr()
Dconfig_H.vc2419 * for a file handle. If this is defined, then the FILE_ptr(fp)
2423 /* FILE_ptr:
2429 * This symbol is defined if the FILE_ptr macro can be used as an
2442 * This symbol is defined if using the FILE_ptr macro as an lvalue
2447 * This symbol is defined if using the FILE_ptr macro as an lvalue
2452 #define FILE_ptr(fp) ((fp)->_ptr)
Dconfig_H.bc2419 * for a file handle. If this is defined, then the FILE_ptr(fp)
2423 /* FILE_ptr:
2429 * This symbol is defined if the FILE_ptr macro can be used as an
2442 * This symbol is defined if using the FILE_ptr macro as an lvalue
2447 * This symbol is defined if using the FILE_ptr macro as an lvalue
2452 #define FILE_ptr(fp) ((fp)->curp)
Dconfig_H.gc2419 * for a file handle. If this is defined, then the FILE_ptr(fp)
2423 /* FILE_ptr:
2429 * This symbol is defined if the FILE_ptr macro can be used as an
2442 * This symbol is defined if using the FILE_ptr macro as an lvalue
2447 * This symbol is defined if using the FILE_ptr macro as an lvalue
2452 #define FILE_ptr(fp) ((fp)->_ptr)
Dconfig_H.vc642419 * for a file handle. If this is defined, then the FILE_ptr(fp)
2423 /* FILE_ptr:
2429 * This symbol is defined if the FILE_ptr macro can be used as an
2442 * This symbol is defined if using the FILE_ptr macro as an lvalue
2447 * This symbol is defined if using the FILE_ptr macro as an lvalue
2452 #define FILE_ptr(fp) ((fp)->_ptr)
/mirbsd/src/gnu/usr.bin/perl/wince/
Dperlhost.h653 return FILE_ptr(f); in PerlStdIOGetPtr()
745 FILE_ptr(f) = ptr; in PerlStdIOSetPtr()
Dconfig_H.ce2369 * for a file handle. If this is defined, then the FILE_ptr(fp)
2373 /* FILE_ptr:
2379 * This symbol is defined if the FILE_ptr macro can be used as an
2392 * This symbol is defined if using the FILE_ptr macro as an lvalue
2397 * This symbol is defined if using the FILE_ptr macro as an lvalue
2402 #define FILE_ptr(fp)
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dconfig.plan92482 * for a file handle. If this is defined, then the FILE_ptr(fp)
2486 /* FILE_ptr:
2492 * This symbol is defined if the FILE_ptr macro can be used as an
2505 * This symbol is defined if using the FILE_ptr macro as an lvalue
2510 * This symbol is defined if using the FILE_ptr macro as an lvalue
2515 #define FILE_ptr(fp) ((fp)->_ptr)
Dconfig_h.sample2429 * for a file handle. If this is defined, then the FILE_ptr(fp)
2433 /* FILE_ptr:
2439 * This symbol is defined if the FILE_ptr macro can be used as an
2452 * This symbol is defined if using the FILE_ptr macro as an lvalue
2457 * This symbol is defined if using the FILE_ptr macro as an lvalue
2462 #define FILE_ptr(fp) ((fp)->_ptr)
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H1145 * for a file handle. If this is defined, then the FILE_ptr(fp)
1149 /* FILE_ptr:
1155 * This symbol is defined if the FILE_ptr macro can be used as an
1168 * This symbol is defined if using the FILE_ptr macro as an lvalue
1173 * This symbol is defined if using the FILE_ptr macro as an lvalue
1178 #define FILE_ptr(fp) ((fp)->_IO_read_ptr)
DGlossary1982 FILE_ptr macro can be used as an lvalue.
1985 This symbol is defined if using the FILE_ptr macro as an lvalue
1989 This symbol is defined if using the FILE_ptr macro as an lvalue
4469 be used to define the macro FILE_ptr(fp).