Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dsysexits.h120 #define EX_NOTFOUND 79 /* entry not found */ macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c660 statp = EX_NOTFOUND;
701 return EX_NOTFOUND;
865 return EX_NOTFOUND;
919 return EX_NOTFOUND;
952 return EX_NOTFOUND;
1307 if (status != EX_OK && status != EX_NOTFOUND)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1254 *statp = EX_NOTFOUND;
1368 *statp = EX_NOTFOUND;
3159 *statp = EX_NOTFOUND;
3603 *statp = EX_NOTFOUND;
3732 *statp = EX_NOTFOUND;
5862 *statp = EX_NOTFOUND;
5868 *statp = EX_NOTFOUND;
6636 *pstat = EX_NOTFOUND;
6697 *pstat = EX_NOTFOUND;
7249 *statp = EX_NOTFOUND;
[all …]
H A Dreadcf.c1073 if (status != EX_OK && status != EX_NOTFOUND)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2725 #ifndef EX_NOTFOUND
2726 # define EX_NOTFOUND EX_NOHOST macro