OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xstrdup
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/usr.bin/xlint/common/
externs.h
55
char *
xstrdup
(const char *);
mem.c
82
xstrdup
(const char *s)
function in typeref:typename:char *
tyname.c
67
n->ntn_name =
xstrdup
(name);
/src/usr.bin/rump_dhcpclient/
common.h
74
char *
xstrdup
(const char *);
common.c
183
xstrdup
(const char *str)
function in typeref:typename:char *
/src/usr.bin/man/
manconf.c
69
*
xstrdup
: like strdup, but also returns length of string in lenp
72
xstrdup
(const char *str, size_t *lenp)
function in typeref:typename:char *
237
tp->s =
xstrdup
(name, &tp->len);
260
ep->s =
xstrdup
(newent, &ep->len);
/src/libexec/ld.elf_so/
rtldenv.h
39
char *
xstrdup
(const char *);
search.c
102
path->sp_path =
xstrdup
(pathname);
load.c
355
cp = buf =
xstrdup
(preload_path);
xmalloc.c
480
xstrdup
(const char *str)
function in typeref:typename:char *
/src/usr.bin/m4/
look.c
125
d->defn =
xstrdup
(defn+sizeof(BUILTIN_MARKER)-1);
128
d->defn =
xstrdup
(null);
130
d->defn =
xstrdup
(defn);
239
name2 =
xstrdup
(name);
extern.h
115
extern char *
xstrdup
(const char *);
misc.c
327
xstrdup
(const char *s)
function in typeref:typename:char *
358
f->name =
xstrdup
(name);
eval.c
385
temp =
xstrdup
(argv[2]);
815
m4wraps[wrapindex++] =
xstrdup
(text);
/src/usr.bin/xlint/lint2/
main2.c
114
libs[i] =
xstrdup
(optarg);
hash.c
98
hte->h_name =
xstrdup
(s);
/src/usr.bin/ldd/
ldd_elfxx.c
120
_rtld_objmain = _rtld_map_object(
xstrdup
(path), fd, &st);
124
_rtld_objmain->path =
xstrdup
(path);
/src/usr.bin/xlint/xlint/
xlint.c
127
list_add_ref(l,
xstrdup
(s));
183
:
xstrdup
(_PATH_TMP);
733
output_filename =
xstrdup
(optarg);
741
libexec_dir =
xstrdup
(optarg);
/src/sbin/dump/
optr.c
344
new->fs_file =
xstrdup
(fs->fs_file);
345
new->fs_type =
xstrdup
(fs->fs_type);
main.c
344
mountpoint =
xstrdup
(dt->fs_file);
353
mountpoint =
xstrdup
(fsbuf.f_mntonname);
871
xstrdup
(const char *str)
function in typeref:typename:char *
dump.h
238
char *
xstrdup
(const char *);
/src/usr.bin/gencat/
gencat.c
124
static char *
xstrdup
(const char *);
267
xstrdup
(const char *str)
function in typeref:typename:char *
825
p->str =
xstrdup
(str);
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
5653
const char *program_name = "libtool-wrapper"; /* in case
xstrdup
fails */
5656
char *
xstrdup
(const char *string);
5742
program_name = (char *)
xstrdup
(base_name (argv[0]));
5787
newargz[++newargc] =
xstrdup
(argv[i]);
5813
actual_cwrapper_name =
xstrdup
(base_name (actual_cwrapper_path));
5824
target_name =
xstrdup
(base_name (TARGET_PROGRAM_NAME));
5847
tmp_pathspec =
xstrdup
(newargz[0]);
5939
xstrdup
(const char *string)
6022
concat_name =
xstrdup
(wrapper);
6032
concat_name =
xstrdup
(wrapper)
[
all
...]
/src/sys/external/isc/libsodium/dist/
ltmain.sh
4280
const char *program_name = "libtool-wrapper"; /* in case
xstrdup
fails */
4283
char *
xstrdup
(const char *string);
4364
program_name = (char *)
xstrdup
(base_name (argv[0]));
4409
newargz[++newargc] =
xstrdup
(argv[i]);
4435
actual_cwrapper_name =
xstrdup
(base_name (actual_cwrapper_path));
4446
target_name =
xstrdup
(base_name (TARGET_PROGRAM_NAME));
4469
tmp_pathspec =
xstrdup
(newargz[0]);
4561
xstrdup
(const char *string)
4644
concat_name =
xstrdup
(wrapper);
4654
concat_name =
xstrdup
(wrapper)
[
all
...]
/src/lib/libc/time/
zic.c
548
xstrdup
(char const *str)
function in typeref:typename:char *
1909
r.r_name =
xstrdup
(fields[RF_NAME]);
1910
r.r_abbrvar =
xstrdup
(fields[RF_ABBRVAR]);
2032
z.z_name = iscont ? NULL :
xstrdup
(fields[ZF_NAME]);
2033
z.z_rule =
xstrdup
(fields[i_rule]);
2034
z.z_format = cp1 =
xstrdup
(fields[i_format]);
2177
l.l_target =
xstrdup
(fields[LF_TARGET]);
2178
l.l_linkname =
xstrdup
(fields[LF_LINKNAME]);
2201
dp =
xstrdup
(timep);
2276
dp =
xstrdup
(dayp)
[
all
...]
Completed in 53 milliseconds
1
2
Indexes created Mon Oct 27 04:09:48 GMT 2025