Home
last modified time | relevance | path

Searched refs:sub_next (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dsplit.ml137 let (new_next, sub_next) =
140 sub_next)
143 let (new_next, sub_next) = rename i.next sub in
146 sub_next)
150 let (new_next, sub_next) =
154 sub_next)
162 sub_next)
167 sub_next)
186 sub_next)
194 let (new_next, sub_next) =
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dsplit.ml137 let (new_next, sub_next) =
140 sub_next)
143 let (new_next, sub_next) = rename i.next sub in
146 sub_next)
150 let (new_next, sub_next) =
154 sub_next)
162 sub_next)
167 sub_next)
186 sub_next)
194 let (new_next, sub_next) =
[all …]
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dsearch.c165 char sub_next[PATH_MAX]; in search_dir() local
191 pathprint(sub_next, sizeof(sub_next), "%s%s", sub, name); in search_dir()
233 if (disk == 0 || filter_path(&state->filterlist, &reason, disk->name, sub_next) == 0) { in search_dir()
239 if (disk == 0 || filter_subdir(&state->filterlist, &reason, disk->name, sub_next) == 0) { in search_dir()
241 pathslash(sub_next, sizeof(sub_next)); in search_dir()
242 search_dir(state, disk, path_next, sub_next); in search_dir()
H A Dscan.c1256 sub_len = strlen(sub_next); in scan_sub()
1292 sub_next[sub_len] = 0; in scan_sub()
1388 pathcatl(sub_next, sub_len, PATH_MAX, name); in scan_sub()
1456 scan_file(scan, is_diff, sub_next, st, FILEPHY_UNREAD_OFFSET); in scan_sub()
1485 scan_link(scan, is_diff, sub_next, tmp, FILE_IS_SYMLINK); in scan_sub()
1506 pathslash(sub_next, PATH_MAX); in scan_sub()
1509 pathcatl(sub_next, sub_len, PATH_MAX, name); in scan_sub()
1511 scan_emptydir(scan, sub_next); in scan_sub()
1549 char sub_next[PATH_MAX]; in scan_dir() local
1553 pathcpy(sub_next, sizeof(sub_next), sub); in scan_dir()
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dpool.c233 struct pool_rec *sub_next; member
321 for (; p; p = p->sub_next) { in walk_pools()
441 new_pool->sub_next = p->sub_pools; in make_sub_pool()
443 if (new_pool->sub_next) in make_sub_pool()
444 new_pool->sub_next->sub_prev = new_pool; in make_sub_pool()
471 new_pool->sub_next = p->sub_pools; in pr_pool_create_sz()
473 if (new_pool->sub_next) in pr_pool_create_sz()
539 p->parent->sub_pools = p->sub_next; in destroy_pool()
543 p->sub_prev->sub_next = p->sub_next; in destroy_pool()
546 if (p->sub_next) { in destroy_pool()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Diname.c106 while (nt->sub_next > 0) in names_init()
107 name_free_sub(nt, --(nt->sub_next)); in names_init()
429 nt->sub_next = 0; in names_trace_finish()
476 uint sub_index = nt->sub_next; in name_alloc_sub()
486 nt->sub_next = sub_index + 1; in name_alloc_sub()
487 if (nt->sub_next > nt->sub_count) in name_alloc_sub()
488 nt->sub_count = nt->sub_next; in name_alloc_sub()
590 if (nt->sub_next > sub_index) in name_scan_sub()
591 nt->sub_next = sub_index; in name_scan_sub()
592 } else if (nt->sub_next == sub_index) in name_scan_sub()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Diname.c101 while (nt->sub_next > 0) in names_init()
102 name_free_sub(nt, --(nt->sub_next)); in names_init()
428 nt->sub_next = 0; in names_trace_finish()
475 uint sub_index = nt->sub_next; in name_alloc_sub()
485 nt->sub_next = sub_index + 1; in name_alloc_sub()
486 if (nt->sub_next > nt->sub_count) in name_alloc_sub()
487 nt->sub_count = nt->sub_next; in name_alloc_sub()
589 if (nt->sub_next > sub_index) in name_scan_sub()
590 nt->sub_next = sub_index; in name_scan_sub()
591 } else if (nt->sub_next == sub_index) in name_scan_sub()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Diname.c105 while (nt->sub_next > 0) in names_init()
106 name_free_sub(nt, --(nt->sub_next), false); in names_init()
427 nt->sub_next = 0; in names_trace_finish()
474 uint sub_index = nt->sub_next; in name_alloc_sub()
484 nt->sub_next = sub_index + 1; in name_alloc_sub()
485 if (nt->sub_next > nt->sub_count) in name_alloc_sub()
486 nt->sub_count = nt->sub_next; in name_alloc_sub()
600 if (nt->sub_next > sub_index) in name_scan_sub()
601 nt->sub_next = sub_index; in name_scan_sub()
602 } else if (nt->sub_next == sub_index) in name_scan_sub()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Diname.c105 while (nt->sub_next > 0) in names_init()
106 name_free_sub(nt, --(nt->sub_next), false); in names_init()
427 nt->sub_next = 0; in names_trace_finish()
474 uint sub_index = nt->sub_next; in name_alloc_sub()
484 nt->sub_next = sub_index + 1; in name_alloc_sub()
485 if (nt->sub_next > nt->sub_count) in name_alloc_sub()
486 nt->sub_count = nt->sub_next; in name_alloc_sub()
600 if (nt->sub_next > sub_index) in name_scan_sub()
601 nt->sub_next = sub_index; in name_scan_sub()
602 } else if (nt->sub_next == sub_index) in name_scan_sub()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Diname.c101 while (nt->sub_next > 0) in names_init()
102 name_free_sub(nt, --(nt->sub_next)); in names_init()
428 nt->sub_next = 0; in names_trace_finish()
475 uint sub_index = nt->sub_next; in name_alloc_sub()
485 nt->sub_next = sub_index + 1; in name_alloc_sub()
486 if (nt->sub_next > nt->sub_count) in name_alloc_sub()
487 nt->sub_count = nt->sub_next; in name_alloc_sub()
589 if (nt->sub_next > sub_index) in name_scan_sub()
590 nt->sub_next = sub_index; in name_scan_sub()
591 } else if (nt->sub_next == sub_index) in name_scan_sub()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Diname.c106 while (nt->sub_next > 0) in names_init()
107 name_free_sub(nt, --(nt->sub_next)); in names_init()
429 nt->sub_next = 0; in names_trace_finish()
476 uint sub_index = nt->sub_next; in name_alloc_sub()
486 nt->sub_next = sub_index + 1; in name_alloc_sub()
487 if (nt->sub_next > nt->sub_count) in name_alloc_sub()
488 nt->sub_count = nt->sub_next; in name_alloc_sub()
590 if (nt->sub_next > sub_index) in name_scan_sub()
591 nt->sub_next = sub_index; in name_scan_sub()
592 } else if (nt->sub_next == sub_index) in name_scan_sub()
[all …]
/dports/games/edge/Edge-1.35-source/src/
H A Dtinybsp.cc186 seg->sub_next = sub->segs; in AddSeg()
298 new_seg->sub_next = NULL; in SplitSeg()
328 old_seg->partner->sub_next = new_seg->partner; in SplitSeg()
407 for (cur=sub->segs; cur; cur=cur->sub_next) in ClockwiseOrder()
416 for (cur=sub->segs, i=0; cur; cur=cur->sub_next, i++) in ClockwiseOrder()
461 array[j]->sub_next = sub->segs; in ClockwiseOrder()
474 for (cur=sub->segs; cur; cur=cur->sub_next) in ClockwiseOrder()
535 for (seg_t *cur = seg_list; cur; cur = cur->sub_next) in EvaluateParty()
684 for (seg_t *Z = sub->segs; Z; Z=Z->sub_next) in ChoosePartition()
727 for (seg_t *P = sub->segs; P; P=P->sub_next) in ChoosePartition()
[all …]
/dports/devel/bmake/bmake/
H A Dfor.c79 unsigned int sub_next; /* Where to continue iterating */ member
98 f->sub_next = 0; in ForLoop_New()
399 f->items.words[f->sub_next + i], endc); in ForLoop_SubstVarLong()
435 Buf_AddEscaped(&f->curBody, f->items.words[f->sub_next + i], '}'); in ForLoop_SubstVarShort()
486 if (f->sub_next == f->items.len) { in ForReadMore()
494 f->sub_next += (unsigned int)f->vars.len; in ForReadMore()
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dfor.c97 int sub_next; member
403 if (arg->sub_next + strlist_num(&arg->vars) > strlist_num(&arg->items)) { in For_Iterate()
444 for_substitute(&cmds, &arg->items, arg->sub_next + i, ech); in For_Iterate()
463 for_substitute(&cmds, &arg->items, arg->sub_next + i, /*{*/ '}'); in For_Iterate()
474 arg->sub_next += strlist_num(&arg->vars); in For_Iterate()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Diname.c436 nt->sub_next = 0; in names_trace_finish()
483 uint sub_index = nt->sub_next; in name_alloc_sub()
493 nt->sub_next = sub_index + 1; in name_alloc_sub()
494 if (nt->sub_next > nt->sub_count) in name_alloc_sub()
495 nt->sub_count = nt->sub_next; in name_alloc_sub()
609 if (nt->sub_next > sub_index) in name_scan_sub()
610 nt->sub_next = sub_index; in name_scan_sub()
611 } else if (nt->sub_next == sub_index) in name_scan_sub()
612 nt->sub_next--; in name_scan_sub()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Diname.c436 nt->sub_next = 0; in names_trace_finish()
483 uint sub_index = nt->sub_next; in name_alloc_sub()
493 nt->sub_next = sub_index + 1; in name_alloc_sub()
494 if (nt->sub_next > nt->sub_count) in name_alloc_sub()
495 nt->sub_count = nt->sub_next; in name_alloc_sub()
609 if (nt->sub_next > sub_index) in name_scan_sub()
610 nt->sub_next = sub_index; in name_scan_sub()
611 } else if (nt->sub_next == sub_index) in name_scan_sub()
612 nt->sub_next--; in name_scan_sub()
/dports/graphics/radiance/radiance-baf2c40/src/
H A Dxoroshiro128plus.hpp49 static constexpr xoroshiro128plus sub_next(uint64_t _s0, uint64_t _s1) in sub_next() function
55 return sub_next(s0,s0^s1); in next()

12