HomeSort by: relevance | last modified time | path
    Searched defs:attr_p (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/gen/posix_spawn/
t_spawn.c 211 posix_spawnattr_t attr, *attr_p; local in function:spawn_chdir
237 attr_p = NULL;
249 attr_p = &attr;
252 error = posix_spawn(&pid, "/bin/pwd", &fa, attr_p, args, NULL);
257 if (attr_p) {
t_spawn.c 211 posix_spawnattr_t attr, *attr_p; local in function:spawn_chdir
237 attr_p = NULL;
249 attr_p = &attr;
252 error = posix_spawn(&pid, "/bin/pwd", &fa, attr_p, args, NULL);
257 if (attr_p) {

Completed in 22 milliseconds