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

  /src/crypto/external/apache2/openssl/dist/apps/
passwd.c 109 int in_stdin = 0, pw_source_defined = 0; local
184 in_stdin = 1;
216 if (infile != NULL && in_stdin) {
221 if (infile != NULL || in_stdin) {
223 * If in_stdin is true, we know that infile is NULL, and that
  /src/crypto/external/bsd/openssl/dist/apps/
passwd.c 99 int in_stdin = 0, pw_source_defined = 0; local
174 in_stdin = 1;
206 if (infile != NULL && in_stdin) {
211 if (infile != NULL || in_stdin) {
213 * If in_stdin is true, we know that infile is NULL, and that
  /src/crypto/external/bsd/openssl.old/dist/apps/
passwd.c 89 int in_stdin = 0, pw_source_defined = 0; local
171 in_stdin = 1;
200 if (infile != NULL && in_stdin) {
205 if (infile != NULL || in_stdin) {
207 * If in_stdin is true, we know that infile is NULL, and that

Completed in 37 milliseconds