Home
last modified time | relevance | path

Searched refs:mar (Results 1 – 25 of 3986) sorted by relevance

12345678910>>...160

/dports/textproc/bibclean/bibclean-3.06/test/okay/
H A Dtestbib6.out4 month = mar # "\slash " # apr,
5 month = mar # "\slash" # apr,
8 month = mar # "- " # apr,
9 month = mar # "-" # apr,
12 month = mar # "-- " # apr,
13 month = mar # "--" # apr,
16 month = mar # " -- " # apr,
17 month = mar # "--" # apr,
30 month = mar # "- " # APR,
31 month = mar # "-" # APR,
[all …]
H A Dtestbib6.err3 %% testbib6.bib:9:Unexpected value in ``month = mar # "- " # apr''.
4 %% testbib6.bib:10:Unexpected value in ``month = mar # "-" # apr''.
6 %% testbib6.bib:14:Unexpected value in ``month = mar # "-- " # apr''.
13 %% testbib6.bib:37:Unexpected value in ``month = mar # "- " # APR''.
14 %% testbib6.bib:38:Unexpected value in ``month = mar # "-" # APR''.
15 %% testbib6.bib:39:Unexpected value in ``month = mar # "- " # apr''.
16 %% testbib6.bib:40:Unexpected value in ``month = mar # "-" # apr''.
17 %% testbib6.bib:42:Unexpected value in ``month = mar # "-- " # APR''.
18 %% testbib6.bib:44:Unexpected value in ``month = mar # "-- " # apr''.
28 %% testbib6.bib:70:Unexpected value in ``month = mar # "-" # apr''.
[all …]
/dports/archivers/mar/mar-0.5/src/
H A Dmar_c.c181 mar_t mar; in mar_create() local
282 return mar_removepairs_(mar->seq_, &mar->isize_); in mar_removepairs()
347 return mar_metabykey_(mar->seq_, mar->isize_, in mar_metabykey()
361 return mar_metabyord_(mar->seq_, mar->isize_, in mar_metabyord()
409 return mar_tokey_(mar->seq_, mar->isize_, key, ord); in mar_tokey()
422 return mar_toord_(mar->seq_, mar->isize_, ord, key); in mar_toord()
463 ret = mar_read_(mar->seq_, mar->isize_, in mar_read()
557 return mar_truncate_(mar->seq_, mar->isize_, size); in mar_truncate()
579 ret = mar_write_(mar->seq_, mar->isize_, in mar_write()
628 return mar_user_(mar->seq_, mar->isize_, size); in mar_user()
[all …]
H A Dmar_test_cpp.cpp120 mar::key k; in checkmeta()
132 mar::setmeta(ar, mar::pair(pairs[i])); in metatest()
154 metatest(mar::open(dst, mar::rdwr in metatest()
176 usertest(mar::open(dst, mar::rdwr in usertest()
205 inserttest(mar::open(dst, mar::rdwr in inserttest()
228 extracttest(dst, mar::open(src, mar::rdwr in extracttest()
237 mar::archive dst(mar::create()); in copytest()
253 copytest(mar::open(src, mar::rdwr in copytest()
259 mar::archive ar(mar::open(src, mar::wronly in opencopytest()
320 iteratortest(mar::open(dst, mar::rdwr in iteratortest()
[all …]
H A Dmar_main_c.c148 mar_dokeys(mar_t mar) in mar_dokeys() argument
169 mar_dolength(mar_t mar) in mar_dolength() argument
172 if (-1 == mar_usersize(mar, &size)) in mar_dolength()
180 mar_dolist(mar_t mar) in mar_dolist() argument
221 mar_doremove(mar_t mar) in mar_doremove() argument
226 return mar_removepairs(mar); in mar_doremove()
250 mar_dozero(mar_t mar) in mar_dozero() argument
255 return mar_truncate(mar, 0); in mar_dozero()
278 mar_t mar; in mar_run() local
374 return mar_release(mar); in mar_run()
[all …]
/dports/textproc/bibclean/bibclean-3.06/test/
H A Dtestbib6.bib4 MONTH = mar # "\slash " # apr,
5 month = mar # "\slash" # apr,
9 MONTH = mar # "- " # apr,
10 month = mar # "-" # apr,
14 MONTH = mar # "-- " # apr,
15 month = mar # "--" # apr,
19 MONTH = mar # " -- " # apr,
20 month = mar # "--" # apr,
39 MONTH = mar # "- " # apr,
40 month = mar # "-" # apr,
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/test/params/
H A Dmc-desktop-nightly.yml28 target.partial-1.mar:
31 target.partial-2.mar:
34 target.partial-3.mar:
37 target.partial-4.mar:
41 target.partial-1.mar:
44 target.partial-2.mar:
47 target.partial-3.mar:
50 target.partial-4.mar:
54 target.partial-1.mar:
57 target.partial-2.mar:
[all …]
H A Dmb-promote-devedition-partials.yml2278 target-76.0b6.partial.mar:
2284 target-76.0b7.partial.mar:
2290 target-76.0b8.partial.mar:
2297 target-76.0b6.partial.mar:
2303 target-76.0b7.partial.mar:
2309 target-76.0b8.partial.mar:
2316 target-76.0b6.partial.mar:
2322 target-76.0b7.partial.mar:
2328 target-76.0b8.partial.mar:
2335 target-76.0b6.partial.mar:
[all …]
H A Dmb-promote-firefox-partials.yml1912 target-63.0b11.partial.mar:
1918 target-63.0b12.partial.mar:
1924 target-63.0b13.partial.mar:
1931 target-63.0b11.partial.mar:
1937 target-63.0b12.partial.mar:
1943 target-63.0b13.partial.mar:
1950 target-63.0b11.partial.mar:
1956 target-63.0b12.partial.mar:
1962 target-63.0b13.partial.mar:
1969 target-63.0b11.partial.mar:
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/libmar/src/
H A Dmar_read.c216 MarFile* mar; in mar_fpopen() local
218 mar = (MarFile*)malloc(sizeof(*mar)); in mar_fpopen()
219 if (!mar) { in mar_fpopen()
224 mar->fp = fp; in mar_fpopen()
226 memset(mar->item_table, 0, sizeof(mar->item_table)); in mar_fpopen()
229 return mar; in mar_fpopen()
265 fclose(mar->fp); in mar_close()
282 free(mar); in mar_close()
439 MarFile mar; in read_product_info_block() local
441 if (!mar.fp) { in read_product_info_block()
[all …]
/dports/www/firefox/firefox-99.0/modules/libmar/src/
H A Dmar_read.c216 MarFile* mar; in mar_fpopen() local
218 mar = (MarFile*)malloc(sizeof(*mar)); in mar_fpopen()
219 if (!mar) { in mar_fpopen()
224 mar->fp = fp; in mar_fpopen()
226 memset(mar->item_table, 0, sizeof(mar->item_table)); in mar_fpopen()
229 return mar; in mar_fpopen()
265 fclose(mar->fp); in mar_close()
282 free(mar); in mar_close()
439 MarFile mar; in read_product_info_block() local
441 if (!mar.fp) { in read_product_info_block()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/libmar/src/
H A Dmar_read.c216 MarFile* mar; in mar_fpopen() local
218 mar = (MarFile*)malloc(sizeof(*mar)); in mar_fpopen()
219 if (!mar) { in mar_fpopen()
224 mar->fp = fp; in mar_fpopen()
226 memset(mar->item_table, 0, sizeof(mar->item_table)); in mar_fpopen()
229 return mar; in mar_fpopen()
265 fclose(mar->fp); in mar_close()
282 free(mar); in mar_close()
439 MarFile mar; in read_product_info_block() local
441 if (!mar.fp) { in read_product_info_block()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/modules/libmar/src/
H A Dmar_read.c216 MarFile* mar; in mar_fpopen() local
218 mar = (MarFile*)malloc(sizeof(*mar)); in mar_fpopen()
219 if (!mar) { in mar_fpopen()
224 mar->fp = fp; in mar_fpopen()
226 memset(mar->item_table, 0, sizeof(mar->item_table)); in mar_fpopen()
229 return mar; in mar_fpopen()
265 fclose(mar->fp); in mar_close()
282 free(mar); in mar_close()
439 MarFile mar; in read_product_info_block() local
441 if (!mar.fp) { in read_product_info_block()
[all …]
/dports/math/4ti2/4ti2-Release_1_6_9/test/markov/
H A DMakefile.am7 333.mat 333.mar.chk \
8 334.mat 334.mar.chk \
9 335.mat 335.lat 335.mar.chk \
11 cuww2.mat cuww2.mar.chk \
13 cuww4.mat cuww4.mar.chk \
14 cuww5.mat cuww5.mar.chk \
15 grin.mat grin.mar.chk \
21 prob02.mat prob02.mar.chk \
22 prob04.mat prob04.mar.chk \
24 prob08.mat prob08.mar.chk \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/libmar/src/
H A Dmar_read.c155 MarFile *mar; in mar_fpopen() local
157 mar = (MarFile *) malloc(sizeof(*mar)); in mar_fpopen()
158 if (!mar) { in mar_fpopen()
163 mar->fp = fp; in mar_fpopen()
165 memset(mar->item_table, 0, sizeof(mar->item_table)); in mar_fpopen()
167 return mar; in mar_fpopen()
202 fclose(mar->fp); in mar_close()
213 free(mar); in mar_close()
376 MarFile mar; in read_product_info_block() local
378 if (!mar.fp) { in read_product_info_block()
[all …]
/dports/archivers/mar/mar-0.5/include/
H A Dmar_c.h108 mar_release(mar_t mar);
122 mar_retain(mar_t mar);
136 mar_removepairs(mar_t mar);
211 mar_unsetbyord(mar_t mar, size_t ord);
284 mar_metapairs(mar_t mar, size_t* size);
336 mar_insert(mar_t mar, const char* path);
405 mar_sync(mar_t mar);
419 mar_truncate(mar_t mar, size_t size);
453 mar_extract(mar_t mar, const char* path);
470 mar_user(mar_t mar, size_t* size);
[all …]
H A Dmar_index_cpp.h41 namespace mar {
63 mar::removepairs(ar_); in removepairs()
79 mar::setmeta(ar_, toord(it), data); in setmeta()
95 mar::unsetmeta(ar_, toord(it)); in unsetmeta()
101 return mar::meta(ar_, key); in meta()
106 return mar::meta(ar_, key, s); in meta()
111 return mar::meta(ar_, toord(it)); in meta()
116 return mar::meta(ar_, toord(it), s); in meta()
121 return mar::meta(ar_, toord(it)); in meta()
126 return mar::meta(ar_, toord(it), s); in meta()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/libmar/src/
H A Dmar_read.c149 MarFile *mar; in mar_fpopen() local
151 mar = (MarFile *) malloc(sizeof(*mar)); in mar_fpopen()
152 if (!mar) { in mar_fpopen()
157 mar->fp = fp; in mar_fpopen()
158 memset(mar->item_table, 0, sizeof(mar->item_table)); in mar_fpopen()
164 return mar; in mar_fpopen()
199 fclose(mar->fp); in mar_close()
210 free(mar); in mar_close()
373 MarFile mar; in read_product_info_block() local
375 if (!mar.fp) { in read_product_info_block()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/libmar/src/
H A Dmar_read.c149 MarFile *mar; in mar_fpopen() local
151 mar = (MarFile *) malloc(sizeof(*mar)); in mar_fpopen()
152 if (!mar) { in mar_fpopen()
157 mar->fp = fp; in mar_fpopen()
158 memset(mar->item_table, 0, sizeof(mar->item_table)); in mar_fpopen()
164 return mar; in mar_fpopen()
199 fclose(mar->fp); in mar_close()
210 free(mar); in mar_close()
373 MarFile mar; in read_product_info_block() local
375 if (!mar.fp) { in read_product_info_block()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libmar/src/
H A Dmar_read.c154 MarFile *mar; in mar_fpopen() local
156 mar = (MarFile *) malloc(sizeof(*mar)); in mar_fpopen()
157 if (!mar) { in mar_fpopen()
162 mar->fp = fp; in mar_fpopen()
163 memset(mar->item_table, 0, sizeof(mar->item_table)); in mar_fpopen()
169 return mar; in mar_fpopen()
204 fclose(mar->fp); in mar_close()
215 free(mar); in mar_close()
378 MarFile mar; in read_product_info_block() local
380 if (!mar.fp) { in read_product_info_block()
[all …]
/dports/math/4ti2/4ti2-Release_1_6_9/test/markov/saturation/
H A DMakefile.am2 333.mat 333.mar.chk \
3 334.mat 334.mar.chk \
4 cuww1.mat cuww1.bs cuww1.mar.chk cuww1.vs \
5 cuww2.mat cuww2.mar.chk \
6 cuww3.mat cuww3.A cuww3.mar.chk \
7 cuww4.mat cuww4.mar.chk \
8 cuww5.mat cuww5.mar.chk \
9 prob02.mat prob02.gro prob02.mar.chk \
10 prob04.mat prob04.gro prob04.mar.chk \
12 prob08.mat prob08.gro prob08.mar.chk \
[all …]
/dports/math/4ti2/4ti2-Release_1_6_9/test/groebner/
H A DMakefile.am6 333.mat 333.gro.chk 333.lat 333.mar \
10 334.mat 334.gro.chk 334.lat 334.mar \
11 335.mat 335.gro.chk 335.lat 335.mar \
12 344.mat 344.gro.chk 344.lat 344.mar \
13 cuww1.mat cuww1.cost cuww1.gro.chk cuww1.lat cuww1.mar \
14 cuww1.1.mat cuww1.1.mar cuww1.1.sign \
15 cuww2.mat cuww2.cost cuww2.gro.chk cuww2.lat cuww2.mar \
18 cuww3.mat cuww3.cost cuww3.gro.chk cuww3.lat cuww3.mar \
19 cuww4.mat cuww4.cost cuww4.gro.chk cuww4.lat cuww4.mar \
20 cuww5.mat cuww5.cost cuww5.gro.chk cuww5.lat cuww5.mar \
[all …]
/dports/devel/p5-DateTime-Locale/DateTime-Locale-1.33/lib/DateTime/Locale/
H A Dluo.pod96 Dwe mar Achiel
97 Dwe mar Ariyo
98 Dwe mar Adek
100 Dwe mar Abich
103 Dwe mar Aboro
105 Dwe mar Apar
143 Dwe mar Ariyo
144 Dwe mar Adek
146 Dwe mar Abich
149 Dwe mar Aboro
[all …]
H A Dluo_KE.pod96 Dwe mar Achiel
97 Dwe mar Ariyo
98 Dwe mar Adek
100 Dwe mar Abich
103 Dwe mar Aboro
105 Dwe mar Apar
143 Dwe mar Ariyo
144 Dwe mar Adek
146 Dwe mar Abich
149 Dwe mar Aboro
[all …]
/dports/archivers/mar/mar-0.5/msvc/
H A Dmar.dsp7 CFG=mar - Win32 marl1
11 !MESSAGE NMAKE /f "mar.mak".
16 !MESSAGE NMAKE /f "mar.mak" CFG="mar - Win32 marl1"
40 # PROP BASE Target_File "mar.exe"
41 # PROP BASE Bsc_Name "mar.bsc"
151 # Name "mar - Win32 marl1"
152 # Name "mar - Win32 marld1"
153 # Name "mar - Win32 mart1"
154 # Name "mar - Win32 martd1"
155 # Name "mar - Win32 mard1"
[all …]

12345678910>>...160