Lines Matching defs:file
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
432 char *test_mk_file_path(const char *dir, const char *file)
442 size_t len = dirlen + strlen(sep) + strlen(file) + 1;
450 * If |file| contains a directory spec, we need to do some
458 && (file[0] == '[' || file[0] == '<')) {
459 file++;
460 if (file[0] == '.')
469 OPENSSL_strlcat(full_file, file, len);