MCPcopy Create free account
hub / github.com/F-Stack/f-stack / exec_args_get_begin_envv

Function exec_args_get_begin_envv

freebsd/kern/kern_exec.c:1532–1541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1530}
1531
1532char *
1533exec_args_get_begin_envv(struct image_args *args)
1534{
1535
1536 KASSERT(args->endp != NULL, ("endp not initialized"));
1537
1538 if (args->envc > 0)
1539 return (args->begin_envv);
1540 return (args->endp);
1541}
1542
1543void
1544exec_stackgap(struct image_params *imgp, uintptr_t *dp)

Callers 2

kern_execveFunction · 0.85
do_execveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected