| /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/ |
| quic-hq-interop-server.c | 32 * - FILEPREFIX: Specifies the directory containing files to serve. 101 * - If not set via the FILEPREFIX environment variable, it defaults to 105 * - Updated at runtime based on the FILEPREFIX environment variable. 108 static char *fileprefix = NULL; variable 441 * - Constructs the file path using the `fileprefix` directory. 508 snprintf(path, BUF_SIZE, "%s/%s", fileprefix, reqname); 730 * - Reads the FILEPREFIX environment variable to set the file prefix for 750 * - The server serves files from the directory specified by FILEPREFIX. 764 fileprefix = getenv("FILEPREFIX"); [all...] |
| /src/crypto/external/apache2/openssl/dist/demos/http3/ |
| ossl-nghttp3-demo-server.c | 68 char *fileprefix; /* prefix of the directory to fetch files from */ member in struct:h3ssl 88 char *prior_fileprefix = h3ssl->fileprefix; 100 /* restore the fileprefix */ 101 h3ssl->fileprefix = prior_fileprefix; 771 if (h3ssl->fileprefix != NULL) 772 strcat(filename, h3ssl->fileprefix); 801 if (h3ssl->fileprefix != NULL) 802 strcat(filename, h3ssl->fileprefix); 1050 char *fileprefix = getenv("FILEPREFIX"); local [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| dllwrap.c | 821 char *fileprefix = make_temp_file (NULL); local 823 def_file_name = (char *) xmalloc (strlen (fileprefix) + 5); 825 (dontdeltemps) ? mybasename (fileprefix) : fileprefix); 827 free (fileprefix); 1034 char *fileprefix = make_temp_file (NULL); local 1035 base_file_name = (char *) xmalloc (strlen (fileprefix) + 6); 1037 (dontdeltemps) ? mybasename (fileprefix) : fileprefix); 1039 free (fileprefix); [all...] |
| resrc.c | 318 char *fileprefix; 320 fileprefix = make_temp_file (NULL); 321 cpp_temp_file = (char *) xmalloc (strlen (fileprefix) + 5); 322 sprintf (cpp_temp_file, "%s.irc", fileprefix); 323 free (fileprefix); 317 char *fileprefix; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dllwrap.c | 821 char *fileprefix = make_temp_file (NULL); local 823 def_file_name = (char *) xmalloc (strlen (fileprefix) + 5); 825 (dontdeltemps) ? mybasename (fileprefix) : fileprefix); 827 free (fileprefix); 1034 char *fileprefix = make_temp_file (NULL); local 1035 base_file_name = (char *) xmalloc (strlen (fileprefix) + 6); 1037 (dontdeltemps) ? mybasename (fileprefix) : fileprefix); 1039 free (fileprefix); [all...] |
| resrc.c | 318 char *fileprefix; 320 fileprefix = make_temp_file (NULL); 321 cpp_temp_file = (char *) xmalloc (strlen (fileprefix) + 5); 322 sprintf (cpp_temp_file, "%s.irc", fileprefix); 323 free (fileprefix); 317 char *fileprefix; local
|
| /src/sys/arch/sgimips/stand/undist/ |
| undist.c | 77 static char *fileprefix; /* -P: only matching file prefixes */ variable 962 if (fileprefix != NULL && 963 strncmp(ent->dstfile, fileprefix, strlen(fileprefix))) { 1046 fileprefix = optarg;
|