HomeSort by: relevance | last modified time | path
    Searched defs:ASSEMBLE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/driver/
driver.c 61 enum phases { DEFAULT, PREPROCESS, COMPILE, ASSEMBLE, LINK } last_phase =
371 out = output_name(file, suffix, counter, last_phase == ASSEMBLE);
447 if (last_phase == ASSEMBLE)
758 set_last_phase(ASSEMBLE);
  /src/crypto/external/bsd/openssh/dist/
readconf.c 3190 #define ASSEMBLE(what, defaults, all) \
3199 ASSEMBLE(ciphers, def_cipher, all_cipher);
3200 ASSEMBLE(macs, def_mac, all_mac);
3201 ASSEMBLE(kex_algorithms, def_kex, all_kex);
3202 ASSEMBLE(hostbased_accepted_algos, def_key, all_key);
3203 ASSEMBLE(pubkey_accepted_algos, def_key, all_key);
3204 ASSEMBLE(ca_sign_algorithms, def_sig, all_sig);
3205 #undef ASSEMBLE
servconf.c 284 #define ASSEMBLE(what, defaults, all) \
289 ASSEMBLE(ciphers, def_cipher, all_cipher);
290 ASSEMBLE(macs, def_mac, all_mac);
291 ASSEMBLE(kex_algorithms, def_kex, all_kex);
292 ASSEMBLE(hostkeyalgorithms, def_key, all_key);
293 ASSEMBLE(hostbased_accepted_algos, def_key, all_key);
294 ASSEMBLE(pubkey_accepted_algos, def_key, all_key);
295 ASSEMBLE(ca_sign_algorithms, def_sig, all_sig);
296 #undef ASSEMBLE

Completed in 16 milliseconds