Home | History | Annotate | Download | only in opjitconv

Lines Matching full:pathname

88 static void get_pathname(char const * pathname, void * name_list)
91 struct pathname * pn = xmalloc(sizeof(struct pathname));
92 pn->name = xstrdup(pathname);
96 static void delete_pathname(struct pathname * pname)
108 struct pathname * pname = list_entry(pos1, struct pathname,
151 struct pathname * anon_dir =
152 list_entry(pos, struct pathname, neighbor);
443 struct pathname * pname = list_entry(pos1, struct pathname,
556 struct pathname * dmpfile =
557 list_entry(pos1, struct pathname, neighbor);