Home
last modified time | relevance | path

Searched refs:strfile (Results 1 – 25 of 81) sorted by relevance

1234

/dports/print/cups/cups-2.3.3op2/test/
H A Drun-stp-tests.sh721 rm -f $strfile
735 echo " <pre>" >>$strfile
740 echo "" >>$strfile
774 echo " <pre>" >>$strfile
785 echo "" >>$strfile
804 echo "" >>$strfile
824 echo "Passed." >>$strfile
834 echo "" >>$strfile
849 ./waitjobs.sh >>$strfile
866 echo "" >>$strfile
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/hitchhiker/
H A Dhitchhiker.plugin.zsh13 # If strfile is not found: some systems install strfile in /usr/sbin but it's not in $PATH
14 if ! command -v strfile &>/dev/null && ! [[ -f /usr/sbin/strfile ]]; then
15 echo "[oh-my-zsh] hitchhiker depends on strfile, which is not installed" >&2
16 echo "[oh-my-zsh] strfile is often provided as part of the 'fortune' package" >&2
20 …"${commands[strfile]:-/usr/sbin/strfile}" "$HITCHHIKER_DIR/hitchhiker" "$HITCHHIKER_DIR/hitchhiker…
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/chucknorris/
H A Dchucknorris.plugin.zsh14 # For some reason, Cygwin puts strfile in /usr/sbin, which is not on the path by default
15 local strfile="${commands[strfile]:-/usr/sbin/strfile}"
16 if [[ ! -x "$strfile" ]]; then
17 echo "[oh-my-zsh] chucknorris depends on strfile, which is not installed" >&2
18 echo "[oh-my-zsh] strfile is often provided as part of the 'fortune' package" >&2
23 $strfile "$fortunes_dir/chucknorris" "$fortunes_dir/chucknorris.dat" >/dev/null
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dzip.py43 strfile = BytesIO(self.archive.read("/".join((dirname, filename))))
44 strfile.filename = filename
45 store = factory.getobject(strfile)
/dports/misc/rump/buildrump.sh-b914579/src/tools/strfile/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}strfile
4 HOST_SRCDIR= games/fortune/strfile
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/
H A Dsecure_download.php34 function getDownloadFilename($strfile) { argument
40 return $basedir . $strfile;
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/io/cnf/
H A DGeneralizedCNFWriter_tpl.h56 std::stringstream strfile, strfile2; in write()
76 strfile << num << "::" << str.str() << "\n"; in write()
153 std::stringstream strfile, strfile2; in write()
175 strfile << num << "::" << str.str() << "\n"; in write()
234 outputvar << strfile.str() << strfile2.str(); in write()
H A DFactorisedValuesCNFWriter_tpl.h58 std::stringstream strfile, strfile2; in write()
76 strfile << num << "::" << str.str() << "\n"; in write()
154 std::stringstream strfile, strfile2; in write()
176 strfile << num << "::" << str.str() << "\n"; in write()
238 outputvar << strfile.str() << strfile2.str(); in write()
H A DContextualDependenciesCNFWriter_tpl.h64 std::stringstream strfile, strfile2; in write()
85 strfile << num << "::" << stri.str() << "\n"; in write()
121 strfile << num << "::" << strinst.str() << "\n"; in write()
298 std::stringstream strfile, strfile2; in write()
326 strfile << num << "::" << stri.str() << "\n"; in write()
367 strfile << num << "::" << strinst.str() << "\n"; in write()
539 outputvar << strfile.str(); in write()
/dports/games/powermanga/powermanga-0.93.1/src/
H A Dscript_page.h58 char strfile[256]; member
71 char strfile[256]; member
/dports/science/siesta/siesta-4.1.5/Util/Scripting/old-python-interface/scripts/
H A Dpr_after_nose.py25 xvfile = sys.argv[1] ; strfile = sys.argv[2] variable
53 f = open(strfile)
/dports/german/BBBike/BBBike-3.18/ext/BBBikeXS/t/
H A Dutf8.t89 my $strfile = write_data(<<'EOF');
118 BBBike::fast_plot_str($c, "s", [$strfile], 0, \@restr, $category_width);
/dports/www/moinmoin/moin-1.9.11/MoinMoin/macro/
H A DInclude.py204 strfile = StringIO.StringIO()
205 request.redirect(strfile)
210 result.append(strfile.getvalue())
/dports/devel/avr-gdb/gdb-7.3.1/gdb/python/
H A Dpy-frame.c86 struct ui_file *strfile; in frapy_str() local
88 strfile = mem_fileopen (); in frapy_str()
89 fprint_frame_id (strfile, ((frame_object *) self)->frame_id); in frapy_str()
90 s = ui_file_xstrdup (strfile, NULL); in frapy_str()
/dports/devel/gdb761/gdb-7.6.1/gdb/python/
H A Dpy-frame.c85 struct ui_file *strfile; in frapy_str() local
87 strfile = mem_fileopen (); in frapy_str()
88 fprint_frame_id (strfile, ((frame_object *) self)->frame_id); in frapy_str()
89 s = ui_file_xstrdup (strfile, NULL); in frapy_str()
/dports/games/wesnoth/wesnoth-1.14.17/misc/fortunes/
H A DREADME.md2 strfile on it; wesnoth.dat will be generated. Now you can
/dports/editors/emacs-devel/emacs-4d1968b/lisp/play/
H A Dfortune.el247 (strfile (or (executable-find fortune-strfile)
253 (concat strfile fortune-strfile-options
/dports/editors/emacs/emacs-27.2/lisp/play/
H A Dfortune.el248 (strfile (or (executable-find fortune-strfile)
254 (concat strfile fortune-strfile-options
/dports/misc/fortune-mod-epictetus/fortune-mod-epictetus-0.2/
H A DREADME.md10 # strfile epictetus
/dports/misc/fortuneit/fortune-it-1.99/
H A DINSTALLAZIONE39 disponibili i comandi "fortune" e "strfile".
41 dei comandi "fortune" e "strfile" e compilarveli, evitando in tal
85 for SINGOLOFILE in * ; do strfile $SINGOLOFILE ; done
134 for SINGOLOFILE in * ; do strfile $SINGOLOFILE ; done
/dports/misc/fortuneit/fortune-it-1.99/bin/
H A DREADME-ABOUT-BINARIES2 In questo pacchetto non sono presenti i programmi "fortune" e "strfile".
/dports/emulators/vice/vice-3.5/src/
H A Devent.c159 char *strdir, *strfile; in event_record_attach_in_list() local
165 util_fname_split(filename, &strdir, &strfile); in event_record_attach_in_list()
170 size = (unsigned int)strlen(strfile) + CRC32_SIZE + 4; in event_record_attach_in_list()
208 strcpy(&event_data[4 + CRC32_SIZE], strfile); in event_record_attach_in_list()
212 lib_free(strfile); in event_record_attach_in_list()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Devent.c158 char *strdir, *strfile; in event_record_attach_in_list() local
164 util_fname_split(filename, &strdir, &strfile); in event_record_attach_in_list()
169 size = (unsigned int)strlen(strfile) + CRC32_SIZE + 4; in event_record_attach_in_list()
206 strcpy(&event_data[3 + CRC32_SIZE], strfile); in event_record_attach_in_list()
210 lib_free(strfile); in event_record_attach_in_list()
/dports/chinese/fortunetw/fortunetw-1.4/
H A DREADME31 如果是使用 Slackware ,下載後請參考 man strfile , man fortune ,
/dports/devel/libnaji/libnaji-0.6.4.src/
H A Dnajigen.c78 void strfile(char *nameout, unsigned long int howmany, char *string) in strfile() function

1234