Searched refs:lrtn (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A DfileIo.c57 off_t lrtn = 0; local
84 lrtn = lseek(fd, 0, SEEK_SET);
85 if(lrtn < 0) {
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c238 static int load_return_to_errno(load_return_t lrtn);
4062 * Parameters: lrtn Mach error number
4077 load_return_to_errno(load_return_t lrtn) argument
4079 switch (lrtn) {

Completed in 180 milliseconds