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

/freebsd-10-stable/contrib/amd/amd/
H A Damfs_toplvl.c98 xstrlcat(opts, preopts, l);
110 xstrlcat(opts, preopts, l);
114 xstrlcat(opts, preopts, l);
118 xstrlcat(opts, preopts, l);
122 xstrlcat(opts, preopts, l);
126 xstrlcat(opts, preopts, l);
200 xstrlcat(preopts, MNTTAB_OPT_INTR, sizeof(preopts));
201 xstrlcat(preopts, ",", sizeof(preopts));
204 xstrlcat(preopts, MNTTAB_OPT_IGNORE, sizeof(preopts));
205 xstrlcat(preopt
[all...]
H A Dsun_map.c313 xstrlcat(dest, out, destlen);
337 xstrlcat(dest, AMD_OPTS_KW, destlen);
344 xstrlcat(dest, ",", destlen);
347 xstrlcat(dest, ";", destlen);
382 xstrlcat(dest, AMD_TYPE_NFS_KW, destlen);
384 xstrlcat(dest, AMD_RHOST_KW, destlen);
387 xstrlcat(dest, ";", destlen);
389 xstrlcat(dest, AMD_RFS_KW, destlen);
393 xstrlcat(dest, ";", destlen);
394 xstrlcat(des
[all...]
H A Dget_args.c89 xstrlcat(vers, tmpbuf, len);
91 xstrlcat(vers, tmpbuf, len);
101 xstrlcat(vers, tmpbuf, len);
104 xstrlcat(vers, tmpbuf, len);
114 xstrlcat(vers, tmpbuf, len);
117 xstrlcat(vers, tmpbuf, len);
120 xstrlcat(vers, tmpbuf, len);
122 xstrlcat(vers, "Map support for: ", len);
124 xstrlcat(vers, tmpbuf, len);
125 xstrlcat(ver
[all...]
H A Dinfo_passwd.c149 xstrlcat(rhost, q + 1, sizeof(rhost));
150 xstrlcat(rhost, ".", sizeof(rhost));
153 xstrlcat(rhost, p, sizeof(rhost));
H A Dam_ops.c165 xstrlcat(buf, (*ap)->fs_type, l);
167 xstrlcat(buf, ", ", l);
171 xstrlcat(buf, "\n ", l);
180 xstrlcat(buf, name, l);
181 xstrlcat(buf, ", ", l);
184 xstrlcat(buf, "\t\n", l);
270 xstrlcat(buf, ".\n", l);
306 xstrlcat(buf, opt, sizeof(buf));
351 xstrlcat(newstr, ",", len);
352 xstrlcat(newst
[all...]
H A Dinfo_ndbm.c89 xstrlcat(dbfilename, DBM_SUFFIX, sizeof(dbfilename));
120 xstrlcat(dbfilename, DBM_SUFFIX, sizeof(dbfilename));
H A Dmapc.c377 xstrlcat(buf, mt->name, l);
379 break; /* if last one, don't do xstrlcat's that follows */
382 xstrlcat(buf, ", ", l);
387 xstrlcat(buf, "\n\t\t ", l);
1118 xstrlcat(str, ";", sizeof(str));
1119 xstrlcat(str, opts, sizeof(str));
1122 xstrlcat(str, ";opts:=rw,fullybrowsable", sizeof(str));
1124 xstrlcat(str, ";opts:=rw,browsable", sizeof(str));
1126 xstrlcat(str, ";maptype:=", sizeof(str));
1127 xstrlcat(st
[all...]
H A Damq_subr.c288 xstrlcat(tmp_buf, &dir[len], sizeof(tmp_buf));
/freebsd-10-stable/contrib/amd/amq/
H A Dpawd.c147 xstrlcat(transform, username, sizeof(transform));
149 xstrlcat(transform, ch, sizeof(transform));
H A Damq.c184 xstrlcat(buf, &path[len], sizeof(buf));
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dwr_atab.c220 xstrlcat(sublink, mp->m_name + exp_namelen + 1, sizeof(sublink));
222 xstrlcat(sublink, "/", sizeof(sublink));
225 xstrlcat(sublink, ap->a_volname + mvolnlen + 1, sizeof(sublink));
H A Dfsi_analyze.c122 xstrlcat(path, d + 1, sizeof(path));
123 xstrlcat(path, "/", sizeof(path));
125 xstrlcat(path, p, sizeof(path));
/freebsd-10-stable/contrib/amd/hlfsd/
H A Dhlfsd.c126 xstrlcat(tmp, ERRM, l);
486 xstrlcat(preopts, ",", sizeof(preopts));
487 xstrlcat(preopts, MNTTAB_OPT_INTR, sizeof(preopts));
490 xstrlcat(preopts, ",", sizeof(preopts));
491 xstrlcat(preopts, MNTTAB_OPT_IGNORE, sizeof(preopts));
494 xstrlcat(preopts, ",nocache", sizeof(preopts));
497 xstrlcat(preopts, ",symttl=0", sizeof(preopts));
/freebsd-10-stable/contrib/amd/libamu/
H A Dmount_fs.c51 xstrlcat(old, ",", l); \
52 xstrlcat(old, new, l); }
704 xstrlcat(buf, str, xlen);
1171 xstrlcat(opts, buf, len);
1174 xstrlcat(opts, ",", len);
1175 xstrlcat(opts, MNTTAB_OPT_SEC, len);
1176 xstrlcat(opts, "=", len);
1177 xstrlcat(opts, sec, len);
1207 xstrlcat(buf, ":", sizeof(buf));
1209 xstrlcat(bu
[all...]
H A Dstrutil.c183 * For now, xstrlcat returns VOID because it doesn't look like anywhere in
190 xstrlcat(char *dst, const char *src, size_t len)
199 plog(XLOG_ERROR, "xstrlcat(%s:%d): string \"%s\" truncated to \"%s\"",
202 plog(XLOG_ERROR, "xstrlcat: string \"%s\" truncated to \"%s\"", src, dst);
H A Dwire.c125 xstrlcat(buf, s, buf_size);
/freebsd-10-stable/contrib/amd/include/
H A Dam_utils.h359 # define xstrlcat(d,s,l) _xstrlcat(__FILE__,__LINE__,(d),(s),(l)) macro
363 extern void xstrlcat(char *dst, const char *src, size_t len);

Completed in 225 milliseconds