Searched refs:ip_strings (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | imgact.h | 95 char *ip_strings; /* base address for strings */ member
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_exec.c | 491 memset(imgp->ip_strings, '\0', strlen(EXECUTABLE_KEY) + MAXPATHLEN); in exec_save_path() 498 error = copyinstr(path, imgp->ip_strings + strlen(EXECUTABLE_KEY), len, &len); in exec_save_path() 502 error = copystr(kpath, imgp->ip_strings + strlen(EXECUTABLE_KEY), len, &len); in exec_save_path() 510 bcopy(EXECUTABLE_KEY, imgp->ip_strings, strlen(EXECUTABLE_KEY)); in exec_save_path() 517 *excpath = imgp->ip_strings + strlen(EXECUTABLE_KEY); in exec_save_path() 544 imgp->ip_strendp = imgp->ip_strings; in exec_reset_save_path() 1952 if (imgp->ip_strings) { in exec_activate_image() 4150 if (imgp->ip_strings) { in posix_spawn() 4707 if (imgp->ip_strings) { in __mac_execve() 5056 .start_string = imgp->ip_strings, in exec_copyout_strings() [all …]
|