| /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;
|
| /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/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/ntpq/ |
| ntpq.h | 103 * Structure to hold association data 105 struct association { struct
|