Searched refs:sun (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunix_connect.c61 #undef sun macro
62 struct sockaddr_un sun; local
69 if (len >= (int) sizeof(sun.sun_path))
71 memset((char *) &sun, 0, sizeof(sun));
72 sun.sun_family = AF_UNIX;
74 sun.sun_len = len + 1;
76 memcpy(sun.sun_path, addr, len + 1);
89 if (timed_connect(sock, (struct sockaddr *) & sun, sizeof(sun), timeou
[all...]
H A Dunix_listen.c68 #undef sun macro
69 struct sockaddr_un sun; local
76 if (len >= (int) sizeof(sun.sun_path))
78 memset((char *) &sun, 0, sizeof(sun));
79 sun.sun_family = AF_UNIX;
81 sun.sun_len = len + 1;
83 memcpy(sun.sun_path, addr, len + 1);
93 if (bind(sock, (struct sockaddr *) & sun, sizeof(sun)) <
[all...]
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dpmap_wakeup.c11 struct sockaddr_un sun; local
15 memset(&sun, 0, sizeof(sun));
17 sun.sun_family = AF_UNIX;
18 strcpy(sun.sun_path, "/var/run/portmap.socket");
24 if (connect(fd, (struct sockaddr *)&sun, sizeof(sun)) == -1) {
/macosx-10.9.5/Heimdal-323.92.1/tests/java/
H A Djaas.conf4 com.sun.security.auth.module.Krb5LoginModule required;
7 com.sun.security.jgss.accept {
8 com.sun.security.auth.module.Krb5LoginModule required
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dexec.h71 #ifdef sun
74 #else /* sun */
76 #endif /* sun */
93 #ifdef sun
96 #define M_OLDSUN2 0 /* old sun-2 executable files */
99 #endif /* sun */
/macosx-10.9.5/cctools-845/include/gnu/
H A Dexec.h65 #if sun || NeXT_MOD
68 #else /* sun || NeXT_MOD */
70 #endif /* sun || NeXT_MOD */
84 #ifdef sun
87 #define M_OLDSUN2 0 /* old sun-2 executable files */
90 #endif /* sun */
/macosx-10.9.5/emacs-92/emacs/etc/
H A Demacs.bash42 local windowsys="${WINDOW_PARENT+sun}"
58 sun ) (emacstool "$@" &) ;;
/macosx-10.9.5/vim-53/src/auto/
H A Dosdef.h26 #if defined(sun) || defined(_SEQUENT_)
87 #if defined(HAVE_GETCWD) && !defined(sun) && !defined(__TANDEM)
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A Dmoh.c101 struct sockaddr_un sun; local
105 bzero(&sun, sizeof(sun));
106 sun.sun_family = AF_LOCAL;
107 strncpy(sun.sun_path, MOH_PATH, sizeof(sun.sun_path));
109 status = connect(sock, (struct sockaddr *)&sun, sizeof(sun));
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dmemalloc.h25 #if defined (sparc) && defined (sun) && !defined (HAVE_ALLOCA_H)
/macosx-10.9.5/vim-53/runtime/
H A Dtermcap11 Mu|sun|Sun Microsystems Workstation console:\
22 M-|sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
23 :ic@:im@:ei@:tc=sun:
24 Mu|sun-s|Sun Microsystems Workstation window with status line:\
25 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun:
26 Mu|sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
27 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e:
28 M0|sun
[all...]
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dalliant-2800.h49 #define sun /* Use X support for Sun keyboard stuff. */ macro
/macosx-10.9.5/launchd-842.92.1/src/
H A Dipc.c93 struct sockaddr_un sun; local
102 memset(&sun, 0, sizeof(sun));
103 sun.sun_family = AF_UNIX;
107 strncpy(sun.sun_path, LAUNCHD_SOCK_PREFIX "/sock", sizeof(sun.sun_path));
132 snprintf(sun.sun_path, sizeof(sun.sun_path), "%s/sock", ourdir);
135 if (unlink(sun.sun_path) == -1 && errno != ENOENT) {
147 r = bind(fd, (struct sockaddr *)&sun, sizeo
202 struct sockaddr_un sun; local
[all...]
/macosx-10.9.5/ppp-727.90.1/SampleCode/ClientAPI/
H A DPPPLib.c57 struct sockaddr_un sun; local
61 bzero(&sun, sizeof(sun));
62 sun.sun_family = AF_LOCAL;
63 strncpy(sun.sun_path, PPP_PATH, sizeof(sun.sun_path));
65 status = connect(sock, (struct sockaddr *)&sun, sizeof(sun));
/macosx-10.9.5/vim-53/runtime/indent/
H A Ddtrace.vim3 " http://docs.sun.com/app/docs/doc/817-6223
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/
H A Dconfig.sub88 -sun*os*)
92 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
95 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
518 basic_machine=m68000-sun
521 basic_machine=m68000-sun
525 basic_machine=m68000-sun
529 basic_machine=m68k-sun
533 basic_machine=m68k-sun
537 basic_machine=sparc-sun
541 basic_machine=sparc-sun
[all...]
/macosx-10.9.5/expat-12/expat/tests/
H A Dxmltest.sh95 sun/valid \
96 sun/invalid ; do
124 sun/not-wf ; do
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/kerberos_includes/
H A Dosconf.h37 #ifdef sun
44 #else /* sun but not sparc */
47 #else /* sun but not sparc or i386 */
50 #else /* sun but not (sparc, i386, or ppc) */
55 #else /* !sun */
59 #endif /* sun */
/macosx-10.9.5/screen-22/screen/etc/
H A Detcscreenrc51 #make sun termcap/info better
52 termcap sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt'
53 terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>'
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_java_pkcs11.in69 -providerClass sun.security.pkcs11.SunPKCS11 \
/macosx-10.9.5/libxml2-26/libxml2/xstc/
H A DMakefile.am4 PYSCRIPTS=nist-test.py ms-test.py sun-test.py
84 sun-test.py: Tests/Metadata/$(SUNTESTDEF) xstc-to-python.xsl
104 -@(if [ -x sun-test.py -a -d $(TESTDIR)/suntest ] ; then \
110 $(CHECKER) $(PYTHON) sun-test.py -s -b $(srcdir) ; fi)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/xstc/
H A DMakefile.am4 PYSCRIPTS=nist-test.py ms-test.py sun-test.py
84 sun-test.py: Tests/Metadata/$(SUNTESTDEF) xstc-to-python.xsl
104 -@(if [ -x sun-test.py -a -d $(TESTDIR)/suntest ] ; then \
110 $(CHECKER) $(PYTHON) sun-test.py -s -b $(srcdir) ; fi)
/macosx-10.9.5/screen-22/screen/
H A Dosdef.h40 #if defined(sun) || defined(_SEQUENT_)
/macosx-10.9.5/postfix-252/postfix/src/smtpstone/
H A Dqmqp-source.c145 #undef sun macro
146 static struct sockaddr_un sun; variable in typeref:struct:sockaddr_un
562 if (path_len >= (int) sizeof(sun.sun_path))
564 memset((char *) &sun, 0, sizeof(sun));
565 sun.sun_family = AF_UNIX;
567 sun.sun_len = path_len + 1;
569 memcpy(sun.sun_path, path, path_len);
570 sa = (struct sockaddr *) & sun;
571 sa_length = sizeof(sun);
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dconfig.sub88 -sun*os*)
92 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
95 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
687 basic_machine=m68000-sun
690 basic_machine=m68000-sun
694 basic_machine=m68000-sun
698 basic_machine=m68k-sun
702 basic_machine=m68k-sun
706 basic_machine=sparc-sun
710 basic_machine=sparc-sun
[all...]

Completed in 332 milliseconds

1234567891011>>