HomeSort by relevance Sort by last modified time
    Searched defs:list_id (Results 1 - 3 of 3) 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");
785 ret_len = write(list_id, write_string, len);
808 close(list_id);
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 66 struct dl_list list_id; member in struct:wpa_bss

Completed in 496 milliseconds