Home
last modified time | relevance | path

Searched refs:useropen (Results 1 – 24 of 24) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/demo/
H A DMakefile32 OTHERSTUFF = useropen pager keypad smgtest
69 useropen : $(OBJDIR)/useropen target
70 @echo useropen created in $(OBJDIR)
71 $(OBJDIR)/useropen : $(OBJDIR)/useropen.o $(useropen_DEPS) $(EXECDEPS)
72 $(CC) -o $(OBJDIR)/useropen $(LDFLAGS) $(OBJDIR)/useropen.o $(useropen_LIBS) $(EXECLIBS)
73 $(OBJDIR)/useropen.o : $(SRCDIR)/useropen.c $(DOT_O_DEPS) $(useropen_O_DEP)
74 cd $(OBJDIR); $(COMPILE_CMD) $(useropen_INC) $(EXECINC) $(SRCDIR)/useropen.c
H A Dconfig.status75 s%@PROGRAM_OFILES@% useropen.o pager.o keypad.o smgtest.o%g
76 s%@PROGRAM_CFILES@% useropen.c pager.c keypad.c smgtest.c%g
78 s%@PROGRAM_OBJECTS@% $(OBJDIR)/useropen.o $(OBJDIR)/pager.o $(OBJDIR)/keypad.o $(OBJDIR)/smgtest.o%g
79 s%@PROGRAM_ELFOBJECTS@% $(ELFDIR)/useropen.o $(ELFDIR)/pager.o $(ELFDIR)/keypad.o $(ELFDIR)/smgtest…
H A Dmodules.unx1 useropen
H A DMakefile.in31 OTHERSTUFF = useropen pager keypad smgtest
H A DREADME32 useropen.c This example shows how to specify an object that S-Lang will
/dports/devel/libslang2/slang-2.3.2/demo/
H A DMakefile.in26 OTHERSTUFF = useropen pager keypad smgtest
51 useropen : useropen.o $(useropen_DEPS) $(EXECDEPS)
52 $(CC) -o useropen $(LDFLAGS) useropen.o $(useropen_LIBS) $(EXECLIBS)
53 useropen.o : useropen.c $(DOT_O_DEPS) $(useropen_O_DEP)
54 $(COMPILE_CMD) $(useropen_INC) $(EXECINC) useropen.c
H A DREADME32 useropen.c This example shows how to specify an object that S-Lang will
/dports/devel/libslang2/slang-2.3.2/
H A D.gitignore14 demo/useropen
H A Dslang.lis43 @demo/useropen.c
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DFmodOpenALBridge.h199 …FMOD_RESULT setFileSystem(FMOD_FILE_OPENCALLBACK useropen, FMOD_FILE_CLOSECALLBACK userclose, FMOD…
H A DFmodOpenALBridge.cpp1314 …FMOD_RESULT setFileSystem(FMOD_FILE_OPENCALLBACK useropen, FMOD_FILE_CLOSECALLBACK userclose, FMOD…
1731 …ALLBACK useropen, FMOD_FILE_CLOSECALLBACK userclose, FMOD_FILE_READCALLBACK userread, FMOD_FILE_SE…
1732 FMOD_RESULT OpenALSystem::setFileSystem(FMOD_FILE_OPENCALLBACK useropen, FMOD_FILE_CLOSECALLBACK us… in setFileSystem() argument
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dfmod_wrap.h92useropen, FMOD_FILE_CLOSECALLBACK userclose, FMOD_FILE_READCALLBACK userread, FMOD_FILE_SEEKCALLBA… in setFileSystem() argument
93useropen, FMOD_FILE_CLOSECALLBACK userclose, FMOD_FILE_READCALLBACK userread, FMOD_FILE_SEEKCALLBA… in attachFileSystem() argument
H A Dfmodsound.cpp1660 exinfo.useropen = open_reader_callback; in OpenStream()
/dports/japanese/libslang/slang-1.4.5jp2/
H A Dslang.lis39 @demo/useropen.c
/dports/japanese/gawk/gawk-3.0.6/
H A Dio.c113 static int useropen P((IOBUF *iop, const char *name, const char *mode));
958 useropen(iop, name, mode) in useropen() function
1015 { "/dev/user", 9, useropen },
H A DChangeLog408 * io.c (useropen, pidopen): add casts to int on arguments to
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/fmodex/inc/
H A Dfmod.h1484 …FMOD_FILE_OPENCALLBACK useropen; /* [w] Optional. Specify 0 to ignore. Callback … member
1876 …tem_SetFileSystem (FMOD_SYSTEM *system, FMOD_FILE_OPENCALLBACK useropen, FMOD_FILE_CLOSEC…
1877 …tem_AttachFileSystem (FMOD_SYSTEM *system, FMOD_FILE_OPENCALLBACK useropen, FMOD_FILE_CLOSEC…
/dports/games/cake/cake_src/cake/fmod/
H A Dfmoddyn.h34 …void (F_API *FSOUND_File_SetCallbacks)(FSOUND_OPENCALLBACK useropen, FSOUND_CLOSECALLB…
H A Dfmod.h729 DLL_API void F_API FSOUND_File_SetCallbacks(FSOUND_OPENCALLBACK useropen,
/dports/games/cube/cube_source/include/
H A Dfmoddyn.h34 …void (F_API *FSOUND_File_SetCallbacks)(FSOUND_OPENCALLBACK useropen, FSOUND_CLOSECALLB…
H A Dfmod.h729 DLL_API void F_API FSOUND_File_SetCallbacks(FSOUND_OPENCALLBACK useropen,
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/
H A Dfmoddyn.h34 …void (F_API *FSOUND_File_SetCallbacks)(FSOUND_OPENCALLBACK useropen, FSOUND_CLOSECAL…
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/fmod/
H A Dfmod.h814 DLL_API void F_API FSOUND_File_SetCallbacks(FSOUND_OPENCALLBACK useropen,
/dports/lang/gawk/gawk-5.1.1/
H A DChangeLog.01656 * io.c (iop_open, spec_setup, specfdopen, pidopen, useropen): Removed.
3261 (pidopen, useropen): Use it.
3278 (pidopen, useropen): Return `IOBUF *' instead of int. Fix
4903 * io.c (useropen): Add `defined (HAVE_GETGROUPS)' as first test
5764 * io.c (pidopen, useropen): Likewise.
8459 * io.c (pidopen, useropen): Added warnings to use PROCINFO[],
8872 * io.c (useropen, pidopen): Add casts to int on arguments to