Home
last modified time | relevance | path

Searched refs:scpp (Results 1 – 25 of 51) sorted by relevance

123

/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dskiplist.c190 scpp = NULL; in skiplist_find()
209 { scpp--; in skiplist_find()
223 scpp--; in skiplist_find()
264 { scpp--; in skiplist_find_first()
278 scpp--; in skiplist_find_first()
442 scpp--; in skiplist_insert()
446 { scpp--; in skiplist_insert()
457 if ( scpp ) in skiplist_insert()
458 scpp--; in skiplist_insert()
507 { scpp--; in skiplist_delete()
[all …]
/dports/devel/shtool/shtool-2.0.8/
H A Dsh.scpp2 ## scpp -- Sharing C Pre-Processor
21 str_tool="scpp"
169 echo "/* make sure the scpp source extensions are skipped */" >>$output
259 B<shtool scpp> - B<GNU shtool> C source file pre-processor
263 B<shtool scpp>
302 B<scpp>: All code in I<file>s encapsulated with ``C<#if >I<dname> ...
356 shtool scpp -o foo_p.h -t foo_p.h.in \
392 The B<GNU shtool> B<scpp> command was originally written by Ralf S.
H A Dtest.db161 @begin{scpp}
183 shtool scpp -Cintern -Mmarker -Dfoo -oquux.h -tbar.h foo.c
190 @end{scpp}
H A Dshtoolize.pod63 scpp Sharing C Pre-Processor
69 fixperm platform arx slo scpp version path>'', i.e. to build a B<shtool> script
H A Dshtool.pod157 =item B<scpp>
178 shtool-prop(1), shtool-rotate(1), shtool-scpp(1), shtool-slo(1),
H A DMakefile.in61 sh.scpp \
H A DREADME41 scpp Sharing C Pre-Processor
H A Dshtoolize.in39 fixperm rotate tarball subst platform arx slo scpp version path
H A DChangeLog278 *) Fixed 'shtool scpp -f ...'. The arguments to option -f
490 *) Added an `-f <filter>' option to `shtool scpp' which can be used to
628 *) Enhanced `shtool scpp': The generated function prototypes now
653 *) Made sh.scpp more robust on brain-dead platforms where their `awk' is to
784 *) Added a nifty sh.scpp for supporting library writing
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/dkwedge/
H A Ddk.c380 struct dkwedge_softc **scpp; in dkwedge_add() local
386 for (scpp = NULL, unit = 0; unit < ndkwedges; unit++) { in dkwedge_add()
388 if (scpp == NULL) { in dkwedge_add()
389 scpp = &dkwedges[unit]; in dkwedge_add()
404 if (scpp == NULL) in dkwedge_add()
407 KASSERT(scpp == &dkwedges[sc->sc_cfdata.cf_unit]); in dkwedge_add()
408 *scpp = sc; in dkwedge_add()
/dports/devel/pth-hard/pth-2.0.7/
H A Dstriptease.mk52 $(SHTOOL) scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' $(SRCS)
H A Dshtool168 shtoolize -oshtool echo install mkdir fixperm tarball scpp version
177 echo|install|mkdir|fixperm|tarball|scpp|version )
260 scpp )
1266 scpp )
/dports/devel/pth/pth-2.0.7/
H A Dstriptease.mk52 $(SHTOOL) scpp -o pth_p.h -t pth_p.h.in -Dcpp -Cintern -M '==#==' $(SRCS)
H A Dshtool168 shtoolize -oshtool echo install mkdir fixperm tarball scpp version
177 echo|install|mkdir|fixperm|tarball|scpp|version )
260 scpp )
1266 scpp )
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/eedi3/
H A Deedi3.c553 const uint8_t *scpp = NULL; in eedi3GetFrame() local
558 scpp = vsapi->getReadPtr(scpPF, b) + field_n * scpitch; in eedi3GetFrame()
573 const int cint = scpp ? scpp[x] : in eedi3GetFrame()
646 if(scpp) in eedi3GetFrame()
647 scpp += 2 * scpitch; in eedi3GetFrame()
/dports/devel/pthsem/pthsem-2.0.8/
H A Dshtool168 shtoolize -oshtool echo install mkdir fixperm tarball scpp version
177 echo|install|mkdir|fixperm|tarball|scpp|version )
260 scpp )
1266 scpp )
H A DMakefile.am125 $(SHTOOL) scpp -o pth_p.h -t $(S)pth_p.h.in -Dcpp -Cintern -M '==#==' $(HSRCS)
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_fx.c2710 struct cell_pin_t *scpp; in conn_expl_mports() local
2723 for (scpp = cpp, cpnum = 0; scpp != NULL; scpp = scpp->cpnxt) cpnum++; in conn_expl_mports()
2728 pi = 0; scpp = srtcptab[0]; in conn_expl_mports()
2737 xphdr[smpp->mppos] = scpp->cpxnd; in conn_expl_mports()
2742 pi++; if (pi < cpnum) scpp = srtcptab[pi]; in conn_expl_mports()
2754 __gferr(745, scpp->cpfnam_ind, scpp->cplin_cnt, in conn_expl_mports()
2758 else __gferr(749, scpp->cpfnam_ind, scpp->cplin_cnt, in conn_expl_mports()
2762 if (pi < cpnum) scpp = srtcptab[pi]; in conn_expl_mports()
2772 scpp = srtcptab[pi]; in conn_expl_mports()
2773 __gferr(749, scpp->cpfnam_ind, scpp->cplin_cnt, in conn_expl_mports()
[all …]
/dports/archivers/ucl/ucl-1.03/acconfig/
H A Dshtool144 …p|move|install|mkdir|mkln|mkshadow|fixperm|rotate|tarball|subst|guessos|arx|slo|scpp|version|path )
355 scpp )
2864 scpp )
/dports/devel/vstr/vstr-1.0.15/
H A Dshtool204 scpp )
1899 scpp )
/dports/net/samba412/samba-4.12.15/source4/dsdb/samdb/ldb_modules/
H A Dpassword_hash.c258 struct supplementalCredentialsPackage *scpp = NULL;
300 if (scpp) {
305 scpp = &scb->sub.packages[i];
343 if (scpp == NULL) {
359 if (scpp) {
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_popt/
H A Dshtool148 …|move|install|mkdir|mkln|mkshadow|fixperm|rotate|tarball|subst|platform|arx|slo|scpp|version|path )
372 scpp )
3309 scpp )
/dports/archivers/lzop/lzop-1.04/autoconf/
H A Dshtool173 …|move|install|mkdir|mkln|mkshadow|fixperm|rotate|tarball|subst|platform|arx|slo|scpp|version|path )
397 scpp )
3427 scpp )
/dports/archivers/lzo2/lzo-2.10/autoconf/
H A Dshtool173 …|move|install|mkdir|mkln|mkshadow|fixperm|rotate|tarball|subst|platform|arx|slo|scpp|version|path )
397 scpp )
3427 scpp )
/dports/net/ossp-sa/sa-1.2.6/
H A Dshtool148 …|move|install|mkdir|mkln|mkshadow|fixperm|rotate|tarball|subst|platform|arx|slo|scpp|version|path )
372 scpp )
3309 scpp )

123