Searched refs:tail (Results 1 - 7 of 7) sorted by relevance
/pkg/src/modules/ |
H A D | liblist.c | 45 n->tail = NULL; 88 lst->tail = n; 90 lst->tail->next = n; 91 lst->tail = n; 162 lst->tail->verlist = liblist_copy(n->verlist);
|
H A D | liblist.h | 47 libnode_t *tail; member in struct:liblist
|
H A D | altroot.py | 55 (path, tail) = os.path.split(path) 56 if not tail: 59 path_new = os.path.join(tail, path_new) 61 path_new = tail
|
H A D | elfextract.c | 567 vers->tail->verlist = veraux;
|
/pkg/src/modules/flavor/ |
H A D | depthlimitedmf.py | 289 q, tail = self.find_head_package(parent, name) 290 if not tail: 311 res = self.load_tail(q, tail) 354 def load_tail(self, q, tail): 358 self.msgin(4, "load_tail", q, tail) 362 while tail: 363 i = tail.find('.') 364 if i < 0: i = len(tail) 365 head, tail = tail[ [all...] |
H A D | elf.py | 262 head, tail = os.path.split(deppath)
|
/pkg/src/modules/client/ |
H A D | api_errors.py | 1034 listtemplate = _("{list}and {tail}") 1037 tail=l[-1]
|
Completed in 2030 milliseconds