OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileprefix
(Results
1 - 4
of
4
) sorted by relevancy
/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/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
...]
/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
...]
/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
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026