Searched refs:mask (Results 76 - 100 of 1495) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DTokenStreamBasicFilter.hpp37 void discard(const BitSet& mask);
/macosx-10.10/bless-103/libbless/FinderInfo/
H A DBLSetFinderFlag.c78 /* AND with a mask that excludes flag*/
79 uint16_t mask = CFSwapInt16HostToBig(flag);; local
80 mask = ~mask;
81 twoUint->first &= mask;
/macosx-10.10/bootp-298/bootplib/
H A Dinetroute.h37 struct in_addr mask; member in struct:__anon7013
/macosx-10.10/cups-408/cups/scheduler/
H A Dnetwork.h25 mask, /* Network mask */ member in struct:cupsd_netif_s
/macosx-10.10/emacs-93/emacs/src/m/
H A Dpfa50.h86 #define sigblock(mask) (0)
/macosx-10.10/emacs-93/emacs/src/s/
H A Dusg5-0.h130 #define sigsetmask(mask) /* Null expansion */
H A Dusg5-2-2.h129 #define sigsetmask(mask) /* Null expansion */
H A Dusg5-2.h129 #define sigsetmask(mask) /* Null expansion */
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dcloselog.c47 log.mask = ~0;
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_dhcp.h41 const struct in_addr * mask,
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSCollection.cpp81 unsigned OSCollection::setOptions(unsigned options, unsigned mask, void *) argument
85 if (mask)
86 fOptions = (old & ~mask) | (options & mask);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsimple_lock.h114 uint32_t mask);
118 uint32_t mask);
126 uint32_t mask);
134 uint32_t mask);
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c183 int mask; local
194 mask = 0;
197 mask = 0xc0;
200 mask = 0xe0;
203 mask = 0xf0;
206 mask = 0xf8;
209 mask = 0xfc;
219 *p++ = (v >> off) | mask;
220 mask = 0x80;
223 *p++ = ((v >> off) & 0x3f) | mask;
[all...]
/macosx-10.10/rsync-45/rsync/
H A Daccess.c31 static int match_binary(char *b1, char *b2, char *mask, int addrlen) argument
36 if ((b1[i] ^ b2[i]) & mask[i])
43 static void make_mask(char *mask, int plen, int addrlen) argument
51 memset(mask, 0xff, w);
53 mask[w] = 0xff & (0xff<<(8-b));
55 memset(mask+w+1, 0, addrlen-w-1);
72 char mask[16]; local
165 if (inet_pton(resa->ai_addr->sa_family, p, mask) <= 0) {
175 rprintf(FLOG, "malformed mask in %s\n", tok);
182 rprintf(FLOG, "malformed mask i
[all...]
/macosx-10.10/tcl-105/tcl_ext/tls/tls/
H A DtlsIO.c39 static void TlsWatchProc _ANSI_ARGS_((ClientData instanceData, int mask));
43 int mask));
45 int mask));
597 int mask) /* Events of interest; an OR-ed
603 dprintf(stderr, "TlsWatchProc(0x%x)\n", mask);
612 statePtr->watchMask = mask;
617 * We are allowed to add additional 'interest' to the mask if we want
625 ->watchProc(Tcl_GetChannelInstanceData(downChan), mask);
635 if ((mask & TCL_READABLE) && Tcl_InputBuffered(statePtr->self) > 0) {
644 if (mask
590 TlsWatchProc(ClientData instanceData, int mask) argument
839 int mask = 0; local
[all...]
/macosx-10.10/ntp-92/libntp/
H A Diosignal.c486 int mask; local
488 mask = sigmask(SIGIO) | sigmask(SIGALRM);
489 if (sigblock(mask))
496 int mask; local
504 mask = sigmask(SIGIO);
505 if (sigblock(mask))
518 int mask, omask; local
520 mask = sigmask(SIGIO) | sigmask(SIGALRM);
522 omask &= ~mask;
529 int mask, omas local
545 int mask, omask; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A DipMoreC.tcl32 int elemLen, maskLen, ipLen, mask;
46 Tcl_WrongNumArgs(interp, 1, objv, "<ipaddress>/<mask>");
64 /* split the ip address and mask */
67 /* straight ip address without mask */
68 mask = 0xffffffff;
71 /* ipaddress has the mask, handle the mask and seperate out the */
76 /* put mask in hex form */
78 mask = atoi(stringMask);
79 mask
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dtestcups.c62 cups_ptype_t mask = CUPS_PRINTER_LOCAL, local
63 /* Printer type mask */
74 mask |= CUPS_PRINTER_BW;
79 mask |= CUPS_PRINTER_COLOR;
84 mask |= CUPS_PRINTER_COLOR;
88 mask |= CUPS_PRINTER_DUPLEX;
93 mask |= CUPS_PRINTER_DUPLEX;
97 mask |= CUPS_PRINTER_STAPLE;
102 mask |= CUPS_PRINTER_COPIES;
107 mask |
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dctype_inline.h49 is(mask __m, char __c) const
59 is(const char* __low, const char* __high, mask* __vec) const
71 mask __m = 0;
82 // Do not include explicit line for alnum mask since it is a
95 scan_is(mask __m, const char* __low, const char* __high) const
112 scan_not(mask __m, const char* __low, const char* __high) const
127 do_is(mask __m, wchar_t __c) const
134 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const
144 do_scan_is(mask __m, const wchar_t* __lo, const wchar_t* __hi) const
153 do_scan_not(mask __
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmynetworks.c118 mask_style = name_mask("mynetworks mask style", mask_styles,
140 unsigned long mask; local
145 mask = ntohl(SOCK_ADDR_IN_ADDR(ma).s_addr);
150 * Natural mask. This is dangerous if you're customer of
155 mask = IN_CLASSA_NET;
158 mask = IN_CLASSB_NET;
161 mask = IN_CLASSC_NET;
164 mask = IN_CLASSD_NET;
173 * Subnet mask. This is less unsafe, but still bad if
177 for (junk = mask, shif
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dutil.c122 #define TRF_MASK(i,by,mask) ((in [i] by) & mask)
302 * 'buffer' with the corresponding bytes in 'mask'.
315 Trf_XorBuffer (buffer, mask, length)
317 VOID* mask;
321 unsigned char* m = (unsigned char*) mask;
336 * Take the 'shift' leftmost bytes of 'mask' and
352 Trf_ShiftRegister (buffer, mask, shift, length)
354 VOID* mask;
365 memcpy (buffer, mask, lengt
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h378 * The OSBitAndAtomic function logically ands the bits of the specified mask into the value at the specified address and returns the original value.
381 * @param mask The mask to logically and with the value.
386 UInt32 mask,
398 * The OSBitAndAtomic16 function logically ands the bits of the specified mask into the value at the specified address and returns the original value.
401 * @param mask The mask to logically and with the value.
406 UInt32 mask,
416 * The OSBitAndAtomic8 function logically ands the bits of the specified mask into the value at the specified address and returns the original value.
419 * @param mask Th
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dcreate_s.c59 uint32_t mask,
69 if((mask & required_mask) != required_mask)
71 if((mask & forbidden_mask))
73 if((mask & KADM5_POLICY) && strcmp(princ->policy, "default"))
91 ent, mask | def_mask,
92 princ, mask,
108 uint32_t mask)
114 if ((mask & KADM5_KVNO) == 0) {
117 mask |= KADM5_KVNO;
120 ret = create_principal(context, princ, mask,
57 create_principal(kadm5_server_context *context, kadm5_principal_ent_t princ, uint32_t mask, hdb_entry_ex *ent, uint32_t required_mask, uint32_t forbidden_mask) argument
106 kadm5_s_create_principal_with_key(void *server_handle, kadm5_principal_ent_t princ, uint32_t mask) argument
153 kadm5_s_create_principal(void *server_handle, kadm5_principal_ent_t princ, uint32_t mask, const char *password, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dstringprep.tcl61 set mask 0
65 A.1 { set mask [expr {$mask | $data::A1Mask}] }
66 C.1.1 { set mask [expr {$mask | $data::C11Mask}] }
67 C.1.2 { set mask [expr {$mask | $data::C12Mask}] }
68 C.2.1 { set mask [expr {$mask | $data::C21Mask}] }
69 C.2.2 { set mask [exp
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dstrperm.c51 int mask; local
58 mask = ~0;
155 umask(mask = umask(0));
156 mask = ~mask;
158 typ &= mask;

Completed in 306 milliseconds

1234567891011>>