Home
last modified time | relevance | path

Searched refs:suff (Results 1 – 25 of 3879) sorted by relevance

12345678910>>...156

/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/misc/
H A Dcairo-dock-finalize-theme.sh38 ln -s web-browser.$suff opera.$suff
100 ln -s writer.$suff gedit.$suff
101 ln -s writer.$suff geany.$suff
102 ln -s writer.$suff kate.$suff
105 ln -s writer.$suff emacs.$suff
127 ln -s cd-burner.$suff k3b.$suff
132 ln -s image.$suff gimp.$suff
134 ln -s image.$suff krita.$suff
149 ln -s irc.$suff xchat.$suff
151 ln -s irc.$suff kvirc.$suff
[all …]
/dports/cad/iverilog/verilog-11.0/
H A Dverilog.spec7 %define suff %nil
11 Name: verilog%{suff}
16 Source: verilog%{suff}-%{version}.tar.gz
34 %setup -n verilog%{suff}-%{version}
37 if test X%{suff} != X
39 %{configure} --enable-suffix=%{suff}
64 %attr(-,root,root) %{_bindir}/iverilog%{suff}
66 %attr(-,root,root) %{_bindir}/vvp%{suff}
67 %attr(-,root,root) %{_libdir}/ivl%{suff}/ivl
68 %attr(-,root,root) %{_libdir}/ivl%{suff}/ivlpp
[all …]
/dports/devel/bmake/bmake/
H A Dsuff.c329 suff->name, suff->nameLen); in Suffix_TrimSuffix()
396 suff->name, suff->refCount); in Suffix_Free()
405 free(suff); in Suffix_Free()
445 suff->name, suff->sNum); in SuffixList_Insert()
455 suff->name, suff->sNum); in SuffixList_Insert()
469 Suffix *suff = bmake_malloc(sizeof *suff); in Suffix_New() local
472 suff->nameLen = strlen(suff->name); in Suffix_New()
863 return suff != NULL ? suff->searchPath : NULL; in Suff_GetPath()
1005 cand->suff = Suffix_Ref(suff); in Candidate_New()
1972 targ->suff, src->suff); in FindDepsRegular()
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/common/
H A Dnpy_sort.h.src31 * #suff = bool, byte, ubyte, short, ushort, int, uint, long, ulong,
36 NPY_NO_EXPORT int quicksort_@suff@(void *vec, npy_intp cnt, void *null);
37 NPY_NO_EXPORT int heapsort_@suff@(void *vec, npy_intp cnt, void *null);
38 NPY_NO_EXPORT int mergesort_@suff@(void *vec, npy_intp cnt, void *null);
39 NPY_NO_EXPORT int timsort_@suff@(void *vec, npy_intp cnt, void *null);
49 * #suff = bool, byte, ubyte, short, ushort, int, uint, long, ulong,
69 * #suff = string, unicode#
72 NPY_NO_EXPORT int quicksort_@suff@(void *vec, npy_intp cnt, void *arr);
73 NPY_NO_EXPORT int heapsort_@suff@(void *vec, npy_intp cnt, void *arr);
74 NPY_NO_EXPORT int mergesort_@suff@(void *vec, npy_intp cnt, void *arr);
[all …]
/dports/lang/python-legacy/Python-2.7.18/Tools/scripts/
H A Dsuff.py13 suff = getsuffix(filename)
14 if not suffixes.has_key(suff):
15 suffixes[suff] = []
16 suffixes[suff].append(filename)
19 for suff in keys:
20 print repr(suff), len(suffixes[suff])
23 suff = ''
26 suff = filename[i:]
27 return suff
/dports/lang/python27/Python-2.7.18/Tools/scripts/
H A Dsuff.py13 suff = getsuffix(filename)
14 if not suffixes.has_key(suff):
15 suffixes[suff] = []
16 suffixes[suff].append(filename)
19 for suff in keys:
20 print repr(suff), len(suffixes[suff])
23 suff = ''
26 suff = filename[i:]
27 return suff
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dsuff.py13 suff = getsuffix(filename)
14 if not suffixes.has_key(suff):
15 suffixes[suff] = []
16 suffixes[suff].append(filename)
19 for suff in keys:
20 print repr(suff), len(suffixes[suff])
23 suff = ''
26 suff = filename[i:]
27 return suff
/dports/print/lilypond-devel/lilypond-2.23.5/stepmake/stepmake/
H A Dinstall-out-targets.make7 …files: $(INSTALLATION_OUT_FILES) $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), $(INSTALLATION_OUT_…
11 $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), \
12 ($(INSTALLPY) -d $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))/ || true) && \
13 …$(INSTALLPY) -c -m 644 $(INSTALLATION_OUT_FILES$(suff)) $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))/ …
22 rm -f $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), \
23 $(foreach i, $(notdir $(INSTALLATION_OUT_FILES$(suff))), \
24 $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))/$(i)))
25 …TDIR)$(INSTALLATION_OUT_DIR) $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), $(DESTDIR)$(INSTALLATIO…
H A Dinstall-targets.make11 $(foreach suff, $(INSTALLATION_SUFFIXES), \
12 ($(INSTALLPY) -d $(DESTDIR)$(INSTALLATION_DIR$(suff)) || true) && \
13 … -m 644 $(addprefix $(src-dir), $(INSTALLATION_FILES$(suff))) $(DESTDIR)$(INSTALLATION_DIR$(suff)…
22 rm -f $(foreach suff, $(INSTALLATION_SUFFIXES), \
23 $(foreach i, $(INSTALLATION_FILES$(suff)),\
24 $(DESTDIR)$(INSTALLATION_DIR$(suff)/$(i))))
25 …-p $(DESTDIR)$(INSTALLATION_DIR) $(foreach suff, $(INSTALLATION_SUFFIXES), $(DESTDIR)$(INSTALLATIO…
/dports/print/lilypond/lilypond-2.22.1/stepmake/stepmake/
H A Dinstall-out-targets.make7 …files: $(INSTALLATION_OUT_FILES) $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), $(INSTALLATION_OUT_…
11 $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), \
12 ($(INSTALLPY) -d $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))/ || true) && \
13 …$(INSTALLPY) -c -m 644 $(INSTALLATION_OUT_FILES$(suff)) $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))/ …
22 rm -f $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), \
23 $(foreach i, $(notdir $(INSTALLATION_OUT_FILES$(suff))), \
24 $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))/$(i)))
25 …TDIR)$(INSTALLATION_OUT_DIR) $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), $(DESTDIR)$(INSTALLATIO…
H A Dinstall-targets.make11 $(foreach suff, $(INSTALLATION_SUFFIXES), \
12 ($(INSTALLPY) -d $(DESTDIR)$(INSTALLATION_DIR$(suff)) || true) && \
13 … -m 644 $(addprefix $(src-dir), $(INSTALLATION_FILES$(suff))) $(DESTDIR)$(INSTALLATION_DIR$(suff)…
22 rm -f $(foreach suff, $(INSTALLATION_SUFFIXES), \
23 $(foreach i, $(INSTALLATION_FILES$(suff)),\
24 $(DESTDIR)$(INSTALLATION_DIR$(suff)/$(i))))
25 …-p $(DESTDIR)$(INSTALLATION_DIR) $(foreach suff, $(INSTALLATION_SUFFIXES), $(DESTDIR)$(INSTALLATIO…
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTBind.c182 HTBind * suff; in HTBind_add() local
186 suff = &no_suffix; in HTBind_add()
188 suff = &unknown_suffix; in HTBind_add()
213 if (!suff) { in HTBind_add()
258 suff->quality = value; in HTBind_add()
450 HTBind *suff=NULL; local
468 if (suff->type && format) *format = suff->type;
469 if (suff->encoding && enc) *enc = suff->encoding;
470 if (suff->transfer && cte) *cte = suff->transfer;
471 if (suff->language && lang) *lang = suff->language;
[all …]
/dports/www/anyterm/anyterm-1.1.29/libpbe/scripts/iana/
H A Dmk_charset_t_enum_body.awk6 function add_aliases_rec(pref,suff, pos,chunk,newsuff) {
7 pos = index(suff,"_");
9 chunk = substr(suff,0,pos-1);
10 newsuff = substr(suff,pos+1);
11 if (pref !~ "[[:digit:]]$" || suff !~ "^[[:digit:]]") {
18 aliases[suff]=1;
20 aliases[pref "_" suff]=1;
21 if (pref !~ "[[:digit:]]$" || suff !~ "^[[:digit:]]") {
22 aliases[pref suff]=1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/test/ELF/
H A Darm-thunk-linkerscript-large.s26 .macro FUNCTIONL suff
27 .section .text_l\suff\(), "ax", %progbits
30 .globl tfuncl\suff\()
31 .type tfuncl\suff\(), %function
32 tfuncl\suff\():
38 .macro FUNCTIONH suff
39 .section .text_h\suff\(), "ax", %progbits
42 .globl tfunch\suff\()
43 .type tfunch\suff\(), %function
44 tfunch\suff\():

12345678910>>...156