Searched refs:xsnprintf (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/amd/libamu/
H A Dstrerror.c57 xsnprintf(errstr, sizeof(errstr), "Unknown error #%d", errnum);
H A Dwire.c111 xsnprintf(buf, buf_size,
118 xsnprintf(s, sizeof(s), "Network %d: wire=\"%s\" (netnumber=%s).\n",
210 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu", C(subnet >> 24));
212 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu.%lu",
215 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu.%lu.%lu",
219 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu.%lu.%lu.%lu",
262 xsnprintf(buf, l, "%ld.%ld.%ld.%ld",
H A Dmount_fs.c194 xsnprintf(optsbuf, sizeof(optsbuf),
289 xsnprintf(optsbuf, sizeof(optsbuf), "%s=%04lx",
292 xsnprintf(optsbuf, sizeof(optsbuf), "%s=%08lx",
316 xsnprintf(optsbuf, sizeof(optsbuf), "%s=%s", MNTTAB_OPT_PROTO, nfs_proto);
341 xsnprintf(str, l, "%ld", time((time_t *) NULL));
703 xsnprintf(str, sizeof(str), "%04x", ntohs(arr[i]));
1160 xsnprintf(buf, sizeof(buf), ",clientaddr=%s,addr=%s", nap->client_addr.data,
1203 xsnprintf(num, sizeof(num), "*%d*", nap->auth_flavours[i]);
H A Dxutil.c340 xsnprintf(nsecs, sizeof(nsecs), ".%09ld", ts.tv_nsec);
510 * xsnprintf() below.
591 xsnprintf(last_msg, sizeof(last_msg),
603 xsnprintf(last_msg, sizeof(last_msg),
H A Dstrutil.c213 xsnprintf(char *str, size_t size, const char *format, ...)
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_toplvl.c97 xsnprintf(preopts, l, ",%s", MNTTAB_OPT_NOAC);
109 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTIMEO, gopt.auto_attrcache);
113 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMIN, gopt.auto_attrcache);
117 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMAX, gopt.auto_attrcache);
121 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMIN, gopt.auto_attrcache);
125 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMAX, gopt.auto_attrcache);
208 xsnprintf(opts, sizeof(opts), "%s%s,%s=%d,%s,map=%s",
216 xsnprintf(toplvl_opts, sizeof(toplvl_opts), ",%s=%d",
221 xsnprintf(toplvl_opts, sizeof(toplvl_opts), ",%s=%d",
H A Dget_args.c82 xsnprintf(vers, len, "%s\n%s\n%s\n%s\n",
87 xsnprintf(tmpbuf, sizeof(tmpbuf), "%s version %s (build %d).\n",
90 xsnprintf(tmpbuf, sizeof(tmpbuf), "Report bugs to %s.\n", PACKAGE_BUGREPORT);
99 xsnprintf(tmpbuf, sizeof(tmpbuf), "Configured by %s@%s on date %s.\n",
102 xsnprintf(tmpbuf, sizeof(tmpbuf), "Built by %s@%s on date %s.\n",
106 xsnprintf(tmpbuf, sizeof(tmpbuf), "cpu=%s (%s-endian), arch=%s, karch=%s.\n",
109 xsnprintf(tmpbuf, sizeof(tmpbuf), "full_os=%s, os=%s, osver=%s, vendor=%s, distro=%s.\n",
112 xsnprintf(tmpbuf, sizeof(tmpbuf), "domain=%s, host=%s, hostd=%s.\n",
333 xsnprintf(buf, sizeof(buf), "Amd configuration file (%s)",
H A Dinfo_union.c84 xsnprintf(*pval, l, "fs:=%s", *p);
125 xsnprintf(val, l, "%s%s", fseq, *dir);
138 xsnprintf(val, l, "%s%s", fseq, *(dir-1));
H A Dops_cachefs.c179 xsnprintf(ca.cfs_cacheid, sizeof(ca.cfs_cacheid),
251 xsnprintf(cmd, sizeof(cmd), "fsck -F cachefs %s", cachedir);
H A Dinfo_passwd.c174 xsnprintf(val, sizeof(val), "var0:=%s;var1:=%s;var2:=%s;var3:=%s;%s",
H A Dinfo_nisplus.c108 xsnprintf(map_name, l, "%s%s", map, org);
185 xsnprintf(index, l, "[%s%s],%s%s", NISPLUS_KEY, key, map, org);
280 xsnprintf(map_name, l, "%s%s", map, org);
H A Dinfo_hesiod.c105 xsnprintf(hes_key, sizeof(hes_key), "%s.%s", key, map + HES_PREFLEN);
H A Damfs_host.c102 xsnprintf(mntpt, l, "%s%s", mf_mount, ex->ex_dir);
108 xsnprintf(mntpt, l, "%s/%c%%", mf_mount, ex->ex_dir[0]);
110 xsnprintf(mntpt, l, "%s/%s", mf_mount, ex->ex_dir);
H A Dops_lustre.c146 xsnprintf(xmtab, l, "%s:%s", fo->opt_rhost, fo->opt_rfs);
H A Dinfo_ldap.c383 xsnprintf(filter, sizeof(filter), AMD_LDAP_TSFILTER, map);
488 xsnprintf(filter, sizeof(filter), AMD_LDAP_FILTER, map, key);
H A Dnfs_start.c368 xsnprintf(pid_fsname, sizeof(pid_fsname), "%s:(pid%ld,port%u)",
/freebsd-11-stable/contrib/amd/mk-amd-map/
H A Dmk-amd-map.c304 xsnprintf(maptdb, sizeof(maptdb), "%s.db", maptmp);
311 xsnprintf(maptpag, sizeof(maptpag), "%s.pag", maptmp);
312 xsnprintf(maptdir, sizeof(maptdir), "%s.dir", maptmp);
348 xsnprintf(map_name_db, l, "%s.db", mapsrc);
358 xsnprintf(map_name_pag, l, "%s.pag", mapsrc);
359 xsnprintf(map_name_dir, l, "%s.dir", mapsrc);
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.c1235 (void) xsnprintf(pathname, pathlen, CGETS(23, 24,
1242 (void) xsnprintf(pathname, pathlen, CGETS(23, 19,
1247 (void) xsnprintf(pathname, pathlen, CGETS(23, 20,
1253 (void) xsnprintf(pathname, pathlen,
1259 (void) xsnprintf(pathname, pathlen,
1279 (void) xsnprintf(pathname, MAXPATHLEN, CGETS(23, 22,
1310 (void) xsnprintf(pathname, pathlen, CGETS(23, 23,
1322 (void) xsnprintf(pathname, pathlen, CGETS(23, 24,
1342 (void) xsnprintf(pathname, pathlen, CGETS(23, 25,
1348 (void) xsnprintf(pathnam
[all...]
H A Dtw.color.c256 l = xsnprintf(*c, 12, "%.2d;%.2d;%.2d;%.2d", ANSI_BOLD_ON,
258 l = xsnprintf(*c, 6, "%.2d;%.2d",
H A Dtc.decls.h230 extern int xsnprintf (char *, size_t, const char *, ...)
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsinfo.c156 xsnprintf(iptr, sizeof(idvbuf), "-%c%s ", ch, optarg);
H A Dfsi_util.c75 xsnprintf(n, sizeof(n), "%d", total_shown);
274 xsnprintf(p, sizeof(p), "%s%s", pref, hn);
301 xsnprintf(buf, l, "%s/%s%s", autodir, hp->h_lochost, vn);
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhomedir.c98 xsnprintf(linkval, sizeof(linkval), "%s/%s", root_home, home_subdir);
100 xsnprintf(linkval, sizeof(linkval), "%s/%s", homename, home_subdir);
227 xsnprintf(buf, sizeof(buf), "%s/._hlfstmp_%lu", path, (long) getpid());
396 xsnprintf(mboxfile, sizeof(mboxfile),
399 xsnprintf(mboxfile, sizeof(mboxfile),
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h344 #define xsnprintf(str,size,fmt,...) _xsnprintf(__FILE__,__LINE__,(str),(size),(fmt),__VA_ARGS__) macro
347 #define xsnprintf(str,size,fmt,args...) _xsnprintf(__FILE__,__LINE__,(str),(size),(fmt),args) macro
353 extern int xsnprintf(char *str, size_t size, const char *format, ...);
/freebsd-11-stable/contrib/amd/amq/
H A Dpawd.c121 xsnprintf(hesiod_lookup, sizeof(hesiod_lookup),

Completed in 233 milliseconds

12