Home
last modified time | relevance | path

Searched refs:z (Results 1 – 11 of 11) sorted by relevance

/libuv/src/unix/
H A Dprocess.c669 const char *z; in uv__spawn_resolve_and_spawn() local
719 for (p = path;; p = z) { in uv__spawn_resolve_and_spawn()
723 z = strchr(p, ':'); in uv__spawn_resolve_and_spawn()
724 if (!z) in uv__spawn_resolve_and_spawn()
725 z = p + strlen(p); in uv__spawn_resolve_and_spawn()
726 if ((size_t)(z - p) >= l) { in uv__spawn_resolve_and_spawn()
727 if (!*z++) in uv__spawn_resolve_and_spawn()
732 memcpy(b, p, z - p); in uv__spawn_resolve_and_spawn()
733 b[z - p] = '/'; in uv__spawn_resolve_and_spawn()
734 memcpy(b + (z - p) + (z > p), options->file, k + 1); in uv__spawn_resolve_and_spawn()
[all …]
/libuv/m4/
H A Dlibuv-check-flags.m4130 dnl use -Wl,-z,defs only for those platform not behaving this way.
135 dnl it does without going to look for what the heck -z defs does.
136 for possible_flags in "-Wl,--no-undefined" "-Wl,-z,defs"; do
H A Dax_pthread.m4173 # IBM z/OS requires a feature-test macro to be defined in order to
184 …[AC_MSG_WARN([IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support.])…
235 [/* Note: Clang 2.7 lacks __clang_[a-z]+__ */
/libuv/
H A DREADME.md320 ### z/OS Notes
322 z/OS compilation requires [ZOSLIB](https://github.com/ibmruntimes/zoslib) to be installed. When bui…
329 z/OS creates System V semaphores and message queues. These persist on the system
H A DSUPPORTED_PLATFORMS.md11 | z/OS | Tier 2 | >= V2R2 | Maintainers: @libuv/zos |
H A DLINKS.md109 * [Z.Haskell](https://z.haskell.world)
H A DChangeLog918 * doc: add instructions for building on z/OS (Shuowang (Wayne) Zhang)
1384 * build: fix z/OS cmake build (Richard Lau)
3219 * zos: use gyp OS label "os390" on z/OS (John Barboza)
/libuv/docs/src/
H A Dfs_event.rst22 The z/OS file system events monitoring infrastructure does not notify of file
H A Dthreading.rst222 3. On z/OS, the timeout parameter for :c:func:`uv_cond_timedwait` is converted to an
H A Dfs.rst424 z/OS: `uv_fs_lutime()` is not implemented for z/OS. It can still be called but will return
H A Dmisc.rst636 on cgroups if it is present, and on z/OS based on RLIMIT_MEMLIMIT.

Completed in 35 milliseconds