HomeSort by: relevance | last modified time | path
    Searched defs:exp_buf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/tests/libntp/
msyslog.c 38 char exp_buf[512]; local
43 exp_cnt = snprintf(exp_buf, sizeof(exp_buf), FMT_PREFIX "%s",
49 TEST_ASSERT_EQUAL_STRING(exp_buf, act_buf);
55 char exp_buf[32]; local
60 exp_cnt = snprintf(exp_buf, sizeof(exp_buf), "%%m");
65 TEST_ASSERT_EQUAL_STRING(exp_buf, act_buf);
70 char exp_buf[32]; local
75 exp_cnt = snprintf(exp_buf, sizeof(exp_buf), "\%%m")
85 char exp_buf[32]; local
102 char exp_buf[64]; local
148 char exp_buf[512]; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_main.c 142 static VSTRING *exp_buf = 0; local
145 if (exp_buf == 0)
146 exp_buf = vstring_alloc(100);
162 value = pcf_expand_parameter_value(exp_buf, mode, value,
postconf_builtin.c 257 VSTRING *exp_buf; local
266 exp_buf = vstring_alloc(100);
271 junk = pcf_expand_parameter_value(exp_buf, pcf_cmd_mode,
279 junk = pcf_expand_parameter_value(exp_buf, pcf_cmd_mode,
287 junk = pcf_expand_parameter_value(exp_buf, pcf_cmd_mode,
293 vstring_free(exp_buf);
  /src/external/ibm-public/postfix/dist/src/util/
readlline.c 300 VSTRING *exp_buf = vstring_alloc(100); local
319 unescape(exp_buf, tp->exp_output);
329 if (LEN(out_buf) != LEN(exp_buf)) {
331 (long) LEN(out_buf), (long) LEN(exp_buf));
332 } else if (memcmp(STR(out_buf), STR(exp_buf), LEN(out_buf)) != 0) {
357 vstring_free(exp_buf);
  /src/external/gpl3/gcc/dist/gcc/
real.cc 1940 char exp_buf[16];
1974 sprintf (exp_buf, "p%+d", exp);
1975 max_digits = buf_size - strlen (exp_buf) - r->sign - 4 - 1;
1936 char exp_buf[16]; local
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 1894 char exp_buf[16];
1928 sprintf (exp_buf, "p%+d", exp);
1929 max_digits = buf_size - strlen (exp_buf) - r->sign - 4 - 1;
1890 char exp_buf[16]; local

Completed in 55 milliseconds