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

  /src/external/gpl2/gmake/dist/
implicit.c 69 /* Struct idep captures information about implicit prerequisites struct
71 struct idep
73 struct idep *next; /* struct dep -compatible interface */
82 free_idep_chain (struct idep *p)
84 struct idep *n;
221 (see struct idep for details). */
222 struct idep* deps = 0;
269 struct idep *d;
270 struct idep **id_ptr;
599 *id_ptr = (struct idep *)
    [all...]
  /src/sys/compat/linux/common/
linux_inotify.c 825 struct inotify_dir_entries *idep = NULL; local
838 idep = kmem_zalloc(INOTIFY_DIR_ENTRIES_SIZE(0), KM_SLEEP);
860 idep = kmem_zalloc(INOTIFY_DIR_ENTRIES_SIZE(decount), KM_SLEEP);
861 idep->ide_count = decount;
869 kmem_free(idep, INOTIFY_DIR_ENTRIES_SIZE(decount));
870 idep = NULL;
876 idep->ide_entries[i].fileno = currdep->d_fileno;
877 strcpy(idep->ide_entries[i].name, currdep->d_name);
886 return idep;
  /src/external/gpl3/gdb.old/dist/gdb/
nds32-tdep.c 1972 nds32_gdbarch_tdep *idep
1975 if (idep->elf_abi != elf_abi)
1964 nds32_gdbarch_tdep *idep local
  /src/external/gpl3/gdb/dist/gdb/
nds32-tdep.c 1972 nds32_gdbarch_tdep *idep
1975 if (idep->elf_abi != elf_abi)
1964 nds32_gdbarch_tdep *idep local

Completed in 17 milliseconds