OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_path
(Results
1 - 8
of
8
) sorted by relevancy
/src/tests/lib/libutil/
t_pidfile.c
157
ATF_TC(
default_path
);
variable
158
ATF_TC_HEAD(
default_path
, tc)
162
ATF_TC_BODY(
default_path
, tc)
224
char *
default_path
;
local
227
default_path
= generate_varrun_pidfile(NULL);
231
check_pidfile(
default_path
);
235
check_pidfile(
default_path
);
241
ensure_deleted(
default_path
);
249
free(
default_path
);
260
char *
default_path
;
local
308
char *
default_path
;
local
342
char *
default_path
;
local
[
all
...]
t_pidfile.c
157
ATF_TC(
default_path
);
variable
158
ATF_TC_HEAD(
default_path
, tc)
162
ATF_TC_BODY(
default_path
, tc)
224
char *
default_path
;
local
227
default_path
= generate_varrun_pidfile(NULL);
231
check_pidfile(
default_path
);
235
check_pidfile(
default_path
);
241
ensure_deleted(
default_path
);
249
free(
default_path
);
260
char *
default_path
;
local
308
char *
default_path
;
local
342
char *
default_path
;
local
[
all
...]
/src/external/bsd/blocklist/port/
pidfile.c
171
char *
default_path
;
local
173
if ((
default_path
= generate_varrun_path(path)) == NULL)
176
if (create_pidfile(
default_path
) == -1) {
177
free(
default_path
);
181
free(
default_path
);
pidfile.c
171
char *
default_path
;
local
173
if ((
default_path
= generate_varrun_path(path)) == NULL)
176
if (create_pidfile(
default_path
) == -1) {
177
free(
default_path
);
181
free(
default_path
);
/src/crypto/external/apache2/openssl/dist/crypto/
provider_core.c
86
* default search path value (
default_path
)
222
char *
default_path
;
member in struct:provider_store_st
295
OPENSSL_free(store->
default_path
);
920
OPENSSL_free(store->
default_path
);
921
store->
default_path
= p;
936
path = store->
default_path
;
988
if (store->
default_path
!= NULL) {
989
allocated_load_dir = OPENSSL_strdup(store->
default_path
);
provider_core.c
86
* default search path value (
default_path
)
222
char *
default_path
;
member in struct:provider_store_st
295
OPENSSL_free(store->
default_path
);
920
OPENSSL_free(store->
default_path
);
921
store->
default_path
= p;
936
path = store->
default_path
;
988
if (store->
default_path
!= NULL) {
989
allocated_load_dir = OPENSSL_strdup(store->
default_path
);
/src/crypto/external/bsd/openssl/dist/crypto/
provider_core.c
85
* default search path value (
default_path
)
221
char *
default_path
;
member in struct:provider_store_st
294
OPENSSL_free(store->
default_path
);
823
OPENSSL_free(store->
default_path
);
824
store->
default_path
= p;
878
if (store->
default_path
!= NULL) {
879
allocated_load_dir = OPENSSL_strdup(store->
default_path
);
provider_core.c
85
* default search path value (
default_path
)
221
char *
default_path
;
member in struct:provider_store_st
294
OPENSSL_free(store->
default_path
);
823
OPENSSL_free(store->
default_path
);
824
store->
default_path
= p;
878
if (store->
default_path
!= NULL) {
879
allocated_load_dir = OPENSSL_strdup(store->
default_path
);
Completed in 75 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026