OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_file
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_util.c
77
const char *
p_file
= buf == NULL ? NULL : strchr(buf, ':');
local
86
if (
p_file
!= NULL) {
87
const char *p_line = strchr(++
p_file
, ':');
97
*func = OPENSSL_strndup(p_func,
p_file
- 1 - p_func);
98
*file = OPENSSL_strndup(
p_file
, p_line - 1 -
p_file
);
/src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_util.c
80
const char *
p_file
= buf == NULL ? NULL : strchr(buf, ':');
local
89
if (
p_file
!= NULL) {
90
const char *p_line = strchr(++
p_file
, ':');
100
*func = OPENSSL_strndup(p_func,
p_file
- 1 - p_func);
101
*file = OPENSSL_strndup(
p_file
, p_line - 1 -
p_file
);
/src/usr.bin/xlint/lint2/
lint2.h
56
short
p_file
;
member in struct:lint2_type::__anon8399::__anon8400
/src/usr.bin/xlint/lint1/
lint1.h
84
const char *
p_file
;
member in struct:__anon10
674
if (curr_pos.
p_file
== csrc_pos.
p_file
)
Completed in 19 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026