Searched refs:NOT_HERE (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | wrappers.t | 16 use constant NOT_HERE => 'this-file-should-not-exist'; 165 is(-e NOT_HERE, undef, NOT_HERE . ' does not exist'); 167 foreach ([undef, 0, 'chdir', NOT_HERE], 168 [undef, 0, 'chmod', 0, NOT_HERE], 169 ['d_chown', 0, 'chown', 0, 0, NOT_HERE], 171 ['d_link', 0, 'link', NOT_HERE, 'ouch'], 172 [undef, 0, 'remove', NOT_HERE], 173 [undef, 0, 'rename', NOT_HERE, 'z_zwapp'], 174 [undef, 0, 'remove', NOT_HERE], 175 [undef, 0, 'unlink', NOT_HERE], [all …]
|
/openbsd/libexec/talkd/ |
H A D | process.c | 130 rp->answer = NOT_HERE; in process_request() 205 status = NOT_HERE; in find_user() 219 if (status == NOT_HERE) in find_user()
|
H A D | table.c | 213 return (NOT_HERE); in delete_invite()
|
/openbsd/include/protocols/ |
H A D | talkd.h | 104 #define NOT_HERE 1 /* callee not logged in */ macro
|