Home
last modified time | relevance | path

Searched refs:context_file (Results 1 – 3 of 3) sorted by relevance

/third_party/selinux/libselinux/utils/
Dsefcontext_compile.c38 FILE *context_file; in process_file() local
41 context_file = fopen(filename, "r"); in process_file()
42 if (!context_file) { in process_file()
50 while (getline(&line_buf, &line_len, context_file) > 0) { in process_file()
64 fclose(context_file); in process_file()
/third_party/mbedtls/programs/ssl/
Dssl_client2.c515 const char *context_file; /* the file to write a serialized connection member
874 opt.context_file = DFL_CONTEXT_FILE; in main()
1267 opt.context_file = q; in main()
2788 if( 0 < strlen( opt.context_file ) ) in main()
2814 if( ( b64_file = fopen( opt.context_file, "w" ) ) == NULL ) in main()
2817 opt.context_file ); in main()
Dssl_server2.c640 const char *context_file; /* the file to write a serialized connection member
1559 opt.context_file = DFL_CONTEXT_FILE; in main()
1991 opt.context_file = q; in main()
3781 if( 0 < strlen( opt.context_file ) ) in main()
3807 if( ( b64_file = fopen( opt.context_file, "w" ) ) == NULL ) in main()
3810 opt.context_file ); in main()