Home
last modified time | relevance | path

Searched refs:_PC_NO_TRUNC (Results 1 – 25 of 1417) sorted by relevance

12345678910>>...57

/dports/lang/elk/elk-3.99.8/lib/unix/
H A Dsystem.c120 #ifdef _PC_NO_TRUNC in P_File_Limit()
121 op = _PC_NO_TRUNC; in P_File_Limit()
136 #ifdef _PC_NO_TRUNC in P_File_Limit()
137 if (op == _PC_NO_TRUNC && errno == 0) in P_File_Limit()
142 #ifdef _PC_NO_TRUNC in P_File_Limit()
143 if (op == _PC_NO_TRUNC) in P_File_Limit()
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Ddirectory.cpp40 #ifndef _PC_NO_TRUNC
41 #define _PC_NO_TRUNC 1 macro
390 return !pathConf(pathname,_PC_NO_TRUNC); in canExceedMaxFileNameLength()
404 } else if (name==_PC_NO_TRUNC) { in pathConf()
427 return !fpathConf(_PC_NO_TRUNC); in canExceedMaxFileNameLength()
452 } else if (name==_PC_NO_TRUNC) { in fpathConf()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dpathconf.h52 #define _PC_NO_TRUNC 0x000f macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dpathconf.h52 #define _PC_NO_TRUNC 0x000f macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/conf/
H A Dfpathconf.c15 [_PC_NO_TRUNC] = 1, in fpathconf()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/conf/
H A Dfpathconf.c15 [_PC_NO_TRUNC] = 1, in fpathconf()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/conf/
H A Dfpathconf.c19 [_PC_NO_TRUNC] = 1, in fpathconf()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/conf/
H A Dfpathconf.c19 [_PC_NO_TRUNC] = 1, in fpathconf()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/conf/
H A Dfpathconf.c19 [_PC_NO_TRUNC] = 1, in fpathconf()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/conf/
H A Dfpathconf.c19 [_PC_NO_TRUNC] = 1, in fpathconf()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/conf/
H A Dfpathconf.c15 [_PC_NO_TRUNC] = 1, in fpathconf()
/dports/devel/emscripten/emscripten-2.0.3/tests/unistd/
H A Dpathconf.c24 _PC_NO_TRUNC, in main()
H A Dpathconf.out31 _PC_NO_TRUNC: 1
/dports/print/texlive-base/texlive-20150521-source/extra/djgpp/
H A Dpathconf.c40 case _PC_NO_TRUNC: return _POSIX_NO_TRUNC; in pathconf()
/dports/devel/z88dk/z88dk/ext/UNIXem/test/unit/test.unit.unistd.pathconf/
H A Dtest.unit.unistd.pathconf.c32 XTESTS_TEST_INTEGER_EQUAL(-1, pathconf("", _PC_NO_TRUNC)); in main()
/dports/lang/ruby26/ruby-2.6.9/ext/etc/
H A Dconstdefs.h893 #if !defined(_PC_NO_TRUNC)
895 # define _PC_NO_TRUNC _PC_NO_TRUNC macro
1475 #if defined(_PC_NO_TRUNC) in init_constants()
1476 rb_define_const(mod, "PC_NO_TRUNC", INTEGER2NUM(_PC_NO_TRUNC)); in init_constants()
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dconfname.h40 _PC_NO_TRUNC, enumerator
41 #define _PC_NO_TRUNC _PC_NO_TRUNC macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dconfname.h40 _PC_NO_TRUNC, enumerator
41 #define _PC_NO_TRUNC _PC_NO_TRUNC macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dunistd.h149 #define _PC_NO_TRUNC 8 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dunistd.h149 #define _PC_NO_TRUNC 8 macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dpathconf.c188 case _PC_NO_TRUNC: in posix_pathconf()
H A Dfpathconf.c191 case _PC_NO_TRUNC:
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dfpathconf.c191 case _PC_NO_TRUNC:
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/
H A Dpathconf.c188 case _PC_NO_TRUNC: in posix_pathconf()
H A Dfpathconf.c191 case _PC_NO_TRUNC:

12345678910>>...57