OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chdirpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/gen/posix_spawn/
t_spawn.c
286
char
chdirpath
[PATH_MAX], filepath[PATH_MAX];
local
288
REQUIRE_LIBC(getcwd(
chdirpath
, sizeof(
chdirpath
)), NULL);
290
if (snprintf(filepath, sizeof(filepath), "%s/%s",
chdirpath
, FILENAME)
292
atf_tc_fail("too deep: %s",
chdirpath
);
294
spawn_chdir(
chdirpath
, filepath, OP_CHDIR, 0);
297
check_success(
chdirpath
, filepath);
389
char
chdirpath
[PATH_MAX], filepath[PATH_MAX];
local
391
REQUIRE_LIBC(getcwd(
chdirpath
, sizeof(
chdirpath
)), NULL)
[
all
...]
t_spawn.c
286
char
chdirpath
[PATH_MAX], filepath[PATH_MAX];
local
288
REQUIRE_LIBC(getcwd(
chdirpath
, sizeof(
chdirpath
)), NULL);
290
if (snprintf(filepath, sizeof(filepath), "%s/%s",
chdirpath
, FILENAME)
292
atf_tc_fail("too deep: %s",
chdirpath
);
294
spawn_chdir(
chdirpath
, filepath, OP_CHDIR, 0);
297
check_success(
chdirpath
, filepath);
389
char
chdirpath
[PATH_MAX], filepath[PATH_MAX];
local
391
REQUIRE_LIBC(getcwd(
chdirpath
, sizeof(
chdirpath
)), NULL)
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026