| /src/external/ibm-public/postfix/dist/src/util/ |
| find_inet.c | 161 struct association associations[10]; member in struct:test_case 217 for (err = 0, ap = tp->associations; err == 0 && ap->lhs != 0; ap++)
|
| known_tcp_ports.c | 35 /* clear_known_tcp_ports() destroys all name-number associations. 39 /* name=port associations, sorted by service name, and separated 106 /* clear_known_tcp_ports - destroy all name-port associations */ 161 struct association associations[10]; member in struct:test_case 213 for (err = 0, ap = tp->associations; err == 0 && ap->lhs != 0; ap++)
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| config_known_tcp_ports.c | 55 /* config_known_tcp_ports - parse configuration and store associations */ 59 ARGV *associations; local 66 * The settings is in the form of associations separated by comma. Split 67 * it into separate associations. 69 associations = argv_split(settings, ","); 70 if (associations->argc == 0) { 71 argv_free(associations); 81 for (cpp = associations->argv; *cpp != 0; cpp++) { 126 argv_free(associations);
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-subs.c | 48 static void associations (struct parse *, FILE *); 91 { "associations", associations, { NO, NO, NO, NO }, 96 "print list of associations returned by last associations command" }, 99 "print list of associations including all client information" }, 102 "print last obtained list of associations, including client information" }, 1041 * mreadlist - send a read variables request for multiple associations 1069 * mreadvar - send a read variables request for multiple associations 1109 * dogetassoc - query the host for its list of associations 1381 associations( function [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 8716 auto_vec<c_generic_association> associations; 8772 for (ix = 0; associations.iterate (ix, &iter); ++ix) 8799 match_found = associations.length (); 8807 match_found = associations.length (); 8812 "%<_Generic%> selector matches multiple associations"); 8818 associations.safe_push (assoc); 8827 FOR_EACH_VEC_ELT (associations, ix, iter) 8714 auto_vec<c_generic_association> associations; local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-parser.cc | 10308 auto_vec<c_generic_association> associations; 10374 for (ix = 0; associations.iterate (ix, &iter); ++ix) 10401 match_found = associations.length (); 10409 match_found = associations.length (); 10414 "%<_Generic%> selector matches multiple associations"); 10420 associations.safe_push (assoc); 10429 FOR_EACH_VEC_ELT (associations, ix, iter) 10306 auto_vec<c_generic_association> associations; local
|