OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_strdup
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/utils/
os_none.c
165
char *
os_strdup
(const char *s)
function
os.h
394
*
os_strdup
- Duplicate a string
400
char *
os_strdup
(const char *s);
502
char *
os_strdup
(const char *s);
513
#ifndef
os_strdup
515
#define
os_strdup
(s) _strdup(s)
macro
517
#define
os_strdup
(s) strdup(s)
macro
os_internal.c
160
return
os_strdup
(rel_path);
338
char *
os_strdup
(const char *s)
function
527
_program =
os_strdup
(program);
528
_arg =
os_strdup
(arg);
os_unix.c
302
return
os_strdup
(rel_path);
552
"os_realloc_array", "
os_strdup
", "os_memdup"
805
char *
os_strdup
(const char *s)
function
839
_program =
os_strdup
(program);
840
_arg =
os_strdup
(arg);
Completed in 22 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026