Home
last modified time | relevance | path

Searched refs:uri_from_string (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/print/libpapi-common/common/
H A Duri.h58 extern int uri_from_string(char *string, uri_t **uri);
H A Duri.c44 uri_from_string(char *string, uri_t **uri) in uri_from_string() function
286 if (uri_from_string(argv[1], &u) == 0) { in main()
H A Dmapfile147 uri_from_string;
/titanic_41/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c76 uri_from_string(service_name, &svc->uri); in service_connect()
100 uri_from_string(service_name, &svc->uri); in service_connect()
H A Dmapfile241 uri_from_string {
H A Dipp-support.c279 if ((uri_from_string(uri, &tmp) == 0) && (tmp != NULL)) { in ipp_add_printer_uri()
/titanic_41/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c178 if ((uri != NULL) && (uri_from_string(uri, &u) == 0)) { in print_description()
223 if ((uri != NULL) && (uri_from_string(uri, &u) == 0)) { in report_device()
345 if (uri_from_string(uri, &u) == 0) { in get_remote_hostname()
897 if ((uri != NULL) && (uri_from_string(uri, &u) == 0)) { in report_job()
941 if ((uri != NULL) && (uri_from_string(uri, &u) == 0)) { in report_job()
H A Din.lpd.c599 if (uri_from_string(s, &uri) < 0) in cyclical_service_check()
/titanic_41/usr/src/lib/print/libpapi-dynamic/common/
H A Dservice.c91 if (uri_from_string(service_uri, &uri) != -1) in default_print_service()
126 if (uri_from_string(svc->name, &svc->uri) != -1) in service_load()
H A Dmapfile229 uri_from_string {
H A Dnss.c105 if (uri_from_string(printer, &uri) < 0) { in solaris_lpsched_shortcircuit_hack()
/titanic_41/usr/src/lib/print/libpapi-lpd/common/
H A Dservice.c58 if (uri_from_string((char *)name, &uri) != -1) { in service_fill_in()
H A Dmapfile271 uri_from_string {
/titanic_41/usr/src/cmd/lp/lib/papi/
H A Dmapfile221 uri_from_string {
/titanic_41/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c387 if (uri_from_string(s, &uri) < 0) in cyclical_service_check()