OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_cpy
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
dgst.c
564
char *
file_cpy
= NULL;
local
571
file_cpy
= app_malloc(mem_len, file);
577
file_cpy
[i++] = '\\';
578
file_cpy
[i++] = 'n';
581
file_cpy
[i++] = c;
585
file_cpy
[i] = '\0';
586
return (const char *)
file_cpy
;
/src/crypto/external/bsd/openssl/dist/apps/
dgst.c
521
char *
file_cpy
= NULL;
local
528
file_cpy
= app_malloc(mem_len, file);
534
file_cpy
[i++] = '\\';
535
file_cpy
[i++] = 'n';
538
file_cpy
[i++] = c;
542
file_cpy
[i] = '\0';
543
return (const char*)
file_cpy
;
/src/crypto/external/bsd/openssl.old/dist/apps/
dgst.c
473
char *
file_cpy
= NULL;
local
480
file_cpy
= app_malloc(mem_len, file);
486
file_cpy
[i++] = '\\';
487
file_cpy
[i++] = 'n';
490
file_cpy
[i++] = c;
494
file_cpy
[i] = '\0';
495
return (const char*)
file_cpy
;
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026