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

  /src/external/bsd/atf/dist/tools/
ui.cpp 88 std::string formatted; local
90 formatted = tag + pad;
92 formatted = fullpad;
93 assert(formatted.length() == col);
106 formatted += '\n' + tag + pad;
108 formatted += '\n' + fullpad;
111 formatted += ' ';
115 formatted += word;
119 return formatted;
148 std::string formatted; local
    [all...]
  /src/external/bsd/atf/dist/atf-c/
utils.c 184 atf_dynstr_t formatted; local
188 error = atf_dynstr_init_ap(&formatted, contents, ap);
194 ATF_REQUIRE(write(fd, atf_dynstr_cstring(&formatted),
195 atf_dynstr_length(&formatted)) != -1);
198 atf_dynstr_fini(&formatted);
268 atf_dynstr_t formatted; local
272 error = atf_dynstr_init_ap(&formatted, regex, ap);
280 found = grep_string(atf_dynstr_cstring(&formatted), line);
285 atf_dynstr_fini(&formatted);
302 atf_dynstr_t formatted; local
    [all...]
tc.c 360 * The formatted reason is stored in out_reason. out_reason is initialized
951 atf_dynstr_t formatted; local
957 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
960 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted);
968 atf_dynstr_t formatted; local
974 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
977 create_resfile(ctx->resfile, "expected_signal", signo, &formatted);
984 atf_dynstr_t formatted; local
990 check_fatal_error(atf_dynstr_init_ap(&formatted, reason, ap2));
993 create_resfile(ctx->resfile, "expected_death", -1, &formatted);
1001 atf_dynstr_t formatted; local
    [all...]
  /src/external/bsd/kyua-testers/dist/
error.c 259 /// \param error Error to append to the formatted message.
387 char formatted[1024]; local
391 (void)vsnprintf(formatted, sizeof(formatted), message, ap);
394 return kyua_error_new(kyua_generic_error_type, formatted, sizeof(formatted),
567 char formatted[1024]; local
571 (void)vsnprintf(formatted, sizeof(formatted), message, ap);
574 return kyua_error_new(kyua_usage_error_type, formatted, sizeof(formatted)
    [all...]
  /src/external/bsd/tmux/dist/
arguments.c 934 char *formatted; local
951 formatted = format_single_from_target(item, value->string);
952 ll = strtonum(formatted, minval, maxval, &errstr);
953 free(formatted);
  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 154 if (strcmp (mode, "formatted") == 0)
5359 bool typebound, bool formatted, int code)
5431 if (arg_num < (formatted ? 6 : 4))
5438 if (arg_num > (formatted ? 6 : 4))
5449 if (!formatted && arg_num == 3)
5520 bool formatted; local
5528 formatted = ((dtio_codes)code == DTIO_RF)
5535 check_dtio_interface1 (derived, tb_io_st, true, formatted, code);
5541 formatted = ((dtio_codes)code == DTIO_RF)
5547 check_dtio_interface1 (derived, tb_io_st, false, formatted, code)
    [all...]
trans-io.cc 1402 if (p->formatted)
1404 p->formatted);
1743 list, the specific subroutine is of the formatted kind. */
2255 bool formatted = false; local
2258 /* Determine when to use the formatted DTIO procedure. */
2260 formatted = true;
2268 last_dt == WRITE, formatted);
2288 formatted);
resolve.cc 10483 bool formatted = false; local
10530 /* Determine when to use the formatted DTIO procedure. */
10532 formatted = true;
10536 dtio_sub = gfc_find_specific_dtio_proc (derived, write, formatted);
gfortran.h 2910 *name, *access, *sequential, *direct, *form, *formatted, member in struct:__anon13655
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 125 if (strcmp (mode, "formatted") == 0)
5206 bool typebound, bool formatted, int code)
5278 if (arg_num < (formatted ? 6 : 4))
5285 if (arg_num > (formatted ? 6 : 4))
5296 if (!formatted && arg_num == 3)
5367 bool formatted; local
5375 formatted = ((dtio_codes)code == DTIO_RF)
5382 check_dtio_interface1 (derived, tb_io_st, true, formatted, code);
5388 formatted = ((dtio_codes)code == DTIO_RF)
5394 check_dtio_interface1 (derived, tb_io_st, false, formatted, code)
    [all...]
trans-io.cc 1400 if (p->formatted)
1402 p->formatted);
1738 list, the specific subroutine is of the formatted kind. */
2250 bool formatted = false; local
2253 /* Determine when to use the formatted DTIO procedure. */
2255 formatted = true;
2263 last_dt == WRITE, formatted);
2283 formatted);
resolve.cc 10022 bool formatted = false; local
10067 /* Determine when to use the formatted DTIO procedure. */
10069 formatted = true;
10073 dtio_sub = gfc_find_specific_dtio_proc (derived, write, formatted);
gfortran.h 2809 *name, *access, *sequential, *direct, *form, *formatted, member in struct:__anon16087
  /src/sys/dev/pci/ixgbe/
ixgbe_type.h 3649 } formatted; member in union:ixgbe_atr_input
3659 } formatted; member in union:ixgbe_atr_hash_dword

Completed in 1633 milliseconds