Home
last modified time | relevance | path

Searched refs:alpm_list_append (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dalpm_list.c96 alpm_list_append(&list, data); in alpm_list_add()
108 alpm_list_t SYMEXPORT *alpm_list_append(alpm_list_t **list, void *data) in alpm_list_append() function
146 if((dup = strdup(data)) && (ret = alpm_list_append(list, dup))) { in alpm_list_append_strdup()
464 if(alpm_list_append(&newlist, lp->data) == NULL) { in alpm_list_remove_dupes()
507 if(alpm_list_append(&newlist, lp->data) == NULL) { in alpm_list_copy()
535 if(alpm_list_append(&newlist, newdata) == NULL) { in alpm_list_copy_data()
571 if(alpm_list_append(&newlist, lp->data) == NULL) { in alpm_list_reverse()
H A Dalpm_list.h60 alpm_list_t *alpm_list_append(alpm_list_t **list, void *data);