Home
last modified time | relevance | path

Searched refs:srclist (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dnsdispatch.c91 dbt->srclist = (ns_src *)realloc(dbt->srclist,
93 if (dbt->srclist == NULL)
110 if (!(dbt->srclist[i].flags &
157 if (_nsmap[i].srclist)
158 free(_nsmap[i].srclist);
196 if (_nsmap[i].srclist != NULL)
197 free(_nsmap[i].srclist);
230 const ns_src *srclist; local
235 srclist = dbt->srclist;
238 srclist = defaults;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dnsdispatch.c91 dbt->srclist = (ns_src *)realloc(dbt->srclist,
93 if (dbt->srclist == NULL)
110 if (!(dbt->srclist[i].flags &
157 if (_nsmap[i].srclist)
158 free(_nsmap[i].srclist);
196 if (_nsmap[i].srclist != NULL)
197 free(_nsmap[i].srclist);
230 const ns_src *srclist; local
235 srclist = dbt->srclist;
238 srclist = defaults;
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dlaginfo.c22 linfo->srclist = NULL; in list_lag_info_new()
41 free(linfo->srclist); in list_lag_info_destroy()
209 if (linfo->srclist == NULL) { in expand_srclist()
211 if (linfo->srclist == NULL) { in expand_srclist()
219 int m = linfo->srclist[0]; in expand_srclist()
225 linfo->srclist = tmp; in expand_srclist()
226 linfo->srclist[0] = lpos; in expand_srclist()
234 linfo->srclist[lpos] = srcv; in expand_srclist()
470 lmax = linfo->srclist[0]; in is_auto_generated_lag()
474 if (linfo->srclist[j] == v) { in is_auto_generated_lag()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/doc/
H A Dgenpydoc.sh11 srclist=`ls ../src/*py | grep -v "__init__"`
12 srclist=`echo ${srclist} | sed -e "s/\.\.\/src\//src./g" | sed -e "s/\.py//g"`
13 srclist="pdb2pqr ${srclist}"
15 echo ${srclist}
30 for src in ${srclist}; do
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Ddrvlist.c126 void _driver_list_append_list(_DRIVER_INFO **drvlist, _DRIVER_INFO *srclist) in _driver_list_append_list() argument
129 ASSERT(srclist); in _driver_list_append_list()
131 while (srclist->driver) { in _driver_list_append_list()
132 _driver_list_append_driver(drvlist, srclist->id, srclist->driver, srclist->autodetect); in _driver_list_append_list()
133 srclist++; in _driver_list_append_list()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A Dnsdispatch.c389 dbt->srclist = new; in _nsdbtaddsrc()
410 printf(" %s", dbt->srclist[i].name); in _nsdbtdump()
411 if (!(dbt->srclist[i].flags & in _nsdbtdump()
418 if (dbt->srclist[i].flags & NS_UNAVAIL) in _nsdbtdump()
420 if (dbt->srclist[i].flags & NS_NOTFOUND) in _nsdbtdump()
422 if (dbt->srclist[i].flags & NS_TRYAGAIN) in _nsdbtdump()
464 if (p->srclist != NULL) in _nsdbtput()
601 const ns_src *srclist; in nsdispatch() local
654 srclist = dbt->srclist; in nsdispatch()
657 srclist = defaults; in nsdispatch()
[all …]
/dports/ftp/profxp/profxp/profxp/
H A Dcommand.pm609 if ($srclist{$entry}{type} eq 'd') {
635 if ($srclist{$match}{type} eq 'd') {
729 $sortbyprefshashref = \%srclist;
738 if ($srclist{$match}{type} eq 'd') {
769 $sortbyprefshashref = \%srclist;
777 if ($srclist{$match}{type} eq 'd') {
810 if ($srclist{$match}{type} eq 'd') {
845 foreach (keys(%srclist)) {
847 delete $srclist{$_};
852 my $numfiles = keys(%srclist);
[all …]
/dports/security/steghide/steghide-0.5.1/src/
H A DBFSAPHeuristic.cc91 std::list<Vertex*> srclist ; in searchAugmentingPath() local
93 srclist.push_back (v0) ; in searchAugmentingPath()
96 for (unsigned int depth = 0 ; !foundap && !srclist.empty() ; depth++) { in searchAugmentingPath()
100 …for (std::list<Vertex*>::const_iterator vit = srclist.begin() ; vit != srclist.end() && !foundap ;… in searchAugmentingPath()
148 srclist.clear() ; in searchAugmentingPath()
149 srclist.splice (srclist.begin(), destlist) ; in searchAugmentingPath()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dExchange.c6 float *srclist, float *replacelist, int nx);
42 float *far=NULL, *outfar, *mapptr, *srclist, *replacelist; in main() local
121 srclist = mapptr; in main()
206 outfar[k] = find_float_in_list(voxval, srclist, replacelist, nx); in main()
210 … outsar[k] = (short) (find_float_in_list(voxval, srclist, replacelist, nx)/fac); in main()
226 outfar[k] = find_float_in_list(voxval, srclist, replacelist, nx); in main()
247 outfar[k] = find_float_in_list(voxval, srclist, replacelist, nx); in main()
251 … outbar[k] = (byte) (find_float_in_list(voxval, srclist, replacelist, nx)/fac); in main()
287 float *srclist, float *replacelist, int nx) in find_float_in_list() argument
291 if(voxval==srclist[i]) in find_float_in_list()
/dports/net/samba412/samba-4.12.15/libcli/security/
H A Dsecace.c144 void dacl_sort_into_canonical_order(struct security_ace *srclist, unsigned int num_aces) in dacl_sort_into_canonical_order() argument
148 if (!srclist || num_aces == 0) in dacl_sort_into_canonical_order()
152 TYPESAFE_QSORT(srclist, num_aces, nt_ace_inherit_comp); in dacl_sort_into_canonical_order()
156 struct security_ace *curr_ace = &srclist[i]; in dacl_sort_into_canonical_order()
165 TYPESAFE_QSORT(srclist, i, nt_ace_canon_comp); in dacl_sort_into_canonical_order()
168 TYPESAFE_QSORT(&srclist[i], num_aces - i, nt_ace_canon_comp); in dacl_sort_into_canonical_order()
/dports/www/websh/websh-3.6.0b5/src/tests/
H A Dlogtosyslog.test52 global srclist
53 set srclist [list /var/adm/messages /var/log/messages /var/log/syslog /var/log/system.log]
56 global srclist
57 foreach file $srclist {
84 global srclist
85 foreach tmp $srclist {
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Dtinyfileutils.tcl41 set srclist [file split $srcpath]
46 set srclist [lreplace $srclist 0 0 \
47 [string trimright [lindex $srclist 0] :]]
51 set lensrc [llength $srclist]
58 while {[string equal [lindex $srclist $n] [lindex $dstlist $n]] && \
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/
H A Dcfmfile.py24 def mergecfmfiles(srclist, dst, architecture = 'fat'): argument
33 srclist = list(srclist)
34 for i in range(len(srclist)):
35 srclist[i] = Carbon.File.pathname(srclist[i])
42 for src in srclist:
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/
H A Dcfmfile.py24 def mergecfmfiles(srclist, dst, architecture = 'fat'): argument
33 srclist = list(srclist)
34 for i in range(len(srclist)):
35 srclist[i] = Carbon.File.pathname(srclist[i])
42 for src in srclist:
/dports/sysutils/wimlib/wimlib-1.13.0/tests/
H A Dtest-imagex-capture_and_apply261 cat > srclist << EOF
266 wimcapture srclist --source-list test.wim
275 cat > srclist << EOF
286 wimcapture srclist --source-list test.wim
296 cat > srclist << EOF
304 wimcapture srclist --source-list test.wim
315 cat > srclist << EOF
320 if wimcapture srclist --source-list test.wim; then
/dports/devel/sfsexp/sfsexp-1.3.1-18-gc11b849/siloon/
H A Dsetup.pl77 $srclist = "";
79 $srclist .= "\${SEXPRROOT}/$src ";
81 print TMPUSERDEF "SILOON_USER_SOURCES=$srclist\n";
/dports/dns/getdns/getdns-1.5.2/src/
H A Dlist.c321 if (!srclist) { in _getdns_list_copy()
326 srclist->mf.mf_arg, in _getdns_list_copy()
327 srclist->mf.mf.ext.malloc, in _getdns_list_copy()
328 srclist->mf.mf.ext.realloc, in _getdns_list_copy()
329 srclist->mf.mf.ext.free in _getdns_list_copy()
334 for (i = 0; i < srclist->numinuse; i++) { in _getdns_list_copy()
335 switch (srclist->items[i].dtype) { in _getdns_list_copy()
338 srclist->items[i].data.n); in _getdns_list_copy()
348 srclist->items[i].data.bindata->size, in _getdns_list_copy()
349 srclist->items[i].data.bindata->data); in _getdns_list_copy()
[all …]
/dports/databases/redis5/redis-5.0.14/tests/unit/type/
H A Dlist.tcl358 r del srclist dstlist somekey
367 r lpush srclist element
375 r del srclist dstlist somekey
386 r lpush srclist element
642 r del srclist dstlist
644 assert_equal 0 [r exists srclist]
649 r del srclist dstlist
650 r set srclist x
652 assert_type string srclist
657 create_list srclist {a b c d}
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/cmake/
H A Dflexbison.cmake9 # FLEX_BISON ( flexsrc bisonsrc srclist compiler_headers )
14 # srclist = the name of the list of source files to which the macro will
24 macro ( FLEX_BISON flexsrc bisonsrc prefix srclist compiler_headers )
34 set ( ${srclist} ${${srclist}} ${bisonoutputcxx} ${flexoutputcxx} )
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/cmake/
H A Dflexbison.cmake9 # FLEX_BISON ( flexsrc bisonsrc srclist compiler_headers )
14 # srclist = the name of the list of source files to which the macro will
24 macro ( FLEX_BISON flexsrc bisonsrc prefix srclist compiler_headers )
34 set ( ${srclist} ${${srclist}} ${bisonoutputcxx} ${flexoutputcxx} )
/dports/databases/redis6/redis-6.0.16/tests/unit/type/
H A Dlist.tcl408 r del srclist dstlist somekey
417 r lpush srclist element
425 r del srclist dstlist somekey
436 r lpush srclist element
695 r del srclist dstlist
697 assert_equal 0 [r exists srclist]
702 r del srclist dstlist
703 r set srclist x
705 assert_type string srclist
710 create_list srclist {a b c d}
[all …]
/dports/games/minetest_game/minetest_game-5.4.1/mods/default/
H A Dfurnace.lua113 local srclist, fuellist
126 srclist = inv:get_list("src")
135 cooked, aftercooked = minetest.get_craft_result({method = "cooking", width = 1, items = srclist})
209 if srclist and srclist[1]:is_empty() then
227 if srclist and not srclist[1]:is_empty() then
/dports/x11-toolkits/xbae/xbae-4.60.4/
H A DXbae.rules50 #define SaberProgramTarget(program,srclist,objlist,locallibs,syslibs) @@\
51 Concat(saber_,program):: srclist @@\
52 XCOMM load $(ALLDEFINES) srclist locallibs $(SYS_LIBRARIES) $(EXTRA_LIBRARIES) syslibs @@\
58 #define SaberProgramTarget(program,srclist,objlist,locallibs,syslibs) /**/
/dports/devel/R-cran-pkgload/pkgload/R/
H A Dutils.R154 srclist <- as.list(src, all.names = TRUE) functionVar
155 srclist <- srclist[ !(names(srclist) %in% ignore) ]
156 list2env(srclist, envir = dest)
/dports/cad/xcircuit/xcircuit-3.10.30/lib/tcl/
H A Dlibrary.tcl240 set srclist {}
243 set srclist [concat $srclist [glob -nocomplain ${i}/*.lps]]
246 set srclist [lsort -command FileCompare $srclist]
248 foreach j $srclist {

12345678910