Searched defs:query (Results 1 - 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.h40 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]]
51 char *query; member in struct:__anon4324
H A Duri.c41 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]]
125 char *query, *fragment; local
127 query = strrchr(name, '?');
128 if ((query != NULL) && (*query != '\0')) {
129 u->query = strdup(query + 1);
130 end = query;
172 ((uri->query != NULL) && (uri->path == NULL))) {
198 (uri->query
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DLocator.java40 * The Locator interface allows clients to query SLP for existing
41 * services, scopes, and service instances, and to query about attributes
82 * the query. The services are returned from the locale of the
87 * @param query A string with the SLP query.
98 String query)
96 findServices(ServiceType type, Vector scopes, String query) argument
H A DSSrvMsg.java52 String query = ""; // the query field in class:SSrvMsg
125 // Get the query.
129 query = buf.toString();
140 " query=``" +
141 query + "''\n" +
H A DCSrvMsg.java116 String query)
119 this.initialize(locale, serviceType, scopes, query);
129 String query)
166 // Write out query.
168 hdr.putString(query, baos);
113 CSrvMsg(Locale locale, ServiceType serviceType, Vector scopes, String query) argument
126 initialize(Locale locale, ServiceType serviceType, Vector scopes, String query) argument
H A DSunServerDATable.java250 String query = "(" + ADDRESS_ID + "=" + address.getHostAddress() + ")";
261 Hashtable das = returnMatchingDAs(query);
287 * URL's as keys, scopes as values) for DAs matching the query.
289 * @param query Query for DA attributes.
292 public synchronized Hashtable returnMatchingDAs(String query) argument
296 // Get DA records matching the query.
303 query,
329 // Formulate a query for the DAs.
H A DServerDATable.java152 * URL's as keys, scopes as values) for DAs matching the query.
154 * @param query Query for DA attributes.
157 abstract Hashtable returnMatchingDAs(String query) argument
H A DServiceStore.java288 * returned service URLs will match the service type, scope, query,
296 * @param query The query, with any escaped characters as yet unprocessed.
297 * @param locale The locale in which to lowercase query and search.
306 * during query parsing or if any
314 String query,
361 * @return A Vector of ServiceLocationAttribute objects matching the query.
312 findServices(String serviceType, Vector scopes, String query, Locale locale) argument
H A DUARequester.java143 * the query. The services are returned from the locale of the
148 * @param query A string with the SLP query.
158 findServices(ServiceType type, Vector scopes, String query) argument
163 Assert.nonNullParameter(query, "query");
169 query,
450 // Get query. If an attribute request, then the user
453 String query = "";
456 query
[all...]
H A DParser.java41 * The Parser class implements LDAP query parsing for ServiceStoreInMemory.
82 * The QueryEvaluator interface evaluates a term in a query, given
86 * class to perform query parsing must provide this.
94 * Evaluate the query, storing away the services that match.
117 * Parse a query and incrementally evaluate.
121 * @param query The query. Escapes have not yet been processed.
123 * @param locale Locale in which to interpret query strings.
128 parseAndEvaluateQuery(String query, argument
136 StreamTokenizer tk = new StreamTokenizer(new StringReader(query));
[all...]
H A DSLPV1SSrvMsg.java131 // Now get the raw query.
137 // Parse the raw query to pull out the service type, scope,
138 // and query.
188 // Parsing the query is complicated by opaques having slashes.
207 query = q.substring(0, q.length()-1);
213 // Convert the query into a V2 query.
217 // If the query is for "service:directory-agent", then we
232 " query=``" +
233 query
337 rewriteQueryJoin(String query) argument
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DQueryListener.java26 /** Called when a record query has been completed. Inspect flags
27 parameter to determine nature of query event.<P>
29 @param query
30 The active query object.
38 The interface on which the query was resolved. (The index for a given
56 void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpIndexPanel.java63 pmUtility.getResource("type.your.query.below..."));
129 // queryPanel.query.requestFocus();
296 JTextField query; field in class:pmHelpIndexQueryPanel
327 query = new JTextField();
328 query.setEditable(true);
329 query.setText("");
331 promptLabel.setLabelFor(query);
333 query.addActionListener(new ActionListener() {
346 this.add(query, c);
354 handleText(query
[all...]
H A DpmHelpSearchPanel.java141 // queryPanel.query.requestFocus();
299 JTextField query; field in class:pmHelpSearchQueryPanel
340 String s = query.getText();
365 query = new JTextField();
366 query.setEditable(true);
367 query.setText(" ");
369 promptLabel.setLabelFor(query);
371 query.addActionListener(new ActionListener() {
378 query.getDocument().addDocumentListener(new DocumentListener() {
400 if (query
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh88 function query { function
524 query "$(gettext "Do you wish to destroy realm"): $realm ?"
742 query "$(gettext "Is this machine to be configured as a master?"): \c"
746 query "$(gettext "Is this machine to be configured as a slave?"): \c"
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingQueryListener.java62 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
65 fQuery = query;
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c43 * table. Associated with each query is a reply (in the format of an
85 const char *query; member in struct:cache_entry
98 * Searches the cache for the reply to 'query'. Returns the reply if
102 char *slp_find_das_cached(const char *query) { argument
114 ce->query = query;
145 * Adds 'reply' to the cache under the index 'query'. Both parameters
149 void slp_put_das_cached(const char *query, const char *reply, argument
166 if (!(ce->query = strdup(query))) {
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Drefer2.c49 int stat, nf, nr, query = 0, alph, digs; local
55 while (input(line)) { /* get query */
64 query = 1;
65 strcat(query ? dbuff : buff, line);
67 err(gettext("query too long (%d)"), strlen(buff));
109 if (buff[0]) { /* do not search if no query */
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrormain.c50 boolean query = FALSE; /* query the operator if touch files */ variable
132 query = TRUE;
182 if (query) {
184 "%s: Can't open \"%s\" to query the user.\n",
245 if (query) {
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c504 char query[8192]; local
505 char *query_end = query;
543 if (u_len + p_len + s_len + r_len + 30 > (unsigned short) sizeof(query)) {
578 arg.data_ptr = query;
579 arg.data_size = query_end - query;
620 iov[0].iov_len = query_end - query;
621 iov[0].iov_base = query;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.c30 static int query(char **, int, const char *, int, pid_t, uint_t, timespec_t *,
267 * Query the operation first. The return value of the query indicates
270 if (query(rsrcnames, CMD_SUSPEND, "suspend", RCM_STATE_SUSPEND_QUERYING,
280 /* Update the lock from a query state to the suspending state */
333 * Query the operation first. The return value of the query indicates
336 if (query(rsrcnames, CMD_OFFLINE, "offline", RCM_STATE_OFFLINE_QUERYING,
552 "request state change query denied\n");
675 * Perform a query of an offline or suspend.
682 query(char **rsrcnames, int cmd, const char *opname, int querystate, pid_t pid, function
691 /* Only query fo
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c155 * from the query. If the TLD is a number, query ARIN. Otherwise, use
256 whois(const char *query, const char *hostname, int flags) argument
289 (void) fprintf(sfo, "-T dn,ace -C US-ASCII %s\r\n", query);
291 (void) fprintf(sfo, "--show-handles %s\r\n", query);
293 (void) fprintf(sfo, "%s\r\n", query);
340 whois(query, nhost, 0);
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c82 bool query = false; local
150 query = true;
188 (query && argc != 3) ||
275 if (query)
322 if (query)
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c47 query(question) function
226 if (query(gettext(
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c53 * snapshots of the current configuration and change/query pool bindings.
210 pool_query_t query; local
284 query.pq_io_bufsize = query32.pq_io_bufsize;
285 query.pq_io_buf = (char *)(uintptr_t)query32.pq_io_buf;
290 if (ddi_copyin((void *)arg, &query,
312 } else if (query.pq_io_bufsize != 0) {
313 kbufsz = query.pq_io_bufsize;
335 query.pq_io_bufsize = size;
336 if (ddi_copyout(&query, (void *)arg,
340 if (ret == 0 && query
[all...]

Completed in 95 milliseconds

123