HomeSort by: relevance | last modified time | path
    Searched refs:association (Results 1 - 16 of 16) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
config_known_tcp_ports.c 60 ARGV *association; local
76 * Each association is in the form of "1*(name =) port". We use
79 * get sensible results when an association starts or ends in "=".
84 association = argv_split_at(temp, '=');
87 if (association->argc == 0) {
89 } else if (association->argc == 1) {
99 bp = association->argv[association->argc - 1];
105 for (n = 0; n < association->argc - 1; n++) {
108 bp = association->argv[n]
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
dictionary.h 28 struct association { struct
31 association() : v(0) {} function in struct:association
49 association *table;
dictionary.cpp 45 table = new association[n];
76 association *old_table = table;
77 table = new association[size];
  /src/external/bsd/ntp/dist/ntpq/
libntpq.h 47 /* NTP association type identifier */
87 extern int ntpq_queryhost(unsigned short VARSET, associd_t association,
93 extern int ntpq_queryhost_peervars(associd_t association, char *resultbuf, int maxlen);
ntpq.h 103 * Structure to hold association data
105 struct association { struct
libntpq.c 171 * association int The association ID that should be read
185 int ntpq_queryhost(unsigned short VARSET, unsigned short association, char *resultbuf, int maxlen)
193 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap);
296 * association IDs
297 * maxentries int maximum number of association IDs that can
301 * int number of association IDs stored in resultbuf
303 * 0 (zero) if a failure occured or no association has
336 * The obtained association IDs can be read by using the ntpq_get_assoc_id
344 * int number of association IDs stored in resultbu
    [all...]
ntpq.c 392 * lookup of the current association IDs for a given ntpd. It also
393 * caches the status word for each association, retrieved incidentally.
395 struct association * assoc_cache;
1127 * Check the association ID to make sure it matches what
1131 TRACE(1, ("Association ID %d doesn't match expected %d\n",
1458 "***Association ID %d unknown to server\n",
1858 "***Association index `%s' invalid/undecodable\n",
3844 const struct association *ass1 = t1;
3845 const struct association *ass2 = t2;
ntpq-opts.def 119 Open an unconnected UDP association to ntpd (the default
414 Association ids are used to identify system, peer and clock variables.
415 System variables are assigned an association id of zero and system name
416 space, while each association is assigned a nonzero association id and
436 is displayed in hex format and the association number is also displayed.
443 .It Cm assid Ta association id
517 command for a range of association ids.
524 command for a range of association ids.
785 Status information is also available on a per-association basis
    [all...]
ntpq-subs.c 93 "print list of association ID's and statuses for the server's peers" },
290 extern struct association *assoc_cache;
429 * checkassocid - return the association ID, checking to see if it is valid
443 "***Invalid association ID %lu specified\n",
760 "No information returned for%s association %u\n",
987 * findassidrange - verify a range of association ID's
1023 "***Association ID %u not found in list\n",
1131 xprintf(fp, "No association ID's returned\n");
1194 (void) xprintf(fp, "No association ID's in list\n");
1407 * passociations - print the association lis
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
find_inet.c 154 struct association { struct
161 struct association associations[10];
170 /* association */ {{"foobar", "25252"}, 0},
177 /* association */ {{"foobar", "25252"}, 0},
184 /* association */ {{"foobar", "25252"}, 0},
190 /* association */ {{"foobar", "25252"}, 0},
200 struct association *ap;
known_tcp_ports.c 28 /* an association.
149 struct association { struct
161 struct association associations[10];
169 /* association */ {{"smtp", "25"}, {"lmtp", "24"}, 0},
175 /* association */ {{"smtp", "25"}, {"smtp", "100"}, 0},
179 /* association */ {{"100", "100"}, 0},
183 /* association */ {{"smtp", "lmtp"}, 0},
187 /* association */ {0},
199 struct association *ap;
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.def 112 Open an unconnected UDP association to ntpd (the default
585 Add a configured peer association at the given address and
588 association with the same peer may be deleted when this command is
636 association to be deleted.
638 association may persist in an unconfigured mode if the remote peer
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 97 persistent association with a remote server or peer or reference
195 Additional information on association behavior can be found in the
196 .Qq Association Management
204 client mode association with a number of remote servers.
210 client mode association with the specified remote server or local
221 persistent symmetric-active mode association with the specified
233 command mobilizes a persistent broadcast mode association.
260 manycast client mode association for the multicast address
340 Says the association can be preempted.
355 forcing the association to always survive the selection and clustering algorithms
    [all...]
  /src/share/examples/puffs/pgfs/
newfs.sql 71 -- datafork table maintains the association between our files and its backing
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 1054 On OS X, change the Finder association for SVG files.
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 1039 On OS X, change the Finder association for SVG files.

Completed in 74 milliseconds