Searched refs:execname (Results 1 – 1 of 1) sorted by relevance
116 char *execname = xasprintf ("%s/bin", dirname); in copy_and_spawn_sgid() local129 outfd = open (execname, O_WRONLY | O_CREAT | O_EXCL, 0700); in copy_and_spawn_sgid()175 char * const args[] = {execname, child_id, NULL}; in copy_and_spawn_sgid()184 if (execname != NULL) in copy_and_spawn_sgid()186 unlink (execname); in copy_and_spawn_sgid()187 free (execname); in copy_and_spawn_sgid()