Searched refs:query (Results 1 - 25 of 89) sorted by relevance

1234

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.h23 # define DprintQ(cond, args, query, size) /*empty*/
28 # define DprintQ(cond, args, query, size) if (cond) {\
30 res_pquery(statp, query, size, stdout);\
/illumos-gate/usr/src/lib/brand/shared/zone/
H A DMakefile26 PROG=query
27 SHARED= common.ksh query uninstall.ksh
35 POFILES= common.po query.po uninstall.po
/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/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/lib/libnisdb/
H A Ddb_log_entry.cc48 query = q;
57 // if (query) delete query;
79 if (query != NULL)
80 query->print();
82 printf("no query!\n");
H A Ddb_log_entry_c.x57 db_query *query; /* query supplied with action (if any) */
71 % db_query *query; /* query supplied with action (if any) */
77 %/*Constructor: Create an empty log entry, with no query and not object */
78 % db_log_entry() { query = NULL, object = NULL; next = NULL; }
95 %/* Accessor: return pointer to query part of log entry */
96 % db_query *get_query() { return( query ); }
H A Dldap_nisdbquery.c580 * There's a twist here: the input query
690 db_query **query = 0; local
819 newq = realloc(query, ntq * sizeof (query[0]));
824 myself, ntq * sizeof (query[0]));
827 freeQueries(query, nq);
833 query = newq;
848 query[(nq*i)+j] = cloneQuery(query[j],
850 if (query[(n
[all...]
H A Dnis_db.cc349 db_query *query = NULL; local
352 query = InUseDictionary->translate_to_query(tbl,
354 if (query == NULL)
358 res = dbase->execute(DB_FIRST, query, NULL, NULL);
359 if (query) delete query;
423 db_query *query; local
424 query = InUseDictionary->translate_to_query(tbl,
426 if (query == NULL)
429 res = dbase->execute(DB_LOOKUP, query,
506 db_query *query; local
775 db_query *query; local
1605 query = InUseDictionary->translate_to_query(tbl, local
1661 db_query *query; local
[all...]
H A Ddb.cc170 db::exec_action(db_action action, db_query *query, argument
191 res->status = internal_db.lookup(query, &num_answers, &ans);
197 res->status = internal_db.add(query, content);
201 res->status = internal_db.remove(query);
205 if (query == NULL) {
210 res->status = internal_db.first(query,
325 db::log_action(db_action action, db_query *query, entry_object *content) argument
329 db_log_entry le(action, v, query, content);
378 res = exec_action(action, query, content, NULL);
394 db::execute(db_action action, db_query *query, argument
[all...]
/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 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...]
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 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 DSLPTemplateRegistry.java399 // Set up query.
402 String query = "(" + SERVICE_ATTR_ID + "=" + serviceType + ")";
405 query = query + "(" + VERSION_ATTR_ID + "=" + version + ")";
409 query = "(&" + query + ")";
411 // Get user agent for query.
430 query);
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c230 fab_xpath_query(fmd_hdl_t *hdl, const char *query) argument
236 fmd_hdl_debug(hdl, "xpathObj query %s\n", query);
238 xpathObj = xmlXPathEvalExpression((const xmlChar *)query,
250 fmd_hdl_debug(hdl, "query result: %s\n", temp);
270 char *query; local
273 query = fmd_hdl_alloc(hdl, len, FMD_SLEEP);
274 (void) snprintf(query, len, "//propval[@name='resource' and contains("
279 *dev_path = fab_xpath_query(hdl, query);
281 fmd_hdl_free(hdl, query, le
354 char query[500]; local
398 char query[500]; local
510 char query[500]; local
581 char query[500]; local
630 char query[500]; local
870 char query[500]; local
892 char query[600]; local
[all...]
/illumos-gate/usr/src/cmd/print/selector/
H A Dprint-service271 my ($import_path, $export_path, $svc_name, $query, $migrate) = ();
273 my $res = GetOptions('q|query' => \$query, 's|set=s' => \$service,
280 !defined($query) && !defined($service) && !defined($migrate)) {
283 !defined($query) && !defined($service) && !defined($migrate)) {
286 defined($query) && !defined($service) && !defined($migrate)) {
289 !defined($query) && defined($service)) {
/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy.h62 * query for the number of DMA engines usable in the system.
64 void dcopy_query(dcopy_query_t *query);
117 * query DMA engines capabilities
119 void dcopy_query_channel(dcopy_handle_t handle, dcopy_query_channel_t *query);
/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/uts/sun4/os/
H A Dlgrpplat.c190 * For query of LGRP_MEM_SIZE_FREE, return the number of base pagesize
191 * pages on freelists. For query of LGRP_MEM_SIZE_AVAIL, return the
194 * For query of LGRP_MEM_SIZE_INSTALL, return the amount of physical
198 lgrp_plat_mem_size(lgrp_handle_t plathand, lgrp_mem_query_t query) argument
208 return (lgrp_plat_mem_size_default(plathand, query));
213 switch (query) {
271 lgrp_plat_mem_size_default(lgrp_handle_t lgrphand, lgrp_mem_query_t query) argument
278 switch (query) {
/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/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/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);

Completed in 112 milliseconds

1234