HomeSort by: relevance | last modified time | path
    Searched refs:xsnprintf (Results 1 - 25 of 178) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb/dist/gdbsupport/
print-utils.cc 64 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu", sign, width, temp[0]);
67 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu", sign, width,
71 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu%09lu", sign, width,
105 xsnprintf (str, PRINT_CELL_SIZE, "%*o", width, 0);
107 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo", width, temp[0]);
110 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo%010lo", width, temp[1], temp[0]);
113 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo%010lo%010lo", width,
156 xsnprintf (str, PRINT_CELL_SIZE, "%08lx%08lx",
162 xsnprintf (str, PRINT_CELL_SIZE, "%08lx", (unsigned long) l);
166 xsnprintf (str, PRINT_CELL_SIZE, "%04x", (unsigned short) (l & 0xffff))
    [all...]
safe-strerror.cc 53 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
print-utils.cc 64 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu", sign, width, temp[0]);
67 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu", sign, width,
71 xsnprintf (str, PRINT_CELL_SIZE, "%s%0*lu%09lu%09lu", sign, width,
105 xsnprintf (str, PRINT_CELL_SIZE, "%*o", width, 0);
107 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo", width, temp[0]);
110 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo%010lo", width, temp[1], temp[0]);
113 xsnprintf (str, PRINT_CELL_SIZE, "0%0*lo%010lo%010lo", width,
156 xsnprintf (str, PRINT_CELL_SIZE, "%08lx%08lx",
162 xsnprintf (str, PRINT_CELL_SIZE, "%08lx", (unsigned long) l);
166 xsnprintf (str, PRINT_CELL_SIZE, "%04x", (unsigned short) (l & 0xffff))
    [all...]
safe-strerror.cc 53 xsnprintf (buf, sizeof buf, "(undocumented errno %d)", errnum);
  /src/external/bsd/am-utils/dist/libamu/
strerror.c 59 xsnprintf(errstr, sizeof(errstr), "Unknown error #%d", errnum);
wire.c 113 xsnprintf(buf, buf_size,
120 xsnprintf(s, sizeof(s), "Network %d: wire=\"%s\" (netnumber=%s).\n",
212 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu", C(subnet >> 24));
214 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu.%lu",
217 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu.%lu.%lu",
221 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu.%lu.%lu.%lu",
264 xsnprintf(buf, l, "%ld.%ld.%ld.%ld",
  /src/external/bsd/am-utils/dist/amd/
amfs_toplvl.c 99 xsnprintf(preopts, l, ",%s", MNTTAB_OPT_NOAC);
111 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTIMEO, gopt.auto_attrcache);
115 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMIN, gopt.auto_attrcache);
119 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMAX, gopt.auto_attrcache);
123 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMIN, gopt.auto_attrcache);
127 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMAX, gopt.auto_attrcache);
210 xsnprintf(opts, sizeof(opts), "%s%s,%s=%d,%s,map=%s",
218 xsnprintf(toplvl_opts, sizeof(toplvl_opts), ",%s=%d",
223 xsnprintf(toplvl_opts, sizeof(toplvl_opts), ",%s=%d",
get_args.c 84 xsnprintf(vers, len, "%s\n%s\n%s\n%s\n",
89 xsnprintf(tmpbuf, sizeof(tmpbuf), "%s version %s (build %d).\n",
92 xsnprintf(tmpbuf, sizeof(tmpbuf), "Report bugs to %s.\n", PACKAGE_BUGREPORT);
94 xsnprintf(tmpbuf, sizeof(tmpbuf), "Configured by %s@%s on date %s.\n",
97 xsnprintf(tmpbuf, sizeof(tmpbuf), "Built by %s@%s on date %s.\n",
100 xsnprintf(tmpbuf, sizeof(tmpbuf), "cpu=%s (%s-endian), arch=%s, karch=%s.\n",
103 xsnprintf(tmpbuf, sizeof(tmpbuf), "full_os=%s, os=%s, osver=%s, vendor=%s, distro=%s.\n",
106 xsnprintf(tmpbuf, sizeof(tmpbuf), "domain=%s, host=%s, hostd=%s.\n",
327 xsnprintf(buf, sizeof(buf), "Amd configuration file (%s)",
info_union.c 86 xsnprintf(*pval, l, "fs:=%s", *p);
127 xsnprintf(val, l, "%s%s", fseq, *dir);
140 xsnprintf(val, l, "%s%s", fseq, *(dir-1));
ops_cachefs.c 181 xsnprintf(ca.cfs_cacheid, sizeof(ca.cfs_cacheid),
253 xsnprintf(cmd, sizeof(cmd), "fsck -F cachefs %s", cachedir);
  /src/libexec/ld.elf_so/
rtldenv.h 48 void xsnprintf(char *, size_t, const char *, ...)
77 # define xsnprintf snprintf macro
xprintf.c 237 xsnprintf(char *buf, size_t buflen, const char *fmt, ...) function
256 xsnprintf(buf, sizeof(buf), "Unknown error: %d", error);
  /src/sys/arch/x68k/stand/common/
xprintf.h 16 size_t xsnprintf(char *buf, size_t len, const char *fmt, ...);
  /src/external/bsd/tmux/dist/
xmalloc.h 39 int xsnprintf(char *, size_t, const char *, ...)
style.c 275 off += xsnprintf(s + off, sizeof s - off, "%slist=%s", comma,
298 off += xsnprintf(s + off, sizeof s - off, "%srange=%s", comma,
311 off += xsnprintf(s + off, sizeof s - off, "%salign=%s", comma,
322 off += xsnprintf(s + off, sizeof s - off, "%s%s", comma, tmp);
326 off += xsnprintf(s + off, sizeof s - off, "%sfill=%s", comma,
331 off += xsnprintf(s + off, sizeof s - off, "%sfg=%s", comma,
336 off += xsnprintf(s + off, sizeof s - off, "%sbg=%s", comma,
341 off += xsnprintf(s + off, sizeof s - off, "%sus=%s", comma,
346 xsnprintf(s + off, sizeof s - off, "%s%s", comma,
351 xsnprintf(s + off, sizeof s - off, "%swidth=%u", comma
    [all...]
attributes.c 34 len = xsnprintf(buf, sizeof buf, "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
stringify.c 38 xsnprintf (cell, PRINT_CELL_SIZE, "DW_%s_<unknown: %u>", str, v);
  /src/external/gpl3/gdb.old/dist/gdb/
posix-hdep.c 53 xsnprintf (buf, sizeof (buf), "/proc/%d/fd/0", pid);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
stringify.c 38 xsnprintf (cell, PRINT_CELL_SIZE, "DW_%s_<unknown: %u>", str, v);
  /src/external/gpl3/gdb/dist/gdb/
posix-hdep.c 53 xsnprintf (buf, sizeof (buf), "/proc/%d/fd/0", pid);
  /src/external/bsd/am-utils/dist/mk-amd-map/
mk-amd-map.c 306 xsnprintf(maptdb, sizeof(maptdb), "%s.db", maptmp);
313 xsnprintf(maptpag, sizeof(maptpag), "%s.pag", maptmp);
314 xsnprintf(maptdir, sizeof(maptdir), "%s.dir", maptmp);
350 xsnprintf(map_name_db, l, "%s.db", mapsrc);
360 xsnprintf(map_name_pag, l, "%s.pag", mapsrc);
361 xsnprintf(map_name_dir, l, "%s.dir", mapsrc);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-procfs.c 133 xsnprintf (buffer, sizeof (buffer), "/proc/%d/status", (int) pid);
313 xsnprintf (comm_path, sizeof (comm_path),
353 xsnprintf (pathname, sizeof (pathname), "/proc/%ld/task", (long) pid);
431 xsnprintf (pathname, sizeof (pathname), "/proc/%ld/task", (long) pid);
444 xsnprintf (name, PATH_MAX, "/proc/%d/exe", pid);
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-procfs.c 133 xsnprintf (buffer, sizeof (buffer), "/proc/%d/status", (int) pid);
313 xsnprintf (comm_path, sizeof (comm_path),
353 xsnprintf (pathname, sizeof (pathname), "/proc/%ld/task", (long) pid);
420 xsnprintf (pathname, sizeof (pathname), "/proc/%ld/task", (long) pid);
433 xsnprintf (name, PATH_MAX, "/proc/%d/exe", pid);
  /src/external/gpl3/gdb.old/dist/gdbserver/
notif.cc 145 xsnprintf (p, PBUFSIZ, "%s:", np->notif_name);
  /src/external/gpl3/gdb/dist/gdbserver/
notif.cc 145 xsnprintf (p, PBUFSIZ, "%s:", np->notif_name);

Completed in 71 milliseconds

1 2 3 4 5 6 7 8