Home
last modified time | relevance | path

Searched refs:oplen (Results 51 – 75 of 493) sorted by relevance

12345678910>>...20

/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dadadecode.c307 int oplen = strlen (trans_table[k][1]); in __gnat_decode() local
309 if (codedlen > oplen) in __gnat_decode()
311 ostrcpy (optoken, optoken + codedlen - oplen); in __gnat_decode()
312 else if (oplen > codedlen) in __gnat_decode()
316 int space = oplen - codedlen; in __gnat_decode()
325 memcpy (optoken, trans_table[k][1], oplen); in __gnat_decode()
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dadadecode.c315 int oplen = strlen (trans_table[k][1]); in __gnat_decode() local
317 if (codedlen > oplen) in __gnat_decode()
319 ostrcpy (optoken, optoken + codedlen - oplen); in __gnat_decode()
320 else if (oplen > codedlen) in __gnat_decode()
324 int space = oplen - codedlen; in __gnat_decode()
333 memcpy (optoken, trans_table[k][1], oplen); in __gnat_decode()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dadadecode.c315 int oplen = strlen (trans_table[k][1]); in __gnat_decode() local
317 if (codedlen > oplen) in __gnat_decode()
319 ostrcpy (optoken, optoken + codedlen - oplen); in __gnat_decode()
320 else if (oplen > codedlen) in __gnat_decode()
324 int space = oplen - codedlen; in __gnat_decode()
333 memcpy (optoken, trans_table[k][1], oplen); in __gnat_decode()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dadadecode.c307 int oplen = strlen (trans_table[k][1]); in __gnat_decode() local
309 if (codedlen > oplen) in __gnat_decode()
311 ostrcpy (optoken, optoken + codedlen - oplen); in __gnat_decode()
312 else if (oplen > codedlen) in __gnat_decode()
316 int space = oplen - codedlen; in __gnat_decode()
325 memcpy (optoken, trans_table[k][1], oplen); in __gnat_decode()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dadadecode.c315 int oplen = strlen (trans_table[k][1]); in __gnat_decode() local
317 if (codedlen > oplen) in __gnat_decode()
319 ostrcpy (optoken, optoken + codedlen - oplen); in __gnat_decode()
320 else if (oplen > codedlen) in __gnat_decode()
324 int space = oplen - codedlen; in __gnat_decode()
333 memcpy (optoken, trans_table[k][1], oplen); in __gnat_decode()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dadadecode.c315 int oplen = strlen (trans_table[k][1]); in __gnat_decode() local
317 if (codedlen > oplen) in __gnat_decode()
319 ostrcpy (optoken, optoken + codedlen - oplen); in __gnat_decode()
320 else if (oplen > codedlen) in __gnat_decode()
324 int space = oplen - codedlen; in __gnat_decode()
333 strncpy (optoken, trans_table[k][1], oplen); in __gnat_decode()
/dports/astro/p5-Astro-FITS-Header/Astro-FITS-Header-3.08/lib/Astro/FITS/Header/
H A DNDF.pm262 my ( $oplen, @errs );
264 err_load( my $param, my $parlen, my $opstr, $oplen, $status );
266 } until ( $oplen == 1 );
393 my $oplen;
395 err_load( my $param, my $parlen, my $opstr, $oplen, $status );
397 } until ( $oplen == 1 );
/dports/biology/vt/vt-0.57721/
H A Ddiscover.cpp1121 spos0 += oplen; in process_read()
1245 cpos1 += oplen; in process_read()
1246 spos0 += oplen; in process_read()
1274 cpos1 += oplen; in process_read()
1298 spos0 += oplen; in process_read()
1304 spos0 += oplen; in process_read()
1319 spos0 += oplen; in process_read()
1385 spos0 += oplen; in process_read()
1393 cpos1 += oplen; in process_read()
1394 spos0 += oplen; in process_read()
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/common/dwarf/
H A Ddwarf2reader.cc627 size_t oplen = 0; in ProcessOneOpcode() local
630 oplen++; in ProcessOneOpcode()
651 *len = oplen; in ProcessOneOpcode()
659 *len = oplen; in ProcessOneOpcode()
665 oplen += templen; in ProcessOneOpcode()
678 oplen += templen; in ProcessOneOpcode()
692 oplen += templen; in ProcessOneOpcode()
698 oplen += templen; in ProcessOneOpcode()
712 oplen += 2; in ProcessOneOpcode()
749 *len = oplen; in ProcessOneOpcode()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/lua/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/games/golly/golly-3.3-src/lua/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/games/wesnoth/wesnoth-1.14.17/src/lua/
H A Dloslib.cpp263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/security/nmap/nmap-7.91/liblua/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/x11-toolkits/scintilla/scite/lua/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/sysutils/vector/rlua-25bd7e6bffef9597466a98bfca80a3056c9e6320/lua/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/games/freeciv/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/lang/lua53/lua-5.3.6/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/audio/ardour6/Ardour-6.8.0/libs/lua/lua-5.3.5/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/emulators/mame/mame-mame0226/3rdparty/lua/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Lua/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/lua/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/editors/scite/scite/lua/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.3.6/src/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()
/dports/games/widelands/widelands-build21/src/third_party/eris/
H A Dloslib.c263 int oplen = 1; /* length of options being checked */ in checkoption() local
264 for (; *option != '\0' && oplen <= convlen; option += oplen) { in checkoption()
266 oplen++; /* will check options with next length (+1) */ in checkoption()
267 else if (memcmp(conv, option, oplen) == 0) { /* match? */ in checkoption()
268 memcpy(buff, conv, oplen); /* copy valid option to buffer */ in checkoption()
269 buff[oplen] = '\0'; in checkoption()
270 return conv + oplen; /* return next item */ in checkoption()

12345678910>>...20