Searched refs:lks (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dhistrap.c1486 struct flock lks;
1488 memset(&lks, 0, sizeof(lks));
1489 lks.l_type = F_WRLCK;
1491 rv = fcntl(fd, F_SETLKW, &lks);
1507 struct flock lks; local
1509 memset(&lks, 0, sizeof(lks));
1510 lks.l_type = F_UNLCK;
1511 (void)fcntl(fd, F_SETLKW, &lks);
[all...]
H A DBuild.sh1880 struct flock lks;
1881 lks.l_type = F_WRLCK | F_UNLCK;
1882 return (fcntl(0, F_SETLKW, &lks));
/external/valgrind/main/memcheck/
H A Dmc_include.h445 and give the resulting set in *lks.
446 If parsing is succesful, returns True and *lks contains the resulting set.
448 extern Bool MC_(parse_leak_kinds) ( const HChar* str0, UInt* lks );
H A Dmc_errors.c241 Bool MC_(parse_leak_kinds) ( const HChar* str0, UInt* lks )
244 str0, lks);

Completed in 1316 milliseconds