Searched refs:mask (Results 126 - 150 of 1495) sorted by relevance

1234567891011>>

/macosx-10.10/procmail-14/procmail/src/
H A Drobust.h12 doumask Q((const mode_t mask));
17 ropen Q((const char*const name,const mode,const mode_t mask)),
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dmount_webdav.c98 sigset_t mask; local
99 sigemptyset(&mask);
100 sigaddset(&mask, SIGTERM);
101 sigprocmask(SIG_UNBLOCK, &mask, NULL);
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dinit.c48 int mask = 0; local
66 mask |= KADM5_PRINCIPAL;
69 mask |= KADM5_MAX_LIFE;
73 mask |= KADM5_MAX_RLIFE;
76 mask |= KADM5_ATTRIBUTES;
79 ret = kadm5_create_principal(kadm_handle, &ent, mask, password);
247 int mask = 0; local
250 mask |= KADM5_PRINCIPAL;
253 mask |= KADM5_MAX_LIFE;
255 mask |
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_div_2d.c61 register mp_digit *tmpc, mask, shift; local
63 /* mask */
64 mask = (((mp_digit)1) << D) - 1;
76 rr = *tmpc & mask;
H A Dbn_mp_mul_2d.c47 register mp_digit *tmpc, shift, mask, r, rr; local
51 mask = (((mp_digit)1) << d) - 1;
63 rr = (*tmpc >> shift) & mask;
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dwctype.c43 wctype_t mask; member in struct:__anon2790
69 if (props[i].mask)
70 return (props[i].mask);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DBitmap.h94 WordType mask = one << (n % wordSize); local
96 bool result = bits[index] & mask;
97 bits[index] |= mask;
104 WordType mask = one << (n % wordSize); local
106 bool result = bits[index] & mask;
107 bits[index] &= ~mask;
119 WordType mask = one << (n % wordSize); local
125 if (oldValue & mask)
127 } while (!weakCompareAndSwap(wordPtr, oldValue, oldValue | mask));
139 WordType mask local
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DSecurityContext.h66 void enforceSandboxFlags(SandboxFlags mask);
67 bool isSandboxed(SandboxFlags mask) const { return m_sandboxFlags & mask; }
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextChecking.h84 TextCheckingRequestData(int sequence, const String& text, TextCheckingTypeMask mask, TextCheckingProcessType processType) argument
87 , m_mask(mask)
93 TextCheckingTypeMask mask() const { return m_mask; } function in class:WebCore::TextCheckingRequestData
/macosx-10.10/cups-408/cups/scheduler/
H A Dnetwork.c200 memcpy(&(temp->mask), addr->ifa_netmask, sizeof(struct sockaddr_in));
214 memcpy(&(temp->mask), addr->ifa_netmask, sizeof(struct sockaddr_in6));
241 temp->mask.ipv4.sin_addr.s_addr) ==
243 temp->mask.ipv4.sin_addr.s_addr))
249 temp->mask.ipv6.sin6_addr.s6_addr[0]) ==
251 temp->mask.ipv6.sin6_addr.s6_addr[0]) &&
253 temp->mask.ipv6.sin6_addr.s6_addr[1]) ==
255 temp->mask.ipv6.sin6_addr.s6_addr[1]) &&
257 temp->mask.ipv6.sin6_addr.s6_addr[2]) ==
259 temp->mask
[all...]
/macosx-10.10/libdispatch-442.1.4/src/shims/
H A Datomic_sfb.h43 unsigned long b, mask, b_masked; local
56 mask = ((typeof(b))1) << index;
57 b_masked = b | mask;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dlib_tstp.c139 sigset_t mask, omask; local
168 (void) sigemptyset(&mask);
169 (void) sigaddset(&mask, SIGALRM);
171 (void) sigaddset(&mask, SIGWINCH);
173 (void) sigprocmask(SIG_BLOCK, &mask, &omask);
178 (void) sigemptyset(&mask);
179 (void) sigaddset(&mask, SIGTTOU);
180 (void) sigprocmask(SIG_BLOCK, &mask, NULL);
191 (void) sigemptyset(&mask);
192 (void) sigaddset(&mask, SIGTST
[all...]
/macosx-10.10/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_div_2d.c61 register mp_digit *tmpc, mask, shift; local
63 /* mask */
64 mask = (((mp_digit)1) << D) - 1;
76 rr = *tmpc & mask;
H A Dbn_mp_mul_2d.c47 register mp_digit *tmpc, shift, mask, r, rr; local
51 mask = (((mp_digit)1) << d) - 1;
63 rr = (*tmpc >> shift) & mask;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/pixmap/
H A DpixmapInt.h122 XImage *image, XImage *mask);
125 XImage *mask, int x, int y, XColor *colorPtr,
130 XImage *image, XImage *mask, int isTransp);
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dget_s.c123 uint32_t mask)
145 if(mask & KADM5_PRINCIPAL)
150 if(mask & KADM5_PRINC_EXPIRE_TIME && ent.entry.valid_end)
152 if(mask & KADM5_PW_EXPIRATION && ent.entry.pw_end)
154 if(mask & KADM5_LAST_PWD_CHANGE)
156 if(mask & KADM5_ATTRIBUTES){
171 if(mask & KADM5_MAX_LIFE) {
177 if(mask & KADM5_MOD_TIME) {
183 if(mask & KADM5_MOD_NAME) {
199 if(mask
120 kadm5_s_get_principal(void *server_handle, krb5_principal princ, kadm5_principal_ent_t out, uint32_t mask) argument
[all...]
/macosx-10.10/apache-793/httpd/test/
H A Dcls.c24 * Compare a string to a mask
33 static int checkmask(const char *data, const char *mask) argument
37 for (i = 0; mask[i] != '\0' && mask[i] != '*'; i++) {
38 ch = mask[i];
60 if (mask[i] == '*')
/macosx-10.10/Heimdal-398.1.2/admin/
H A Dget.c55 conf.mask |= KADM5_CONFIG_REALM;
60 conf.mask |= KADM5_CONFIG_ADMIN_SERVER;
65 conf.mask |= KADM5_CONFIG_KADMIND_PORT;
127 int mask = 0; local
141 mask |= KADM5_PRINCIPAL;
143 mask |= KADM5_ATTRIBUTES;
145 mask |= KADM5_PRINC_EXPIRE_TIME;
161 ret = kadm5_create_principal(kadm_handle, &princ, mask, "x");
191 mask = KADM5_ATTRIBUTES;
194 mask |
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A DdecContext.c39 /* mask indicates the bits to be cleared (the status bit that */
40 /* corresponds to each 1 bit in the mask is cleared) */
45 U_CAPI decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *context, uInt mask) { argument
46 context->status&=~mask;
149 /* mask indicates the bits to be restored (the status bit that */
150 /* corresponds to each 1 bit in the mask is set to the value of */
157 uInt newstatus, uInt mask) {
158 context->status&=~mask; /* clear the selected bits */
159 context->status|=(mask&newstatus); /* or in the new bits */
167 /* mask indicate
156 uprv_decContextRestoreStatus(decContext *context, uInt newstatus, uInt mask) argument
173 uprv_decContextSaveStatus(decContext *context, uInt mask) argument
400 uprv_decContextTestSavedStatus(uInt oldstatus, uInt mask) argument
414 uprv_decContextTestStatus(decContext *context, uInt mask) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_mbstr.c76 * a mask of permissible ASN1 string types. It then works out the minimal
84 int inform, unsigned long mask)
86 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
90 int inform, unsigned long mask,
103 if(!mask) mask = DIRSTRING_TYPE;
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
169 if(mask & B_ASN1_PRINTABLESTRING) str_type = V_ASN1_PRINTABLESTRING;
170 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING;
171 else if(mask
83 ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask) argument
89 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) argument
[all...]
/macosx-10.10/libauto-186/
H A DBitmap.h92 ASSERTION(!((uintptr_t)bits & mask(bytes_per_quad_log2)) && !(bytes_needed(n) & mask(bytes_per_quad_log2)));
103 return (usword_t *)displace(address(), (bp >> (bits_per_word_log2 - bytes_per_word_log2)) & ~mask(bytes_per_word_log2));
170 usword_t m = mask(n); // mask of n bits
205 usword_t m = mask(n); // mask of n bits
227 usword_t m = mask(n); // mask of n bits
340 ASSERTION(((uintptr_t)addr & mask(bytes_per_word_log
349 atomic_and_return_orig(usword_t mask, volatile usword_t *addr) argument
362 atomic_or_return_orig(usword_t mask, volatile usword_t *addr) argument
[all...]
/macosx-10.10/ncurses-44/ncurses/test/
H A Dgdc.c57 static long older[6], next[6], newer[6], mask; variable
134 mask |= (next[i] ^ older[i]) & m;
136 if (mask & m)
137 mask |= m;
239 mask = 0;
252 newer[i] = (newer[i] & ~mask) | (newer[i + 1] & mask);
253 newer[5] = (newer[5] & ~mask) | (next[k] & mask);
255 newer[k] = (newer[k] & ~mask) | (nex
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventOverrideDriver.cpp48 _buttonMap[index].u.pointer.mask = (1<<index);
101 uint32_t mask; local
107 mask = number->unsigned32BitValue();
110 _buttonMap[button-1].u.pointer.mask = mask;
152 resultantPointerButtonMask |= _buttonMap[index].u.pointer.mask;
154 resultantPointerButtonMask &= ~_buttonMap[index].u.pointer.mask;
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c126 unsigned long mask; member in struct:tty_s
375 sp->c_cflag |= tp->mask;
377 sp->c_cflag &= ~tp->mask;
381 sp->c_iflag |= tp->mask;
383 sp->c_iflag &= ~tp->mask;
387 sp->c_oflag |= tp->mask;
389 sp->c_oflag &= ~tp->mask;
393 sp->c_lflag |= tp->mask;
395 sp->c_lflag &= ~tp->mask;
400 sp->c_cc[tp->mask]
811 listmask(Sfio_t *sp,unsigned int mask,const char *description) argument
[all...]

Completed in 161 milliseconds

1234567891011>>