OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nullcpy
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/am-utils/dist/conf/mtab/
mtab_isc3.c
114
char
nullcpy
[128];
local
116
xstrlcpy(
nullcpy
, mp->mt_dev, 32);
117
new_mp->mnt_fsname = xstrdup(
nullcpy
);
119
xstrlcpy(
nullcpy
, mp->mt_filsys, 32);
120
new_mp->mnt_dir = xstrdup(
nullcpy
);
122
xstrlcpy(
nullcpy
, mp->mt_fstyp, 16);
123
new_mp->mnt_type = xstrdup(
nullcpy
);
125
xstrlcpy(
nullcpy
, mp->mt_mntopts, 64);
126
new_mp->mnt_opts = xstrdup(
nullcpy
);
Completed in 36 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026