Searched refs:uri_from_string (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/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) function
286 if (uri_from_string(argv[1], &u) == 0) {
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c76 uri_from_string(service_name, &svc->uri);
100 uri_from_string(service_name, &svc->uri);
H A Dipp-support.c279 if ((uri_from_string(uri, &tmp) == 0) && (tmp != NULL)) {
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c178 if ((uri != NULL) && (uri_from_string(uri, &u) == 0)) {
223 if ((uri != NULL) && (uri_from_string(uri, &u) == 0)) {
345 if (uri_from_string(uri, &u) == 0) {
897 if ((uri != NULL) && (uri_from_string(uri, &u) == 0)) {
941 if ((uri != NULL) && (uri_from_string(uri, &u) == 0)) {
H A Din.lpd.c599 if (uri_from_string(s, &uri) < 0)
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dservice.c91 if (uri_from_string(service_uri, &uri) != -1)
126 if (uri_from_string(svc->name, &svc->uri) != -1)
H A Dnss.c105 if (uri_from_string(printer, &uri) < 0) {
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dservice.c58 if (uri_from_string((char *)name, &uri) != -1) {
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c387 if (uri_from_string(s, &uri) < 0)

Completed in 77 milliseconds