Searched refs:un (Results 51 - 75 of 259) sorted by relevance

1234567891011

/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dgenconfig.pl224 next unless my ($blocked,$un,$token,$val) =
225 m%^(\/\*)?\s*\#\s*(un)?def\w*\s+([A-Za-z0-9]\w+)\S*\s*(.*)%;
233 if (!length($val) and $val_vars{$token} and ($un || $blocked)) {
238 $state = ($blocked || $un) ? 'undef' : 'define';
/openbsd-current/sys/sys/
H A Daudioio.h157 } un; member in struct:mixer_devinfo
168 } un; member in struct:mixer_ctrl
/openbsd-current/regress/sys/kern/kqueue/
H A Dkqueue-fdpass.c9 #include <sys/un.h>
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/
H A DPronk.pm15 joujou, que celui-ci examinait avidement comme un objet rare et inconnu.
17 une bo�te grill�e, c'�tait un rat vivantE<160>! Les parents, par �conomie
20 Et les deux enfants se riaient l'un � l'autre fraternellement, avec des
27 joujou, que celui-ci examinait avidement comme un objet rare et inconnu.
29 une bo�te grill�e, c'�tait un rat vivant�! Les parents, par �conomie
32 Et les deux enfants se riaient l'un � l'autre fraternellement, avec des
/openbsd-current/regress/lib/libc/sys/
H A Dt_getsockname.c33 #include <sys/un.h>
H A Dt_socketpair.c47 #include <sys/un.h>
/openbsd-current/regress/sys/kern/unixsockets/
H A Dundgram_selfconn.c30 #include <sys/un.h>
/openbsd-current/regress/sys/kern/accept/
H A Daccept.c8 #include <sys/un.h>
/openbsd-current/usr.bin/ldap/
H A Dldapclient.c23 #include <sys/un.h>
491 struct sockaddr_un un; local
499 memset(&un, 0, sizeof(un));
500 un.sun_family = AF_UNIX;
501 if (strlcpy(un.sun_path, ldap->ldap_host,
502 sizeof(un.sun_path)) >= sizeof(un.sun_path)) {
507 connect(fd, (struct sockaddr *)&un, sizeof(un))
[all...]
/openbsd-current/lib/libsndio/
H A Dsioctl_sun.c123 vol->nch = dev.un.v.num_channels;
195 ctrl.un.value.num_channels = vol->nch;
197 ctrl.un.value.level[i] = vol->level_val[i];
217 ctrl.un.ord = val;
243 ctrl.un.value.num_channels = vol->nch;
257 val = ctrl.un.value.level[i];
275 val = ctrl.un.ord ? 1 : 0;
296 ctrl.un.value.num_channels = vol->nch;
305 val = ctrl.un.ord ? 1 : 0;
315 val = ctrl.un
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc307 // define half1(un) { return 2.0 * (un + un^2) / 2.0^hw + 1.0; }
308 // define half2(un) { return 2.0 * un / 2.0^hw + 2.0; }
309 // define full1(un) { return 4.0 * (un + 3.01) / 2.0^hw + 2.0 * (un + 3.01)^2 + 4.0; }
310 // define full2(un) { return 4.0 * (un
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp133 struct utsname un; local
135 if (uname(&un))
138 strm.Printf(" Kernel: %s\n", un.sysname);
139 strm.Printf(" Release: %s\n", un.release);
140 strm.Printf(" Version: %s\n", un.version);
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dsingle.h143 #define FP_CMP_S(r,X,Y,un) _FP_CMP(S,1,r,X,Y,un)
H A Ddouble.h154 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un)
254 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,1,r,X,Y,un)
H A Dquad.h160 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,4,r,X,Y,un)
261 #define FP_CMP_Q(r,X,Y,un) _FP_CMP(Q,2,r,X,Y,un)
H A Dextended.h252 #define FP_CMP_E(r,X,Y,un) _FP_CMP(E,4,r,X,Y,un)
421 #define FP_CMP_E(r,X,Y,un) _FP_CMP(E,2,r,X,Y,un)
/openbsd-current/lib/libc/arch/i386/gen/
H A D_setjmp.S81 movl %esi,%esp # un-xor'ed esp is safe to use
/openbsd-current/usr.bin/rpcgen/
H A Drpc_parse.h154 union_def un; member in union:definition::__anon10251
/openbsd-current/usr.sbin/cron/
H A Dclient.c23 #include <sys/un.h>
/openbsd-current/usr.sbin/lpd/
H A Dlogmsg.c19 #include <sys/un.h>
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp146 struct utsname un; local
148 if (uname(&un))
151 strm.Printf(" Kernel: %s\n", un.sysname);
152 strm.Printf(" Release: %s\n", un.release);
153 strm.Printf(" Version: %s\n", un.version);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c2184 } GTY ((desc ("%1.kind >= RTX_INT"), descbits ("1"))) un;
2976 value->un.du.class = r->class;
2977 value->un.du.sign = r->sign;
2984 value->un.du.exp = r->exp;
2987 memcpy (value->un.du.sig, r->sig, sizeof (r->sig));
2995 value->un.di.low = CONST_DOUBLE_LOW (x);
2996 value->un.di.high = CONST_DOUBLE_HIGH (x);
3015 value->un.int_vec[i].low = INTVAL (elt);
3016 value->un.int_vec[i].high = 0;
3020 value->un
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dsrconv.c309 struct IT_un un; local
312 un.spare1 = 0;
315 un.format = FORMAT_LM;
317 un.format = FORMAT_OM;
318 un.spare1 = 0;
321 un.nsections = ptr->nsections - 1; /* Don't count the abs section. */
324 un.nsections = nsecs;
327 un.nextdefs = 0;
328 un.nextrefs = 0;
337 un
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem04.C175 enum T22 { un, du, toi }; // ERROR - .* enumerator in enum:foo::T22
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dsrconv.c309 struct IT_un un; local
312 un.spare1 = 0;
315 un.format = FORMAT_LM;
317 un.format = FORMAT_OM;
318 un.spare1 = 0;
321 un.nsections = ptr->nsections - 1;
323 un.nextdefs = 0;
324 un.nextrefs = 0;
333 un.nextdefs++;
336 un
[all...]

Completed in 528 milliseconds

1234567891011