Home
last modified time | relevance | path

Searched refs:extptr (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dsnd_codec.c141 char *extptr; in S_TheCheckExtension() local
146 if(!extptr) in S_TheCheckExtension()
148 extptr = &fn[stringlen]; in S_TheCheckExtension()
150 extptr[0] = '.'; in S_TheCheckExtension()
151 extptr[1] = 'w'; in S_TheCheckExtension()
152 extptr[2] = 'a'; in S_TheCheckExtension()
153 extptr[3] = 'v'; in S_TheCheckExtension()
154 extptr[4] = '\0'; in S_TheCheckExtension()
165 extptr[0] = 'o'; in S_TheCheckExtension()
166 extptr[1] = 'g'; in S_TheCheckExtension()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dsnd_codec.c141 char *extptr; in S_TheCheckExtension() local
146 if(!extptr) in S_TheCheckExtension()
148 extptr = &fn[stringlen]; in S_TheCheckExtension()
150 extptr[0] = '.'; in S_TheCheckExtension()
151 extptr[1] = 'w'; in S_TheCheckExtension()
152 extptr[2] = 'a'; in S_TheCheckExtension()
153 extptr[3] = 'v'; in S_TheCheckExtension()
154 extptr[4] = '\0'; in S_TheCheckExtension()
165 extptr[0] = 'o'; in S_TheCheckExtension()
166 extptr[1] = 'g'; in S_TheCheckExtension()
[all …]
/dports/archivers/zip/zip30/acorn/
H A Driscos.c270 register char *extptr=exts2swap; in checkext() local
274 if (extptr != NULL) while(*extptr) { in checkext()
276 e=*extptr; s=*suffptr; in checkext()
278 e=*++extptr; s=*++suffptr; in checkext()
285 while(*extptr!=':' && *extptr!='\0') /* skip to next extension */ in checkext()
286 extptr++; in checkext()
287 if (*extptr!='\0') in checkext()
288 extptr++; in checkext()
/dports/archivers/unzip/unzip60/acorn/
H A Driscos.c262 register char *extptr = exts2swap ? exts2swap : ""; in checkext() local
266 while(*extptr) { in checkext()
268 e=*extptr; s=*suffptr; in checkext()
270 e=*++extptr; s=*++suffptr; in checkext()
277 while(*extptr!=':' && *extptr!='\0') /* skip to next extension */ in checkext()
278 extptr++; in checkext()
279 if (*extptr!='\0') in checkext()
280 extptr++; in checkext()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DPrimitive.c1437 XmPrimitiveClassExt *extptr; in XmWidgetGetBaselines() local
1439 extptr = _XmGetPrimitiveClassExtPtr(XtClass(w), NULLQUARK); in XmWidgetGetBaselines()
1441 if (extptr && *extptr && (*extptr)->widget_baseline) in XmWidgetGetBaselines()
1448 XmGadgetClassExt *extptr; in XmWidgetGetBaselines() local
1450 extptr = _XmGetGadgetClassExtPtr(XtClass(w), NULLQUARK); in XmWidgetGetBaselines()
1452 if (extptr && *extptr && (*extptr)->widget_baseline) in XmWidgetGetBaselines()
1466 XmPrimitiveClassExt *extptr; in XmWidgetGetDisplayRect() local
1470 if (extptr && *extptr && (*extptr)->widget_display_rect) in XmWidgetGetDisplayRect()
1477 XmGadgetClassExt *extptr; in XmWidgetGetDisplayRect() local
1479 extptr = _XmGetGadgetClassExtPtr(XtClass(w), NULLQUARK); in XmWidgetGetDisplayRect()
[all …]
H A DDrawingArea.c254 CompositeClassExtension ext, *extptr; in class_part_initialize() local
256 extptr = (CompositeClassExtension *)_XmGetClassExtensionPtr( in class_part_initialize()
260 if (extptr == NULL || *extptr == NULL) in class_part_initialize()
H A DBulletinBoard.c394 CompositeClassExtension ext, *extptr; in class_part_initialize() local
396 extptr = (CompositeClassExtension *)_XmGetClassExtensionPtr( in class_part_initialize()
400 if (extptr == NULL || *extptr == NULL) in class_part_initialize()
417 else if (!(*extptr)->accepts_objects) in class_part_initialize()
419 (*extptr)->accepts_objects = True; in class_part_initialize()
H A DFrame.c318 CompositeClassExtension ext, *extptr; in class_part_initialize() local
321extptr = (CompositeClassExtension *)_XmGetClassExtensionPtr((XmGenericClassExt *)&(fclass->composi… in class_part_initialize()
324 if (extptr == NULL || *extptr == NULL) in class_part_initialize()
H A DLabel.c413 XmPrimitiveClassExt ext, *extptr, *sextptr; in class_part_initialize() local
457 extptr = (XmPrimitiveClassExt *)_XmGetClassExtensionPtr( in class_part_initialize()
464 if (extptr == NULL || *extptr == NULL) in class_part_initialize()
478 ext = *extptr; in class_part_initialize()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DSample.hpp55 char* extptr = strrchr (path, '.'); local
56 const int extsz = (extptr ? strlen (extptr) + 1 : 1);
60 if (extsz > 1) memcpy (ext, extptr, extsz);
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A DSample.hpp68 char* extptr = strrchr (name, '.'); local
69 if (!extptr) extptr = path + strlen (path);
70 const int extsz = strlen (extptr) + 1;
71 if ((extsz > 1) && (extsz < 16)) memcpy (ext, extptr, extsz);
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DSample.hpp68 char* extptr = strrchr (name, '.'); local
69 if (!extptr) extptr = path + strlen (path);
70 const int extsz = strlen (extptr) + 1;
71 if ((extsz > 1) && (extsz < 16)) memcpy (ext, extptr, extsz);
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dtblcmp.c87 int extptr, extrct[2][CSIZE + 1]; local
100 extptr = 0;
126 extrct[extptr]);
143 extrct[extptr]);
159 d = tbldiff (state, i, extrct[1 - extptr]);
161 extptr = 1 - extptr;
192 mkentry (extrct[extptr], numecs, statenum,
/dports/textproc/flex/flex-2.6.4/src/
H A Dtblcmp.c83 int extptr, extrct[2][CSIZE + 1]; in bldtbl() local
96 extptr = 0; in bldtbl()
122 extrct[extptr]); in bldtbl()
139 extrct[extptr]); in bldtbl()
155 d = tbldiff (state, i, extrct[1 - extptr]); in bldtbl()
157 extptr = 1 - extptr; in bldtbl()
188 mkentry (extrct[extptr], numecs, statenum, in bldtbl()
/dports/audio/dumb/dumb-0.9.3/examples/
H A Ddumbout.c237 char *extptr = NULL, *p; in main() local
247 if (*p == '.') extptr = p; in main()
248 if (!extptr) extptr = p; in main()
249 strcpy(extptr, ".pcm"); in main()
H A Ddumb2wav.c256 char *extptr = NULL, *p; in main() local
266 if (*p == '.') extptr = p; in main()
267 if (!extptr) extptr = p; in main()
268 strcpy(extptr, ".wav"); in main()
/dports/audio/dumb-allegro/dumb-0.9.3/examples/
H A Ddumbout.c237 char *extptr = NULL, *p; in main() local
247 if (*p == '.') extptr = p; in main()
248 if (!extptr) extptr = p; in main()
249 strcpy(extptr, ".pcm"); in main()
H A Ddumb2wav.c256 char *extptr = NULL, *p; in main() local
266 if (*p == '.') extptr = p; in main()
267 if (!extptr) extptr = p; in main()
268 strcpy(extptr, ".wav"); in main()
/dports/graphics/Coin/coin-Coin-4.0.0/src/foreignfiles/
H A DSoForeignFileKit.cpp198 const char * extptr = strrchr(filename, '.'); in create_foreignfilekit() local
199 if (extptr) { in create_foreignfilekit()
200 extptr++; in create_foreignfilekit()
201 SbName ext(SbString(extptr).lower()); in create_foreignfilekit()
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dproc.c1038 register Extsym *extptr; in docommon() local
1047 for(extptr = extsymtab ; extptr<nextext ; ++extptr) in docommon()
1048 if (extptr->extstg == STGCOMMON && (q = extptr->extp)) { in docommon()
1067 extptr->extleng = roundup(extptr->extleng, typealign[type]); in docommon()
1092 extptr->extleng += size; in docommon()
1095 extptr->extype = k; in docommon()
1099 q1 = extptr->extp; in docommon()
1104 extptr->curno = extptr->maxno - i; in docommon()
1106 extptr->curno = ++extptr->maxno; in docommon()
1107 extptr->allextp = mkchain((char *)extptr->extp, in docommon()
[all …]
/dports/lang/f2c/f2c-20200916/src/
H A Dproc.c1043 register Extsym *extptr; in docommon() local
1052 for(extptr = extsymtab ; extptr<nextext ; ++extptr) in docommon()
1053 if (extptr->extstg == STGCOMMON && (q = extptr->extp)) { in docommon()
1072 extptr->extleng = roundup(extptr->extleng, typealign[type]); in docommon()
1097 extptr->extleng += size; in docommon()
1100 extptr->extype = k; in docommon()
1104 q1 = extptr->extp; in docommon()
1109 extptr->curno = extptr->maxno - i; in docommon()
1111 extptr->curno = ++extptr->maxno; in docommon()
1112 extptr->allextp = mkchain((char *)extptr->extp, in docommon()
[all …]
/dports/textproc/reflex/reflex-20210808/
H A Dtblcmp.c98 int extptr = 0; in bldtbl() local
114 extrct[extptr]); in bldtbl()
131 extrct[extptr]); in bldtbl()
146 int d = tbldiff(state, i, extrct[1 - extptr]); in bldtbl()
148 extptr = 1 - extptr; in bldtbl()
177 mkentry(extrct[extptr], numecs, statenum, in bldtbl()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_consolecmds.c467 char *extptr, *buffptr; in CG_DumpLocation_f() local
479 extptr = locfilename + strlen( locfilename ) - 4; in CG_DumpLocation_f()
480 if ( extptr < locfilename || Q_stricmp( extptr, ".bsp" ) ) { in CG_DumpLocation_f()
484 Q_strncpyz( extptr, ".loc", 5 ); in CG_DumpLocation_f()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Deggfileformatchooser.c308 const gchar *extptr; in accept_filename() local
311 extptr = filename + length - strlen (token) - 1; in accept_filename()
313 if (extptr > filename && '.' == *extptr && in accept_filename()
314 !strcmp (extptr + 1, token)) in accept_filename()
860 const gchar* extptr; in egg_file_format_chooser_add_format() local
869 while (NULL != (extptr = va_arg (extensions, const gchar*))) in egg_file_format_chooser_add_format()
876 g_string_append (buffer, extptr); in egg_file_format_chooser_add_format()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/include/r/
H A DRSexp.hpp127 void* getExternalPtrAddr(SEXP extptr);
128 void clearExternalPtr(SEXP extptr);

12