| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | str.c | 199 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/ |
| D | nwstdio.h | 62 #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…
|
| D | nwperlsys.h | 376 return FILE_ptr(f); in PerlStdIOGetPtr() 468 FILE_ptr(f) = ptr; in PerlStdIOSetPtr()
|
| D | nwperlhost.h | 482 return FILE_ptr(f); in PerlStdIOGetPtr() 575 FILE_ptr(f) = ptr; in PerlStdIOSetPtrCnt()
|
| D | config_H.wc | 2098 * 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/ |
| D | os2ish.h | 409 (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/ |
| D | uconfig.h | 2446 #define FILE_ptr(fp) ((fp)->_IO_read_ptr) macro
|
| D | config_h.SH | 2443 * 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
|
| D | iperlsys.h | 305 #define PerlSIO_get_ptr(f) FILE_ptr(f) 338 #define PerlSIO_set_ptr(f,p) FILE_ptr(f) = (p)
|
| D | Configure | 12077 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) {
|
| D | pp_sys.c | 3287 # define FILE_ptr(f) ((f)->_ptr) macro
|
| /mirbsd/src/gnu/usr.bin/perl/vos/ |
| D | config.alpha.h | 1172 #define FILE_ptr(fp) ((fp)->_ptr) macro
|
| D | config.ga.h | 1172 #define FILE_ptr(fp) ((fp)->_ptr) macro
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | perlhost.h | 649 return FILE_ptr(f); in PerlStdIOGetPtr() 741 FILE_ptr(f) = ptr; in PerlStdIOSetPtr()
|
| D | config_H.vc | 2419 * 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)
|
| D | config_H.bc | 2419 * 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)
|
| D | config_H.gc | 2419 * 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)
|
| D | config_H.vc64 | 2419 * 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/ |
| D | perlhost.h | 653 return FILE_ptr(f); in PerlStdIOGetPtr() 745 FILE_ptr(f) = ptr; in PerlStdIOSetPtr()
|
| D | config_H.ce | 2369 * 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/ |
| D | config.plan9 | 2482 * 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)
|
| D | config_h.sample | 2429 * 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/ |
| D | config_H | 1145 * 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)
|
| D | Glossary | 1982 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).
|