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

  /src/external/gpl2/gmake/dist/
dir.c 494 struct directory_contents dc_key;
496 dc_key.dev = st.st_dev;
498 dc_key.path_key = w32_path = w32ify (name, 1);
499 dc_key.ctime = st.st_ctime;
502 dc_key.ino[0] = st.st_ino[0];
503 dc_key.ino[1] = st.st_ino[1];
504 dc_key.ino[2] = st.st_ino[2];
506 dc_key.ino = st.st_ino;
509 dc_slot = (struct directory_contents **) hash_find_slot (&directory_contents, &dc_key);
491 struct directory_contents dc_key; local
dir.c 494 struct directory_contents dc_key;
496 dc_key.dev = st.st_dev;
498 dc_key.path_key = w32_path = w32ify (name, 1);
499 dc_key.ctime = st.st_ctime;
502 dc_key.ino[0] = st.st_ino[0];
503 dc_key.ino[1] = st.st_ino[1];
504 dc_key.ino[2] = st.st_ino[2];
506 dc_key.ino = st.st_ino;
509 dc_slot = (struct directory_contents **) hash_find_slot (&directory_contents, &dc_key);
491 struct directory_contents dc_key; local

Completed in 45 milliseconds