Searched refs:un (Results 1 - 25 of 272) sorted by relevance

1234567891011

/macosx-10.9.5/emacs-92/
H A DfixMakefile3 e.gsub!(/-((un)?set)/, '\1')
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcunion.c71 reg Union_t* un; local
74 un = (Union_t*)disc;
76 f = un->f[un->c].f;
78 { if((r = sfread(f,buf,m)) < 0 || (r == 0 && un->c == un->n-1) )
82 un->here += r;
88 if(sfeof(f) && un->c < un->n-1)
89 f = un
104 reg Union_t* un; local
172 reg Union_t* un; local
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierInformViaFD.c46 #include <sys/un.h>
59 struct sockaddr_un un; local
92 bzero(&un, sizeof(un));
93 un.sun_family = AF_UNIX;
94 snprintf(un.sun_path,
95 sizeof(un.sun_path)-1,
103 (void) unlink(un.sun_path);
105 if (bind(sock, (struct sockaddr *)&un, sizeof(un))
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfgetr.c39 ssize_t n, un; local
54 un = 0;
61 { if((f->flags&SF_STRING) && (un = f->endb - f->next))
66 else if((rsrv = f->rsrv) && (un = -rsrv->slen) > 0)
112 un = s - f->next;
121 if(!found && (_Sfmaxr > 0 && un+n+1 >= _Sfmaxr || (f->flags&SF_STRING))) /* already exceed limit */
127 if(!rsrv || rsrv->size < un+n+1)
129 rsrv->slen = un;
130 if((rsrv = _sfrsrv(f,un+n+1)) != NIL(Sfrsrv_t*))
139 s = us+un;
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Denv.c34 } un; member in struct:_venv_
54 #define ENV_PMALLOC 1 /* set if Evar_t->un.ptr *s malloced */
106 ep->env[n++] = vp->un.ptr;
123 if(vp && strcmp(str,vp->un.ptr)==0)
130 free((void*)vp->un.ptr);
131 vp->un.ptr = (char*)str;
133 ep->env[vp->index>>ENV_BITS] = vp->un.ptr;
139 ep->freelist = vp->un.next;
144 ep->freelist->un.next = 0;
148 vp->un
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dtcl_db.h73 } un; member in struct:dbtcl_info
103 #define i_anyp un.anyp
104 #define i_pagep un.anyp
105 #define i_envp un.envp
106 #define i_dbp un.dbp
107 #define i_dbcp un.dbcp
108 #define i_txnp un.txnp
109 #define i_mp un.mp
110 #define i_lock un.lock
111 #define i_logc un
[all...]
/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_notifyviafd.c39 #include <sys/un.h>
103 struct sockaddr_un un; local
109 if (pathLen > (sizeof(un.sun_path) - 1)) {
116 /* un-serialize the UNIX domain socket path */
117 un.sun_family = AF_UNIX;
118 bcopy(pathRef, un.sun_path, pathLen);
119 un.sun_path[pathLen] = '\0';
133 if (stat(un.sun_path, &statbuf) == -1) {
145 if (!hasPathAccess(mySession, un.sun_path)) {
160 if (connect(sock, (struct sockaddr *)&un, sizeo
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dnpnaf.h113 #include <sys/un.h>
115 #include <un.h>
H A Duxdnaf.h104 #include <sys/un.h>
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-chdlc.c139 } un; member in struct:cisco_slarp
172 ipaddr_string(&slarp->un.addr.addr),
173 ipaddr_string(&slarp->un.addr.mask));
177 EXTRACT_32BITS(&slarp->un.keep.myseq),
178 EXTRACT_32BITS(&slarp->un.keep.yourseq),
179 EXTRACT_16BITS(&slarp->un.keep.rel));
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dgetpeereid.c33 #include <sys/un.h>
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dpmap_wakeup.c2 #include <sys/un.h>
/macosx-10.9.5/llvmCore-3425.0.33/utils/bugpoint/
H A DRemoteRunSafely.sh50 RUSER=`id -un`
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Ddirentry.h165 size_t msdosfs_dos2unicodefn(u_char dn[SHORT_NAME_LEN], u_int16_t *un, int lower);
172 int msdosfs_unicode2winfn(const u_int16_t *un, int unlen, struct winentry *wep, int cnt, int chksum);
173 int msdosfs_winChkName(const u_int16_t *un, int unlen, struct winentry *wep, int chksum, u_int16_t *found_name, boolean_t *case_folded);
176 int msdosfs_winSlotCnt(const u_int16_t *un, int unlen);
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dmain.c119 heim_sipc un; local
120 heim_sipc_service_unix(service_name, kcm_service, NULL, &un);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dnetaddr.h31 #include <sys/un.h>
42 char un[sizeof(((struct sockaddr_un *)0)->sun_path)]; member in union:isc_netaddr::__anon6610
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dnetaddr.h31 #include <sys/un.h>
42 char un[sizeof(((struct sockaddr_un *)0)->sun_path)]; member in union:isc_netaddr::__anon11444
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dfr-drdref.tex262 % Avec dired, vous pouvez \'editer la liste des fichiers d'un r\'epertoire
265 % L'\'edition d'un r\'epertoire signifie que vous pouvez visiter,
271 % appliquer des commandes ; cela peut \^etre fait pour un seul fichier \`a
272 % la fois ou pour un ensemble de fichiers correspondant \`a certains
282 % utilise un param\`etre pr\'efixe pour agir sur les NUM fichiers suivants
285 % ont priorit\'e sur les marques. Les commandes lan\c{c}ant un
286 % sous-processus sur un groupe de fichiers afficheront une liste des
290 % Lorsque l'on \'edite plusieurs fichiers dans un unique tampon, chaque
314 \metax{ouvrir un menu}{Control-Mouse_Button_3}
321 \key{visiter le fichier courant dans un autr
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_call_arg_nun.test96 tests tepam-proccall.nun.1un.0 "Procedure calls, UNN, one argument without default value, 0" \
99 tests tepam-proccall.nun.1un.1 "Procedure calls, UNN, one argument without default value, 1" \
102 tests tepam-proccall.nun.1un.2 "Procedure calls, UNN, one argument without default value, 2" \
106 tests tepam-proccall.nun.1un.3 "Procedure calls, UNN, one argument without default value, 3" \
110 tests tepam-proccall.nun.1un.4 "Procedure calls, UNN, one argument without default value, 4" \
114 tests tepam-proccall.nun.1un.5 "Procedure calls, UNN, one argument without default value, 5" \
118 tests tepam-proccall.nun.1un.6 "Procedure calls, UNN, one argument without default value, 6" \
122 tests tepam-proccall.nun.1un.7 "Procedure calls, UNN, one argument without default value, 7" \
126 tests tepam-proccall.nun.1un.8 "Procedure calls, UNN, one argument without default value, 8" \
142 tests tepam-proccall.nun.2un
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Dkadm5_locl.h71 #include <sys/un.h>
H A Dcontext_s.c108 set_socket_name(krb5_context context, struct sockaddr_un *un) argument
112 memset(un, 0, sizeof(*un));
113 un->sun_family = AF_UNIX;
114 strlcpy (un->sun_path, fn, sizeof(un->sun_path));
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/unix/include/lwres/
H A Dnet.h58 #include <sys/un.h>
/macosx-10.9.5/efax-36/efax/
H A Defaxtest.c10 #include <sys/un.h>
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dunix_connect.c44 #include <sys/un.h>
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dpolish-slash.vim7 " 2005.01.10 1.0.1 un*x line ends for all files

Completed in 421 milliseconds

1234567891011