Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 71) sorted by relevance

123

/plan9/sys/src/cmd/vnc/
H A Dvncv.c7 int shared; variable
82 int p, fd, dfd, cfd, shared; in main() local
88 shared = 0; in main()
97 shared = 1; in main()
132 if(vncstart(vnc, shared) < 0) in main()
199 vncstart(Vnc *v, int shared) in vncstart() argument
201 vncwrchar(v, shared); in vncstart()
H A Dvncs.c55 int shared; variable
547 shared = vncrdchar(v); in vncaccept()
550 fprint(2, "%V: %sshared\n", v, shared ? "" : "not "); in vncaccept()
551 if(!shared) in vncaccept()
/plan9/sys/src/cmd/gs/src/
H A Dunix-dll.mak17 # Partial makefile for Unix shared object target
20 # make so make ghostscript as a shared object
21 # make sodebug make debug ghostscript as a shared object
22 # make soinstall install shared object ghostscript
29 # Location for building shared object
33 # ------------------- Ghostscript shared object --------------------------- #
47 # shared library
77 SODEFS=LDFLAGS='$(LDFLAGS) $(CFLAGS_SO) -shared -Wl,-soname=$(GS_SONAME_MAJOR)'\
88 # Normal shared object
92 # Debug shared object
[all …]
H A Dgscssub.c72 pgs->shared->device_color_spaces.indexed[index])); in gs_setsubstitutecolorspace()
85 pgs->shared->device_color_spaces.named.Gray : pcs); in gs_current_DeviceGray_space()
94 pgs->shared->device_color_spaces.named.RGB : pcs); in gs_current_DeviceRGB_space()
103 pgs->shared->device_color_spaces.named.CMYK : pcs); in gs_current_DeviceCMYK_space()
H A Dmacos-fw.mak17 # Partial makefile for MacOS X/Darwin shared object target
22 # make so make ghostscript as a shared object
23 # make sodebug make debug ghostscript as a shared object
24 # make soinstall install shared object ghostscript
31 # Location for building shared object
35 # ------------------- Ghostscript shared object --------------------------- #
44 # shared library
95 # Normal shared object
99 # Debug shared object
100 # Note that this is in the same directory as the normal shared
H A Dgxcpath.c127 cpath_share_own_contents(gx_clip_path * pcpath, const gx_clip_path * shared) in cpath_share_own_contents() argument
129 pcpath->inner_box = shared->inner_box; in cpath_share_own_contents()
130 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
131 pcpath->outer_box = shared->outer_box; in cpath_share_own_contents()
132 pcpath->id = shared->id; in cpath_share_own_contents()
147 const gx_clip_path * shared, gs_memory_t * mem, client_name_t cname) in gx_cpath_init_contained_shared() argument
149 if (shared) { in gx_cpath_init_contained_shared()
150 if (shared->path.segments == &shared->path.local_segments) { in gx_cpath_init_contained_shared()
152 (ulong) shared); in gx_cpath_init_contained_shared()
155 *pcpath = *shared; in gx_cpath_init_contained_shared()
[all …]
H A Dgxpath.c127 gx_path_init_contained_shared(gx_path * ppath, const gx_path * shared, in gx_path_init_contained_shared() argument
130 if (shared) { in gx_path_init_contained_shared()
131 if (shared->segments == &shared->local_segments) { in gx_path_init_contained_shared()
133 (ulong) shared); in gx_path_init_contained_shared()
136 *ppath = *shared; in gx_path_init_contained_shared()
157 gx_path_alloc_shared(const gx_path * shared, gs_memory_t * mem, in gx_path_alloc_shared() argument
165 if (shared) { in gx_path_alloc_shared()
166 if (shared->segments == &shared->local_segments) { in gx_path_alloc_shared()
168 (ulong) shared); in gx_path_alloc_shared()
172 *ppath = *shared; in gx_path_alloc_shared()
[all …]
H A Dgxpath.h77 gx_path *gx_path_alloc_shared(const gx_path * shared, gs_memory_t * mem,
86 int gx_path_init_contained_shared(gx_path * ppath, const gx_path * shared,
96 int gx_path_init_local_shared(gx_path * ppath, const gx_path * shared,
295 gx_clip_path *gx_cpath_alloc_shared(const gx_clip_path * shared,
301 const gx_clip_path * shared,
308 const gx_clip_path * shared,
H A Dgsstate.c790 gstate_alloc_parts(gs_state * parts, const gs_state * shared, in gstate_alloc_parts() argument
796 (shared ? in gstate_alloc_parts()
797 gx_path_alloc_shared(shared->path, path_mem, in gstate_alloc_parts()
801 (shared ? in gstate_alloc_parts()
802 gx_cpath_alloc_shared(shared->clip_path, mem, in gstate_alloc_parts()
805 if (!shared || shared->effective_clip_shared) { in gstate_alloc_parts()
810 gx_cpath_alloc_shared(shared->effective_clip_path, mem, in gstate_alloc_parts()
H A Dgsstype.h91 const struct_shared_procs_t *shared; member
H A Dlibpng.mak32 # LIBPNG_NAME - if SHARE_LIBPNG=1, the name of the shared library
124 # Define the shared version of libpng.
130 # Define the non-shared version of libpng.
H A Dmacosx.mak143 # Note: if a shared library is used, it may not contain the
159 # Choose whether to use a shared version of the PNG library, and if so,
171 # Choose whether to use a shared version of the zlib library, and if so,
179 # Choose shared or compiled in libjbig2dec and source location
223 # and shared object builds.
250 # giving the full path names of the shared library directories.
362 # unix-dll.mak when building a shared object.
H A Dunix-gcc.mak141 # Note: if a shared library is used, it may not contain the
157 # Choose whether to use a shared version of the PNG library, and if so,
169 # Choose whether to use a shared version of the zlib library, and if so,
177 # Choose shared or compiled in libjbig2dec and source location
219 # and shared object builds.
246 # giving the full path names of the shared library directories.
358 # unix-dll.mak when building a shared object.
H A Dunixansi.mak131 # Note: if a shared library is used, it may not contain the
147 # Choose whether to use a shared version of the PNG library, and if so,
159 # Choose whether to use a shared version of the zlib library, and if so,
167 # Choose shared or compiled in libjbig2dec and source location
226 # giving the full path names of the shared library directories.
H A Ddvx-gcc.mak115 # Note: if a shared library is used, it may not contain the
131 # Choose whether to use a shared version of the PNG library (-lpng).
141 # Choose whether to use a shared version of the zlib library (-lgz).
147 # Choose shared or compiled in libjbig2dec and source location
/plan9/sys/src/cmd/gs/zlib/
H A Dconfigure34 shared=0
55 -s* | --s*) shared=1; shift;;
155 if test $shared -eq 1; then
156 echo Checking for shared library support...
162 echo Building shared library $SHAREDLIBV with $CC.
164 echo No shared library support.
165 shared=0;
168 shared=0;
171 if test $shared -eq 0; then
H A DChangeLog51 - Support shared libraries on Hurd and KFreeBSD [Brown]
190 - Fix configure to link shared library when testing
262 - Add aix/ with approach for compiling shared library on AIX
263 - Add HP-UX support for shared libraries in configure
264 - Add OpenUNIX support for shared libraries in configure
265 - Use $cc instead of gcc to build shared library
321 - support shared libraries on OSF1 V4 (Tim Mooney)
355 - add shared lib support for UNIX_SV4.2MP (MATSUURA Takanori)
421 - fix test for shared library support to avoid compiler warnings
428 - fixed "make uninstall" for shared libraries
[all …]
/plan9/sys/src/cmd/auth/
H A Dsecureidcheck.c57 hide(Secret *shared, uchar *auth, Secret *pass, uchar *x) in hide() argument
62 M = md5(shared->s, shared->len, nil, nil); in hide()
71 authcmp(Secret *shared, uchar *buf, int m, uchar *auth) in authcmp() argument
79 md5(shared->s, shared->len, x, M); in authcmp()
126 rpc(char *dest, Secret *shared, Packet *req) in rpc() argument
182 if(authcmp(shared, buf2, m, buf+4) == 0) in rpc()
360 Secret shared, pass; in secureidcheck() local
396 shared.s = (uchar*)radiussecret; in secureidcheck()
397 shared.len = strlen(radiussecret); in secureidcheck()
410 hide(&shared, req->authenticator, &pass, x); in secureidcheck()
[all …]
/plan9/sys/src/cmd/gs/jpeg/
H A Dltconfig124 --disable-shared do not build shared libraries
578 …echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared librarie…
781 archive_cmds='$CC -shared -o $lib$libobjs'
805 archive_cmds='$LD -shared -o $lib -soname $soname -set_version $verstring$libobjs'
834 …archive_cmds='$LD -shared${allow_undefined_flag} -o $lib -soname $soname -set_version $verstring$l…
860 archive_cmds='$CC -shared -o $lib$libobjs'
1246 echo "checking if libtool supports shared libraries... $can_build_shared" 1>&6
1248 echo $ac_n "checking whether to build shared libraries... $ac_c" 1>&6
H A Dchange.log48 The configure script now supports building libjpeg as a shared library
50 build shared libraries for). Use "./configure --enable-shared" to
/plan9/sys/src/
H A Dmkfile.proto2 # common mkfile parameters shared by all architectures
/plan9/sys/src/9/kw/
H A Dopenrd.words18 uart0 is the shared jtag/uart thing with the usb mini b connector.
/plan9/sys/src/cmd/bzip2/
H A DREADME33 HOW TO BUILD -- UNIX, shared library libbz2.so.
40 bzip2-shared, a client of the shared library, is also build, but
/plan9/sys/src/9/teg2/
H A D_announce54 Also following a reboot, cpu1's local (not tegra SoC shared) timers
/plan9/sys/src/cmd/gs/libpng/
H A DCHANGES96 added new initialization API to make libpng work better with shared libs
129 of info_struct and invalidates all programs that use a shared libpng****
177 (good for shared library implementations).
210 regularized version numbering scheme and bumped shared-library major
406 Revised makefile.dec to make a shared library (Jeremie Petit).
729 Changed shared library so-number pattern from 2.x.y.z to xy.z (this builds
857 Updated makefile.hpux to build a shared library.
919 Updated makefile.sgi to make shared library.
989 Bumped shared-library (so-number) and dll-number to 3.
993 Bumped shared-library number to 3 in makefile.sgi and makefile.sggcc
[all …]

123