Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/lib/libsocket/socket/
H A Dsocket.c111 int prototype = 0; in _socket_create() local
127 &devpath, &prototype) == -1) { in _socket_create()
137 if (prototype != 0) { in _socket_create()
139 (caddr_t)&prototype, (int)sizeof (prototype)) < 0) { in _socket_create()
H A D_soutil.c123 char **pathp, int *prototype) in _s_netconfig_path() argument
134 *prototype = 0; in _s_netconfig_path()
136 *prototype = protocol; in _s_netconfig_path()
/illumos-gate/usr/src/test/util-tests/tests/svr4pkg/
H A Dsvr4pkg_test.ksh48 (cd $FILEDIR; /usr/bin/pkgproto svr4pkg) > $TD/prototype || \
50 echo "i pkginfo=$TD/pkginfo" >> $TD/prototype
51 /usr/bin/pkgmk -f $TD/prototype -r $FILEDIR -d $TD || \
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dinterceptor.c67 char *prototype = symtab_get_prototype(), in generate_interceptor() local
105 s = strlen(prototype) + 2; in generate_interceptor()
109 (void) strcpy(buf, prototype); in generate_interceptor()
117 err, prototype); in generate_interceptor()
128 (void) fprintf(Bodyfp, "static %s\n{\n", prototype); in generate_interceptor()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dprototype.c1 static int prototype(void);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfloat79 #define _npt_finite 1 /* finite() needs a prototype */
80 #define _npt_finitel 1 /* finitel() needs a prototype */
81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
H A Dlib130 #define _npt_sigflag 1 /* sigflag() needs a prototype */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfloat79 #define _npt_finite 1 /* finite() needs a prototype */
80 #define _npt_finitel 1 /* finitel() needs a prototype */
81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
H A Dlib119 #define _npt_sigflag 1 /* sigflag() needs a prototype */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfloat79 #define _npt_finite 1 /* finite() needs a prototype */
80 #define _npt_finitel 1 /* finitel() needs a prototype */
81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfloat79 #define _npt_finite 1 /* finite() needs a prototype */
80 #define _npt_finitel 1 /* finitel() needs a prototype */
81 #define _npt_isinfl 1 /* isinfl() needs a prototype */
H A Dlib119 #define _npt_sigflag 1 /* sigflag() needs a prototype */
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.tst1014 #define _npt_fooon 1 /* fooon() needs a prototype */
1025 #undef _npt_fopen /* fopen() does not need a prototype */
1026 #define _npt_fooon 1 /* fooon() needs a prototype */
1038 #define _npt_fooon 1 /* fooon() needs a prototype */
1050 #undef HAVE_FOOON_DECL /* fooon() needs a prototype */
1066 #define NEED_FOOON 1 /* fooon() needs a prototype */
1077 #undef NEED_FOPEN /* fopen() does not need a prototype */
1079 #define NEED_FOOON 1 /* fooon() needs a prototype */
1080 #undef HAVE_FOOON /* fooon() needs a prototype */
1093 #define NEED_FOOON 1 /* fooon() needs a prototype */
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/cf/
H A Dsubmit.mc14 # This is the prototype file for a set-group-ID sm-msp sendmail that
/illumos-gate/usr/src/data/ucode/
H A Dupdate.intel114 sed '/^$/q' < ../../prototypes/prototype.Makefile
/illumos-gate/usr/src/uts/common/xen/public/
H A DREADME.DO_NOT_EDIT26 # ident "@(#)prototype.Makefile 1.15 06/02/08 SMI"
/illumos-gate/usr/src/uts/common/xen/sys/
H A DREADME26 # ident "@(#)prototype.Makefile 1.15 06/02/08 SMI"
/illumos-gate/usr/src/common/ficl/
H A DReadMe.txt9 and development prototype language. Ficl stands for "Forth Inspired
/illumos-gate/usr/src/cmd/troff/troff.d/
H A DREADME77 it will serve as a useful prototype. In particular,
92 This release contains prototype software for one
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE37 01-10-31 dlfcn.c: change hp.pa dlopen() prototype (<dlfcn.h> but no -ldl!)
/illumos-gate/usr/src/man/man5/
H A DMakefile153 prototype.5 \
/illumos-gate/usr/src/test/libc-tests/cfg/
H A DREADME30 function has the following prototype:
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE46 04-10-22 ppproto.c: handle `type var[x][y]' arg prototype
134 ppproto.c: add realloc prototype and memcpy=>memcopy strcpy=>strcopy
386 92-04-11 add inverse proto (K&R -> prototype) to ppproto
417 add #pragma prototyped and ppproto.c for prototype conversion
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE86 11-05-13 tm/tminit.c: tweak tzname[] prototype
140 10-08-20 include/ast.h: add export plugin_version() prototype
916 features/fcntl.c: enable mmap64() prototype
952 02-07-18 apply LARGEFILE64 header prototype clash patches
1113 regex.h: fix regerror_t prototype
1417 98-10-01 features/stdio prototype fixes
1421 ast_std.h: provide mmap() prototype
1521 sfhdr.h: fix sfrsrv prototype
1547 vmalloc.h: add vmstrdup() prototype
1566 fs3d.h: hide mount prototype
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dpackage-svr4.p5m93 file path=usr/share/man/man5/prototype.5

123