HomeSort by: relevance | last modified time | path
    Searched defs:str_buf (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_strtab.h 40 ulong_t str_buf; /* index of string data buffer */ member in struct:dt_strhash
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
strtab.h 40 ulong_t str_buf; /* index of string data buffer */ member in struct:strhash
  /src/external/ibm-public/postfix/dist/src/util/
attr_scan0.c 217 static int attr_scan0_data(VSTREAM *fp, VSTRING *str_buf,
227 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) {
237 static int attr_scan0_number(VSTREAM *fp, unsigned *ptr, VSTRING *str_buf,
243 if ((ch = attr_scan0_string(fp, str_buf, context)) < 0)
245 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
247 VSTREAM_PATH(fp), context, STR(str_buf));
256 VSTRING *str_buf,
262 if ((ch = attr_scan0_string(fp, str_buf, context)) < 0)
264 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
266 VSTREAM_PATH(fp), context, STR(str_buf));
277 static VSTRING *str_buf = 0; local
    [all...]
attr_scan64.c 240 static int attr_scan64_number(VSTREAM *fp, unsigned *ptr, VSTRING *str_buf,
246 if ((ch = attr_scan64_string(fp, str_buf, context)) < 0)
248 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
250 VSTREAM_PATH(fp), context, STR(str_buf));
259 VSTRING *str_buf,
265 if ((ch = attr_scan64_string(fp, str_buf, context)) < 0)
267 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
269 VSTREAM_PATH(fp), context, STR(str_buf));
280 static VSTRING *str_buf = 0; local
310 if (str_buf == 0)
    [all...]
attr_scan_plain.c 231 static int attr_scan_plain_data(VSTREAM *fp, VSTRING *str_buf,
242 if (base64_decode(str_buf, STR(base64_buf), LEN(base64_buf)) == 0) {
252 static int attr_scan_plain_number(VSTREAM *fp, unsigned *ptr, VSTRING *str_buf,
258 if ((ch = attr_scan_plain_string(fp, str_buf, terminator, context)) < 0)
260 if (sscanf(STR(str_buf), "%u%c", ptr, &junk) != 1 || junk != 0) {
262 VSTREAM_PATH(fp), context, STR(str_buf));
271 VSTRING *str_buf,
278 if ((ch = attr_scan_plain_string(fp, str_buf, terminator, context)) < 0)
280 if (sscanf(STR(str_buf), "%lu%c", ptr, &junk) != 1 || junk != 0) {
282 VSTREAM_PATH(fp), context, STR(str_buf));
293 static VSTRING *str_buf = 0; local
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
xml_libxml2.c 24 struct str_buf { struct
33 struct str_buf *str = ctx_ptr;
62 struct str_buf errors;
123 struct str_buf errors;
  /src/external/gpl3/binutils/dist/libiberty/
rust-demangle.c 1499 struct str_buf struct
1508 str_buf_reserve (struct str_buf *buf, size_t extra)
1566 str_buf_append (struct str_buf *buf, const char *data, size_t len)
1579 str_buf_append ((struct str_buf *)opaque, data, len);
1585 struct str_buf out;
regex.c 6198 CHAR_T str_buf[WORK_BUFFER_SIZE];
6314 str_buf[i] = TRANSLATE(*d);
6315 str_buf[i+1] = '\0';
6318 match = __wcscoll (workp, str_buf);
6320 match = wcscoll (workp, str_buf);
6326 /* (str_buf > workp) indicate (str_buf + X > workp),
6327 because for all X (str_buf + X > str_buf).
6331 /* Otherwise(str_buf < workp)
6181 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
rust-demangle.c 1499 struct str_buf struct
1508 str_buf_reserve (struct str_buf *buf, size_t extra)
1566 str_buf_append (struct str_buf *buf, const char *data, size_t len)
1579 str_buf_append ((struct str_buf *)opaque, data, len);
1585 struct str_buf out;
regex.c 6198 CHAR_T str_buf[WORK_BUFFER_SIZE];
6314 str_buf[i] = TRANSLATE(*d);
6315 str_buf[i+1] = '\0';
6318 match = __wcscoll (workp, str_buf);
6320 match = wcscoll (workp, str_buf);
6326 /* (str_buf > workp) indicate (str_buf + X > workp),
6327 because for all X (str_buf + X > str_buf).
6331 /* Otherwise(str_buf < workp)
6181 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
rust-demangle.c 1499 struct str_buf struct
1508 str_buf_reserve (struct str_buf *buf, size_t extra)
1566 str_buf_append (struct str_buf *buf, const char *data, size_t len)
1579 str_buf_append ((struct str_buf *)opaque, data, len);
1585 struct str_buf out;
regex.c 6198 CHAR_T str_buf[WORK_BUFFER_SIZE];
6314 str_buf[i] = TRANSLATE(*d);
6315 str_buf[i+1] = '\0';
6318 match = __wcscoll (workp, str_buf);
6320 match = wcscoll (workp, str_buf);
6326 /* (str_buf > workp) indicate (str_buf + X > workp),
6327 because for all X (str_buf + X > str_buf).
6331 /* Otherwise(str_buf < workp)
6181 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
rust-demangle.c 1470 struct str_buf struct
1479 str_buf_reserve (struct str_buf *buf, size_t extra)
1537 str_buf_append (struct str_buf *buf, const char *data, size_t len)
1550 str_buf_append ((struct str_buf *)opaque, data, len);
1556 struct str_buf out;
regex.c 6198 CHAR_T str_buf[WORK_BUFFER_SIZE];
6314 str_buf[i] = TRANSLATE(*d);
6315 str_buf[i+1] = '\0';
6318 match = __wcscoll (workp, str_buf);
6320 match = wcscoll (workp, str_buf);
6326 /* (str_buf > workp) indicate (str_buf + X > workp),
6327 because for all X (str_buf + X > str_buf).
6331 /* Otherwise(str_buf < workp)
6181 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
rust-demangle.c 1499 struct str_buf struct
1508 str_buf_reserve (struct str_buf *buf, size_t extra)
1566 str_buf_append (struct str_buf *buf, const char *data, size_t len)
1579 str_buf_append ((struct str_buf *)opaque, data, len);
1585 struct str_buf out;
regex.c 6198 CHAR_T str_buf[WORK_BUFFER_SIZE];
6314 str_buf[i] = TRANSLATE(*d);
6315 str_buf[i+1] = '\0';
6318 match = __wcscoll (workp, str_buf);
6320 match = wcscoll (workp, str_buf);
6326 /* (str_buf > workp) indicate (str_buf + X > workp),
6327 because for all X (str_buf + X > str_buf).
6331 /* Otherwise(str_buf < workp)
6181 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
rust-demangle.c 1499 struct str_buf struct
1508 str_buf_reserve (struct str_buf *buf, size_t extra)
1566 str_buf_append (struct str_buf *buf, const char *data, size_t len)
1579 str_buf_append ((struct str_buf *)opaque, data, len);
1585 struct str_buf out;
regex.c 6198 CHAR_T str_buf[WORK_BUFFER_SIZE];
6314 str_buf[i] = TRANSLATE(*d);
6315 str_buf[i+1] = '\0';
6318 match = __wcscoll (workp, str_buf);
6320 match = wcscoll (workp, str_buf);
6326 /* (str_buf > workp) indicate (str_buf + X > workp),
6327 because for all X (str_buf + X > str_buf).
6331 /* Otherwise(str_buf < workp)
6181 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
write.c 1629 char str_buf[BUF_STACK_SZ]; local
1637 result = select_string (dtp, f, str_buf, &res_len, kind);
1751 char str_buf[BUF_STACK_SZ]; local
1762 result = select_string (dtp, &f, str_buf, &res_len, kind);
1787 char str_buf[BUF_STACK_SZ]; local
1822 result = select_string (dtp, &ff, str_buf, &res_len, kind);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
write.c 1622 char str_buf[BUF_STACK_SZ]; local
1630 result = select_string (dtp, f, str_buf, &res_len, kind);
1744 char str_buf[BUF_STACK_SZ]; local
1755 result = select_string (dtp, &f, str_buf, &res_len, kind);
1780 char str_buf[BUF_STACK_SZ]; local
1811 result = select_string (dtp, &ff, str_buf, &res_len, kind);
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp.h 573 VSTRING *str_buf; /* reply buffer */ member in struct:SMTP_RESP
  /src/external/bsd/nsd/dist/
server.c 113 char str_buf[64]; local
124 inet_ntop(AF_INET, &s->sin_addr.s_addr, str_buf, sizeof(str_buf));
125 VERBOSITY(6, (LOG_INFO, "%s: address is: %s, port is: %d", descr, str_buf, ntohs(s->sin_port)));
129 inet_ntop(AF_INET6, &s6->sin6_addr.s6_addr, str_buf, sizeof(str_buf));
130 VERBOSITY(6, (LOG_INFO, "%s: address is: %s, port is: %d", descr, str_buf, ntohs(s6->sin6_port)));
  /src/external/bsd/wpa/dist/src/p2p/
p2p.c 1141 char str_buf[256]; local
1153 adv_array = (u8 *) str_buf;
1155 if (adv_len >= sizeof(str_buf))
1160 str_buf[i] = str[i] - 'A' + 'a';
1162 str_buf[i] = str[i];
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 6293 CHAR_T str_buf[WORK_BUFFER_SIZE];
6396 str_buf[i] = TRANSLATE(*d);
6397 str_buf[i+1] = '\0';
6399 match = wcscoll (workp, str_buf);
6404 /* (str_buf > workp) indicate (str_buf + X > workp),
6405 because for all X (str_buf + X > str_buf).
6409 /* Otherwise(str_buf < workp),
6410 (str_buf+next_character) may equals (workp)
6276 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
regex.c 6410 CHAR_T str_buf[WORK_BUFFER_SIZE];
6513 str_buf[i] = TRANSLATE(*d);
6514 str_buf[i+1] = '\0';
6516 match = wcscoll (workp, str_buf);
6521 /* (str_buf > workp) indicate (str_buf + X > workp),
6522 because for all X (str_buf + X > str_buf).
6526 /* Otherwise(str_buf < workp),
6527 (str_buf+next_character) may equals (workp)
6393 CHAR_T str_buf[WORK_BUFFER_SIZE]; local
    [all...]

Completed in 91 milliseconds

1 2