/titanic_44/usr/src/lib/print/libpapi-common/common/ |
H A D | attribute.c | 233 list_append(values, tmp); in papiAttributeListAppendValue() 272 list_append(list, attribute); in papiAttributeListAddValue() 676 list_append(parts, regvalue(matches[j], string)); in _process_value() 680 list_append(parts, string); in _process_value() 694 list_append(list, value); in _add_attribute_value() 701 list_append(list, value); in _add_attribute_value() 705 list_append(list, value); in _add_attribute_value() 734 list_append(list, value); in _add_attribute_value() 743 list_append(list, value); in _add_attribute_value() 747 list_append(list, value); in _add_attribute_value() [all …]
|
H A D | list.c | 43 list_append(void ***list, void *item) in list_append() function
|
H A D | misc.c | 163 list_append(&result, a); in local_interfaces()
|
H A D | mapfile | 153 list_append;
|
/titanic_44/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 50 list = (char **)list_append((void **)list, element); in strsplit() 286 list = (ns_kvp_t **)list_append(NULL, kvp); in posix_name() 457 list = (ns_bsd_addr_t **)list_append((void **)list, in ns_bsd_addr_get_list() 494 list_append((void **)list, (void *)addr); in ns_bsd_addr_get_list() 528 list = (ns_bsd_addr_t **)list_append((void **)list, in ns_bsd_addr_get_all() 547 list = (ns_bsd_addr_t **)list_append((void **)list, in ns_bsd_addr_get_all()
|
H A D | list.c | 51 list_append(void **list, void *item) in list_append() function 94 list = list_append(list, item); in list_append_unique()
|
H A D | list.h | 40 extern void **list_append(void **, void *);
|
H A D | nss_convert.c | 160 aliases = (char **)list_append( in _cvt_nss_entry_to_printer() 186 aliases = (char **)list_append( in _cvt_nss_entry_to_printer()
|
H A D | ns.c | 120 printer_list = (ns_printer_t **)list_append( in ns_printer_get_list()
|
H A D | mapfile-vers | 74 list_append; # list support
|
H A D | ns_cmn_kvp.c | 253 list_append((void **)printer->attributes, kvp); in ns_set_value_from_string()
|
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | NS.c | 46 extern void **list_append(void **list, void *item); 575 attrList = (char **)list_append((void**)attrList, in _updateldap() 585 attrList = (char **)list_append((void**)attrList, in _updateldap() 619 attrList = (char **)list_append((void**)attrList, in _updateldap() 655 attrList = (char **)list_append((void**)attrList, (void *)item); in _updateldap() 663 attrList = (char **)list_append((void**)attrList, (void *)item); in _updateldap() 729 attrList = (char **)list_append((void**)attrList, in _updateldap() 766 attrList = (char **)list_append((void**)attrList, (void *)item); in _updateldap()
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | init.c | 238 list_append((void ***)&table, (void *)rsp); in init_requests() 272 list_append((void ***)&Exec_Slow, (void *)ep); in init_exec() 277 list_append((void ***)&Exec_Notify, (void *)ep); in init_exec()
|
H A D | fncs.c | 45 list_append(void ***list, void *item) in list_append() function 151 list_append((void ***)&Exec_Table, (void *)result); in new_exec() 265 list_append((void ***)&PStatus, (void *)result); in new_pstatus() 294 list_append((void ***)&CStatus, result); in new_cstatus() 350 list_append((void ***)&FStatus, (void *)result); in new_fstatus() 385 list_append((void ***)&PWStatus, (void *)result); in new_pwstatus()
|
H A D | lpsched.h | 332 extern int list_append(void ***, void *);
|
/titanic_44/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | printer.c | 108 list_append(printers, p); in printers_from_service() 190 list_append(printers, p); in printers_from_name_service() 441 list_append(jobs, j); in papiPrinterPurgeJobs() 488 list_append(jobs, j); in papiPrinterListJobs()
|
/titanic_44/usr/src/lib/print/libpapi-ipp/common/ |
H A D | printer.c | 128 list_append(printers, p); in papiPrintersList() 357 list_append(jobs, j); in papiPrinterPurgeJobs() 413 list_append(jobs, j); in papiPrinterListJobs()
|
/titanic_44/usr/src/cmd/lp/lib/papi/ |
H A D | printer.c | 104 list_append(printers, p); in papiPrintersList() 131 list_append(printers, p); in papiPrintersList() 497 list_append(jobs, job); in papiPrinterListJobs()
|
/titanic_44/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-job.c | 316 list_append(&names, used[i]->name); in unused_attributes() 322 list_append(&names, "document-format"); in unused_attributes() 323 list_append(&names, "copies"); in unused_attributes()
|
H A D | lpd-cancel.c | 112 list_append(jobs, job); in lpd_purge_jobs()
|
/titanic_44/usr/src/cmd/print/lpget/ |
H A D | lpget.c | 141 keys = (char **)list_append((void **)keys, in main()
|
/titanic_44/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | cancel.c | 78 list_append(&printers, strdup(pname)); in cancel_jobs_for_user()
|
H A D | common.c | 520 list_append(&result, strdup(value)); in all_list() 548 list_append(&result, strdup(name)); in printers_list()
|
/titanic_44/usr/src/lib/print/libipp-listener/common/ |
H A D | common.c | 120 list_append(values, value); in get_string_list()
|
/titanic_44/usr/src/cmd/print/lpset/ |
H A D | lpset.c | 142 changes = (char **)list_append((void**)changes, in main()
|