Home
last modified time | relevance | path

Searched refs:list_create_from_array (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Dutil.h187 list_t * list_create_from_array(int count, void ** data); /* array values are NOT copied */
Dfoomaticrip.c794 arglist = list_create_from_array(argc -1, (void**)&argv[1]); in main()
Dutil.c940 list_t * list_create_from_array(int count, void ** data) in list_create_from_array() function