Searched refs:olist (Results 1 – 3 of 3) sorted by relevance
/third_party/toybox/toys/posix/ |
D | kill.c | 97 long *olist = 0, ocount = 0; local 104 olist = xmalloc(ocount*sizeof(long)); 106 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); 112 free(olist); 131 if (procpid == olist[count]) break; 137 free(olist);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | kill.c | 94 long *olist = 0, ocount = 0; local 101 olist = xmalloc(ocount*sizeof(long)); 103 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); 125 if (procpid == olist[count]) break; 132 free(olist);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
D | khronos.css | 176 …k > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist >… 388 …k > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist >… 412 …olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :… 530 ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { ma…
|