Searched refs:fp (Results 1 – 5 of 5) sorted by relevance
/apps/ |
A D | openssl.c | 52 fp->name, fp->deprecated_version); in warn_deprecated() 242 FUNCTION f, *fp; in main() local 340 if (fp == NULL) { in main() 400 FUNCTION *fp; in help_main() local 437 for (fp = functions; fp->name != NULL; fp++) { in help_main() 444 tp = fp->type; in help_main() 465 FUNCTION f, *fp; in do_cmd() local 472 if (fp == NULL) { in do_cmd() 476 fp = &f; in do_cmd() 480 fp = &f; in do_cmd() [all …]
|
A D | list.c | 1138 const FUNCTION *fp; in list_options_for_command() local 1141 for (fp = functions; fp->name != NULL; fp++) in list_options_for_command() 1142 if (strcmp(fp->name, command) == 0) in list_options_for_command() 1144 if (fp->name == NULL) { in list_options_for_command() 1150 if ((o = fp->help) == NULL) in list_options_for_command() 1206 FUNCTION *fp; in list_type() local 1214 for (fp = functions; fp->name != NULL; fp++) { in list_type() 1215 if (fp->type != ft) in list_type() 1219 if (!is_cipher_available(fp->name)) in list_type() 1223 if (!is_md_available(fp->name)) in list_type() [all …]
|
A D | s_server.c | 3766 FILE *fp = NULL; in www_body() local 3772 BIO_get_fp(file, &fp); in www_body() 3773 fd = fileno(fp); in www_body()
|
/apps/lib/ |
A D | apps.c | 3086 void unbuffer(FILE *fp) in unbuffer() argument 3099 setbuf(fp, NULL); in unbuffer() 3139 FILE *fp = NULL; in bio_open_owner() local 3180 fp = fdopen(fd, modestr('w', format)); in bio_open_owner() 3183 fp = fopen(filename, modestr('w', format)); in bio_open_owner() 3185 if (fp == NULL) in bio_open_owner() 3190 b = BIO_new_fp(fp, bflags); in bio_open_owner() 3199 if (fp != NULL) in bio_open_owner() 3200 fclose(fp); in bio_open_owner()
|
/apps/include/ |
A D | apps.h | 77 void unbuffer(FILE *fp);
|
Completed in 22 milliseconds