HomeSort by: relevance | last modified time | path
    Searched defs:LS (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/syspkg/mk/
bsd.syspkg.mk 111 LS?= /bin/ls
515 | xargs ${LS} -ld \
  /src/tests/dev/audio/
audiotest.c 2699 #define LS (100) /* lsize */
2744 if (len == LS) {
2749 if (offset == LS) {
2778 DEF(mmap_len_2) { f(LS, 0, 0); } /* len is the same as lsize */
2781 DEF(mmap_len_5) { f(0, LS, EINVAL); } /* len is 0 */
2783 DEF(mmap_len_7) { f(1, LS, EOVERFLOW); } /* exceed */
2788 DEF(mmap_len_8) { f(LS, 1ULL << 32, EOVERFLOW); }

Completed in 15 milliseconds