HomeSort by: relevance | last modified time | path
    Searched refs:trailing_space (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/games/
t_morse.sh 35 trailing_space=' '
47 $trailing_space
  /src/external/bsd/ntp/dist/tests/sec-2853/
sec-2853.c 15 int trailing_space( void );
46 TEST_ASSERT_EQUAL(0, trailing_space());
98 int trailing_space( void ) function
  /src/external/gpl3/gdb.old/dist/sim/igen/
lf.h 114 const char *type, const char *prefix, const char *trailing_space);
121 const char *prefix, const char *trailing_space);
lf.c 464 const char *prefix, const char *trailing_space)
468 if (trailing_space != NULL)
469 nr += lf_printf (file, "%s", trailing_space);
477 const char *trailing_space)
483 if (trailing_space != NULL)
484 nr += lf_printf (file, "%s", trailing_space);
  /src/external/gpl3/gdb/dist/sim/igen/
lf.h 114 const char *type, const char *prefix, const char *trailing_space);
121 const char *prefix, const char *trailing_space);
lf.c 464 const char *prefix, const char *trailing_space)
468 if (trailing_space != NULL)
469 nr += lf_printf (file, "%s", trailing_space);
477 const char *trailing_space)
483 if (trailing_space != NULL)
484 nr += lf_printf (file, "%s", trailing_space);
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-source.c 92 int trailing_space = 1; local
93 m_digits = digits_needed + trailing_space;
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-source.c 92 int trailing_space = 1; local
93 m_digits = digits_needed + trailing_space;

Completed in 42 milliseconds