OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmagicpath
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/file/dist/src/
magic.c
95
_w32_append_path(char **
hmagicpath
, const char *fmt, ...)
111
if (*
hmagicpath
== NULL) {
112
*
hmagicpath
= tmppath;
116
if (asprintf(&newpath, "%s%c%s", *
hmagicpath
, PATHSEP, tmppath) < 0)
119
free(*
hmagicpath
);
121
*
hmagicpath
= newpath;
128
_w32_get_magic_relative_to(char **
hmagicpath
, HINSTANCE module)
154
_w32_append_path(
hmagicpath
,
160
_w32_append_path(
hmagicpath
, trypaths[sp], dllpath);
185
char *home, *
hmagicpath
;
local
[
all
...]
magic.c
95
_w32_append_path(char **
hmagicpath
, const char *fmt, ...)
111
if (*
hmagicpath
== NULL) {
112
*
hmagicpath
= tmppath;
116
if (asprintf(&newpath, "%s%c%s", *
hmagicpath
, PATHSEP, tmppath) < 0)
119
free(*
hmagicpath
);
121
*
hmagicpath
= newpath;
128
_w32_get_magic_relative_to(char **
hmagicpath
, HINSTANCE module)
154
_w32_append_path(
hmagicpath
,
160
_w32_append_path(
hmagicpath
, trypaths[sp], dllpath);
185
char *home, *
hmagicpath
;
local
[
all
...]
Completed in 42 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026