HomeSort by relevance Sort by last modified time
    Searched refs:CLEAR_ON_NONE (Results 1 - 2 of 2) sorted by null

  /external/openssh/
servconf.c 362 #define CLEAR_ON_NONE(v) \
369 CLEAR_ON_NONE(options->pid_file);
370 CLEAR_ON_NONE(options->xauth_location);
371 CLEAR_ON_NONE(options->banner);
372 CLEAR_ON_NONE(options->trusted_user_ca_keys);
373 CLEAR_ON_NONE(options->revoked_keys_file);
374 CLEAR_ON_NONE(options->authorized_principals_file);
376 CLEAR_ON_NONE(options->host_key_files[i]);
378 CLEAR_ON_NONE(options->host_cert_files[i]);
379 #undef CLEAR_ON_NONE
    [all...]
readconf.c     [all...]

Completed in 199 milliseconds