Home
last modified time | relevance | path

Searched refs:_P_OVERLAY (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libast/common/comp/
H A Domitted.c344 #ifndef _P_OVERLAY
345 #define _P_OVERLAY (-1) macro
510 sfprintf(sfstderr, "%s %s [", mode == _P_OVERLAY ? "_execve" : "_spawnve", path); in runve()
524 if (mode != _P_OVERLAY) in runve()
553 return runve(_P_OVERLAY, path, argv, envv); in execve()