Lines Matching defs:entry
1829 * alphabetical order. The first entry in the list will
1846 DBG (127, "%s: free entry %s\n", f, e->name);
1910 DBG (127, "%s: entry=%s\n", f, get_name (i));
1920 DBG (1, "%s: error: failed to insert dir entry\n", f);
2044 * dir_insert - Add (in alphabetical order) a directory entry to the
2048 dir_insert (struct cam_dirent *entry)
2055 DBG (1, "dir_insert: error: could not malloc entry\n");
2059 strcpy (cur->name, entry->name);
2091 * dir_delete - Delete a directory entry from the linked list of file
2119 DBG (1, "dir_delete: Couldn't find entry %s in dir list\n", fname);