Searched refs:xstrlcat (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/contrib/amd/amd/
H A Damfs_toplvl.c102 xstrlcat(opts, preopts, l);
114 xstrlcat(opts, preopts, l);
118 xstrlcat(opts, preopts, l);
122 xstrlcat(opts, preopts, l);
126 xstrlcat(opts, preopts, l);
130 xstrlcat(opts, preopts, l);
204 xstrlcat(preopts, MNTTAB_OPT_INTR, sizeof(preopts));
205 xstrlcat(preopts, ",", sizeof(preopts));
208 xstrlcat(preopts, MNTTAB_OPT_IGNORE, sizeof(preopts));
209 xstrlcat(preopt
[all...]
H A Dam_ops.c155 xstrlcat(buf, (*ap)->fs_type, l);
157 xstrlcat(buf, ", ", l);
161 xstrlcat(buf, "\n ", l);
170 xstrlcat(buf, name, l);
171 xstrlcat(buf, ", ", l);
174 xstrlcat(buf, "\t\n", l);
260 xstrlcat(buf, ".\n", l);
296 xstrlcat(buf, opt, sizeof(buf));
341 xstrlcat(newstr, ",", len);
342 xstrlcat(newst
[all...]
H A Dinfo_passwd.c153 xstrlcat(rhost, q + 1, sizeof(rhost));
154 xstrlcat(rhost, ".", sizeof(rhost));
157 xstrlcat(rhost, p, sizeof(rhost));
H A Dinfo_ndbm.c89 xstrlcat(dbfilename, DBM_SUFFIX, sizeof(dbfilename));
120 xstrlcat(dbfilename, DBM_SUFFIX, sizeof(dbfilename));
H A Dmapc.c362 xstrlcat(buf, mt->name, l);
364 break; /* if last one, don't do xstrlcat's that follows */
367 xstrlcat(buf, ", ", l);
372 xstrlcat(buf, "\n\t\t ", l);
1052 xstrlcat(str, ";", sizeof(str));
1053 xstrlcat(str, opts, sizeof(str));
1056 xstrlcat(str, ";opts:=rw,fullybrowsable", sizeof(str));
1058 xstrlcat(str, ";opts:=rw,browsable", sizeof(str));
1060 xstrlcat(str, ";maptype:=", sizeof(str));
1061 xstrlcat(st
[all...]
H A Dget_args.c386 xstrlcat(hostd, ".", sizeof(hostd));
387 xstrlcat(hostd, hostdomain, sizeof(hostd));
H A Damq_subr.c234 xstrlcat(tmp_buf, &dir[len], sizeof(tmp_buf));
/freebsd-10.0-release/contrib/amd/amq/
H A Dpawd.c151 xstrlcat(transform, username, sizeof(transform));
153 xstrlcat(transform, ch, sizeof(transform));
H A Damq.c180 xstrlcat(buf, &path[len], sizeof(buf));
/freebsd-10.0-release/contrib/amd/fsinfo/
H A Dwr_atab.c224 xstrlcat(sublink, mp->m_name + exp_namelen + 1, sizeof(sublink));
226 xstrlcat(sublink, "/", sizeof(sublink));
229 xstrlcat(sublink, ap->a_volname + mvolnlen + 1, sizeof(sublink));
H A Dfsi_analyze.c126 xstrlcat(path, d + 1, sizeof(path));
127 xstrlcat(path, "/", sizeof(path));
129 xstrlcat(path, p, sizeof(path));
/freebsd-10.0-release/contrib/amd/hlfsd/
H A Dhlfsd.c129 xstrlcat(tmp, ERRM, l);
491 xstrlcat(preopts, ",", sizeof(preopts));
492 xstrlcat(preopts, MNTTAB_OPT_INTR, sizeof(preopts));
495 xstrlcat(preopts, ",", sizeof(preopts));
496 xstrlcat(preopts, MNTTAB_OPT_IGNORE, sizeof(preopts));
499 xstrlcat(preopts, ",nocache", sizeof(preopts));
502 xstrlcat(preopts, ",symttl=0", sizeof(preopts));
/freebsd-10.0-release/contrib/amd/libamu/
H A Dstrutil.c187 * For now, xstrlcat returns VOID because it doesn't look like anywhere in
194 xstrlcat(char *dst, const char *src, size_t len)
203 plog(XLOG_ERROR, "xstrlcat(%s:%d): string \"%s\" truncated to \"%s\"",
206 plog(XLOG_ERROR, "xstrlcat: string \"%s\" truncated to \"%s\"", src, dst);
H A Dmount_fs.c54 xstrlcat(old, ",", l); \
55 xstrlcat(old, new, l); }
869 xstrlcat(buf, str, sizeof(buf));
H A Dwire.c129 xstrlcat(buf, s, buf_size);
/freebsd-10.0-release/contrib/amd/include/
H A Dam_utils.h352 # define xstrlcat(d,s,l) _xstrlcat(__FILE__,__LINE__,(d),(s),(l)) macro
356 extern void xstrlcat(char *dst, const char *src, size_t len);

Completed in 182 milliseconds