Home
last modified time | relevance | path

Searched refs:strt (Results 1 – 25 of 1518) sorted by last modified time

12345678910>>...61

/dports/www/vdradmin-am/vdradmin-am-3.6.10/
H A Dvdradmind2111 my $strt = strftime("%H:%M", localtime($start));
2138 $smtp->datasend("$dat, $strt - $end\n\n");
H A Dvdradmind.pl2111 my $strt = strftime("%H:%M", localtime($start));
2138 $smtp->datasend("$dat, $strt - $end\n\n");
/dports/www/chpasswd/chpasswd-2.2.4/
H A Dchpasswd.c622 char *strt; in rtrim() local
623 for (strt=stri;*strt==' ';strt++); in rtrim()
624 if (strt!=stri){ in rtrim()
625 memmove (stri, strt, strlen(stri)-(strt-stri)); in rtrim()
626 stri[strlen(stri)-(strt-stri)]='\0'; in rtrim()
/dports/sysutils/logrotate/logrotate-3.13.0/
H A Dconfig.c160 static char *isolateLine(char **strt, char **buf, size_t length) { in isolateLine() argument
165 start = *strt; in isolateLine()
175 *strt = tmp; in isolateLine()
203 static char *isolateWord(char **strt, char **buf, size_t length) { in isolateWord() argument
207 start = *strt; in isolateWord()
216 *strt = endtag; in isolateWord()
/dports/science/shelxle/shelxle-1.0.1352/
H A Dmolecule.cpp8808 int strt=rings[ri].members.indexOf(last); in extendChain() local
8810 rrj=(strt>=0)?(strt+rri)%rings[ri].members.size():rri; in extendChain()
9068 int strt=ringe[ri].members.indexOf(ll); in inventNewLabels() local
9069 if (strt<0)strt = ringe[ri].members.indexOf(chains.last().at(ci)); in inventNewLabels()
9071 rrj=(strt>=0)?(strt+rri)%ringe[ri].members.size():rri; in inventNewLabels()
/dports/math/gap/gap-4.11.0/pkg/PatternClass-2.4.2/lib/
H A Dinversion.gi29 local siz,alph,strt,acc,trans,temp,i,aut;
33 strt:=[1];
47 aut:=Automaton("det",siz,alph,trans,strt,acc);
/dports/math/sc/sc-7.16/
H A Dcmds.c1965 char *strt; local
1966 strt = ++s;
1969 *fp++ = *s++; if( *s == '\0' ) s = strt;
3396 char *strt; local
3397 strt = ++string;
3406 string = strt;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/gcc-interface/
H A DMakefile.in328 prj-proc.o prj-strt.o prj-tree.o prj-util.o restrict.o rident.o s-exctab.o \
/dports/games/scorched3d/scorched/src/common/lua/
H A Dlstring.cpp29 tb = &G(L)->strt; in luaS_resize()
64 tb = &G(L)->strt; in newlstr()
82 for (o = G(L)->strt.hash[lmod(h, G(L)->strt.size)]; in luaS_newlstr()
H A Dlgc.cpp390 G(L)->strt.nuse--; in freeobj()
434 if (g->strt.nuse < cast(lu_int32, g->strt.size/4) && in checkSizes()
435 g->strt.size > MINSTRTABSIZE*2) in checkSizes()
436 luaS_resize(L, g->strt.size/2); /* table is too big */ in checkSizes()
488 for (i = 0; i < g->strt.size; i++) /* free all string lists */ in luaC_freeall()
489 sweepwholelist(L, &g->strt.hash[i]); in luaC_freeall()
574 sweepwholelist(L, &g->strt.hash[g->sweepstrgc++]); in singlestep()
575 if (g->sweepstrgc >= g->strt.size) /* nothing more to sweep? */ in singlestep()
H A Dlstate.cpp110 lua_assert(g->strt.nuse == 0); in close_state()
111 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size, TString *); in close_state()
163 g->strt.size = 0; in lua_newstate()
164 g->strt.nuse = 0; in lua_newstate()
165 g->strt.hash = NULL; in lua_newstate()
H A Dlstate.h69 stringtable strt; /* hash table for strings */ member
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/unix/
H A DMakefile.top89 QUEST_LEVS = ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev
/dports/games/xnethack/xNetHack-xnh6.1/sys/unix/
H A DMakefile.top95 QUEST_LEVS = ???-goal.lua ???-fil?.lua ???-loca.lua ???-strt.lua
/dports/games/nethack34-nox11/nethack-3.4.3/sys/unix/
H A DMakefile.top80 QUEST_LEVS = ???-goal.lev ???-fil?.lev ???-loca.lev ???-strt.lev
/dports/games/spring/spring_98.0/rts/lib/lua/src/
H A Dlstring.cpp29 tb = &G(L)->strt; in luaS_resize()
64 tb = &G(L)->strt; in newlstr()
94 for (o = G(L)->strt.hash[lmod(h, G(L)->strt.size)]; in luaS_newhstr()
112 for (o = G(L)->strt.hash[lmod(h, G(L)->strt.size)]; in luaS_newlstr()
H A Dlgc.cpp390 G(L)->strt.nuse--; in freeobj()
434 if (g->strt.nuse < cast(lu_int32, g->strt.size/4) && in checkSizes()
435 g->strt.size > MINSTRTABSIZE*2) in checkSizes()
436 luaS_resize(L, g->strt.size/2); /* table is too big */ in checkSizes()
488 for (i = 0; i < g->strt.size; i++) /* free all string lists */ in luaC_freeall()
489 sweepwholelist(L, &g->strt.hash[i]); in luaC_freeall()
574 sweepwholelist(L, &g->strt.hash[g->sweepstrgc++]); in singlestep()
575 if (g->sweepstrgc >= g->strt.size) /* nothing more to sweep? */ in singlestep()
H A Dlstate.cpp110 lua_assert(g->strt.nuse == 0); in close_state()
111 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size, TString *); in close_state()
163 g->strt.size = 0; in lua_newstate()
164 g->strt.nuse = 0; in lua_newstate()
165 g->strt.hash = NULL; in lua_newstate()
H A Dlstate.h68 stringtable strt; /* hash table for strings */ member
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/lua/src/
H A Dlstate.h126 stringtable strt; /* hash table for strings */ member
H A Dlstate.c248 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state()
314 g->strt.size = g->strt.nuse = 0; in lua_newstate()
315 g->strt.hash = NULL; in lua_newstate()
H A Dlstring.c73 stringtable *tb = &G(L)->strt; in luaS_resize()
155 stringtable *tb = &G(L)->strt; in luaS_remove()
171 TString **list = &g->strt.hash[lmod(h, g->strt.size)]; in internshrstr()
182 if (g->strt.nuse >= g->strt.size && g->strt.size <= MAX_INT/2) { in internshrstr()
183 luaS_resize(L, g->strt.size * 2); in internshrstr()
184 list = &g->strt.hash[lmod(h, g->strt.size)]; /* recompute with new size */ in internshrstr()
191 g->strt.nuse++; in internshrstr()
H A Dlgc.c780 if (g->strt.nuse < g->strt.size / 4) /* string table too big? */ in checkSizes()
781 luaS_resize(L, g->strt.size / 2); /* shrink it a little */ in checkSizes()
977 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
1048 g->GCmemtrav = g->strt.size * sizeof(GCObject*); in singlestep()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/src/host/lua-5.1.4/src/
H A Dlstate.h69 stringtable strt; /* hash table for strings */ member
H A Dlstate.c110 lua_assert(g->strt.nuse == 0); in close_state()
111 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size, TString *); in close_state()
163 g->strt.size = 0; in lua_newstate()
164 g->strt.nuse = 0; in lua_newstate()
165 g->strt.hash = NULL; in lua_newstate()

12345678910>>...61