Home
last modified time | relevance | path

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

/freebsd/include/
H A Dunistd.h332 int execl(const char *, const char *, ...) __null_sentinel;
334 int execlp(const char *, const char *, ...) __null_sentinel;
/freebsd/sys/sys/
H A Dcdefs.h318 #define __null_sentinel __attribute__((__sentinel__)) macro