HomeSort by relevance Sort by last modified time
    Searched defs:list_id (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/fs/inode/
inode01.c 97 int list_id; variable
166 list_id = creat(path_list_string, FILE_MODE);
167 if (list_id == -1) {
210 close(list_id);
211 list_id = open(path_list_string, READ);
212 if (list_id == -1) {
218 list_stream = fdopen(list_id, "r");
677 ret_len = write(list_id, write_string, len);
695 close(list_id);
inode02.c 81 int list_id; variable
293 list_id = creat(path_list_string, FILE_MODE);
294 if (list_id == -1) {
326 close(list_id);
327 list_id = open(path_list_string, READ);
328 if (list_id == -1) {
334 list_stream = fdopen(list_id, "r");
782 ret_len = write(list_id, write_string, len);
805 close(list_id);
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 66 struct dl_list list_id; member in struct:wpa_bss
  /external/mesa3d/src/mesa/main/
dlist.c 1129 GLuint list_id = *((GLuint *) userData); /* the list being deleted */ local
1131 /* See if the list_id falls in the range contained in this texture atlas */
1133 list_id >= atlas_id &&
1134 list_id < atlas_id + atlas->numBitmaps) {
    [all...]

Completed in 166 milliseconds