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

  /src/tools/strfile/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}strfile
4 HOST_SRCDIR= games/fortune/strfile
  /src/games/fortune/strfile/
Makefile 4 PROG= strfile
5 MAN= strfile.8
6 MLINKS= strfile.8 unstr.8
  /src/games/fortune/
Makefile 4 SUBDIR= fortune strfile unstr .WAIT datfiles
  /src/games/fortune/fortune/
Makefile 6 CPPFLAGS+= -I${.CURDIR}/../strfile
  /src/games/fortune/unstr/
Makefile 7 CPPFLAGS+= -I${.CURDIR}/../strfile
  /src/tools/
Makefile 125 pwd_mkdb strfile sunlabel vgrind zic
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-record-btrace.c 310 string_file strfile; local
317 gdb_print_insn (current_inferior ()->arch (), insn->pc, &strfile, NULL); local
324 return PyBytes_FromString (strfile.string ().c_str ());
  /src/external/gpl3/gdb/dist/gdb/python/
py-record-btrace.c 310 string_file strfile; local
317 gdb_print_insn (current_inferior ()->arch (), insn->pc, &strfile, NULL); local
324 return PyBytes_FromString (strfile.string ().c_str ());
  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 1826 string_file *strfile = new string_file ();
1827 pager_file pager (strfile);
1848 SELF_CHECK (strfile->string () == "aaaaaaaaaaaa\n bbbbbbbbbbbb\n");
1820 string_file *strfile = new string_file (); local
  /src/external/gpl3/gdb/dist/gdb/
utils.c 1846 string_file *strfile = new string_file ();
1847 pager_file pager (strfile);
1868 SELF_CHECK (strfile->string () == "aaaaaaaaaaaa\n bbbbbbbbbbbb\n");
1840 string_file *strfile = new string_file (); local
  /src/share/mk/
bsd.own.mk 600 TOOL_STRFILE= ${TOOLDIR}/bin/${_TOOL_PREFIX}strfile
718 TOOL_STRFILE= strfile

Completed in 58 milliseconds