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

  /external/openssh/
readconf.c 360 int negated, opcode, *intptr, value, value2, scale; local
391 intptr = &options->connection_timeout;
400 if (*activep && *intptr == -1)
401 *intptr = value;
405 intptr = &options->forward_agent;
417 if (*activep && *intptr == -1)
418 *intptr = value;
422 intptr = &options->forward_x11;
426 intptr = &options->forward_x11_trusted;
430 intptr = &options->forward_x11_timeout
    [all...]
servconf.c 721 int cmdline = 0, *intptr, value, value2, n; local
738 intptr = NULL;
762 intptr = &options->use_pam;
789 intptr = &options->server_key_bits;
796 if (*activep && *intptr == -1)
797 *intptr = value;
801 intptr = &options->login_grace_time;
810 if (*intptr == -1)
811 *intptr = value;
815 intptr = &options->key_regeneration_time
    [all...]
  /external/clang/test/Parser/
recovery.c 85 void bar(intptr y); // expected-error {{unknown type name 'intptr'; did you mean 'intptr_t'?}}

Completed in 2518 milliseconds