HomeSort by relevance Sort by last modified time
    Searched full:lnew (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/getrandom/
getrandom04.c 41 struct rlimit lold, lnew; local
44 lnew.rlim_max = lold.rlim_max;
45 lnew.rlim_cur = 3;
46 SAFE_SETRLIMIT(RLIMIT_NOFILE, &lnew);
  /external/python/cpython2/Mac/Demo/PICTbrowse/
oldPICTbrowse.py 95 self.list = List.LNew(rect2, (0, 0, 1, len(contents)), (0,0), 0, self.wid,
  /external/python/cpython2/Mac/Modules/list/
_Listmodule.c 878 _rv = LNew(&rView,
1040 {"LNew", (PyCFunction)List_LNew, 1,
    [all...]

Completed in 1926 milliseconds