Searched refs:flag (Results 251 - 275 of 1412) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttppdu.cpp97 int *p, // output: p flag
101 unsigned char flag; local
106 flag = BufGet(data); // start parsing data buffer
108 *p = (flag >> 7) & 0x01; // extract P flag
109 *n = flag & 0x7f; // extract initial credit
111 if (*p) { // if flag set, parameters follow
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dtcl_db.h211 * FLAG_CHECK checks that the given flag is not set yet.
214 #define FLAG_CHECK(flag) do { \
215 if ((flag) != 0) { \
225 * FLAG_CHECK2 checks that the given flag is not set yet or is
229 #define FLAG_CHECK2(flag, val) do { \
230 if (((flag) & ~(val)) != 0) { \
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcsdetect.h48 UBool setStripTagsFlag(UBool flag);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcsutilities.cpp169 void Copyfile::set(uint32_t flag, const void *value) argument
171 check(::copyfile_state_set(mState, flag, value));
174 void Copyfile::get(uint32_t flag, void *value) argument
176 check(::copyfile_state_set(mState, flag, value));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcsutilities.cpp169 void Copyfile::set(uint32_t flag, const void *value) argument
171 check(::copyfile_state_set(mState, flag, value));
174 void Copyfile::get(uint32_t flag, void *value) argument
176 check(::copyfile_state_set(mState, flag, value));
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElementTypes.cpp176 void MediaControlSeekButtonElement::setActive(bool flag, bool pause) argument
178 if (flag == active())
181 if (flag)
186 MediaControlInputElement::setActive(flag, pause);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DTileController.h149 virtual void setScrollingPerformanceLoggingEnabled(bool flag) override { m_scrollingPerformanceLoggingEnabled = flag; }
150 virtual void setUnparentsOffscreenTiles(bool flag) override { m_unparentsOffscreenTiles = flag; }
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DButtonNavigationItem.js131 set enabled(flag)
133 if (flag)
144 set suppressBezel(flag)
146 if (flag)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/CoordinatedGraphics/
H A DWKView.cpp142 void WKViewSetDrawsBackground(WKViewRef viewRef, bool flag) argument
144 toImpl(viewRef)->setDrawsBackground(flag);
152 void WKViewSetDrawsTransparentBackground(WKViewRef viewRef, bool flag) argument
154 toImpl(viewRef)->setDrawsTransparentBackground(flag);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbracecomp.c68 int result_size, flag, tlen; local
70 flag = 0;
105 flag++;
144 result[strlen (result) - 1] = flag ? '}' : '\0';
/macosx-10.10/emacs-93/emacs/lisp/
H A Djka-cmpr-hook.el187 ;; can-append auto-mode-flag strip-extension-flag file-magic-bytes]
243 append-flag is non-nil if this compression technique can be
246 strip-extension-flag non-nil means strip the regexp from file names
311 (flag auto-compression-mode))
313 ((and flag installed) t) ; already installed
314 ((and (not flag) (not installed)) nil) ; already not installed
315 (flag (jka-compr-install))
/macosx-10.10/emacs-93/emacs/lwlib/
H A Dlwlib-Xm.h58 xm_manage_resizing __P ((Widget w, Boolean flag));
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dgetopt.h82 If the field `flag' is not NULL, it points to a variable that is set
88 option's `flag' field to zero and its `val' field to a nonzero
90 one). For long options that have a zero `flag' field, `getopt'
103 int *flag; member in struct:option
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dopenat.c239 #define AT_FUNC_USE_F1_COND flag == AT_SYMLINK_NOFOLLOW
240 #define AT_FUNC_POST_FILE_PARAM_DECLS , struct stat *st, int flag
261 #define AT_FUNC_USE_F1_COND flag == AT_REMOVEDIR
262 #define AT_FUNC_POST_FILE_PARAM_DECLS , int flag
/macosx-10.10/gpatch-3/patch/
H A Dgetopt.h82 If the field `flag' is not NULL, it points to a variable that is set
88 option's `flag' field to zero and its `val' field to a nonzero
90 one). For long options that have a zero `flag' field, `getopt'
103 int *flag; member in struct:option
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dcatopen.c72 _ast_catopen(const char* name, int flag) argument
86 if ((s = mcfind(NiL, name, LC_MESSAGES, flag, path, sizeof(path))) && (ip = sfopen(NiL, s, "r")))
106 if (s && (d = catopen(s, flag)) != (nl_catd)(-1) || !(s = 0) && (d = catopen(name, flag)) != (nl_catd)(-1))
/macosx-10.10/libresolv-57/
H A Ddns.h108 extern void dns_set_debug(dns_handle_t dns, uint32_t flag);
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DmDNSMacOS9.h43 typedef struct { TOptionHeader h; UInt32 flag; } TSetBooleanOption; member in struct:__anon11051
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_db.c75 #define DICT_DB_GET(db, key, val, flag) db->get(db, key, val, flag)
76 #define DICT_DB_PUT(db, key, val, flag) db->put(db, key, val, flag)
77 #define DICT_DB_DEL(db, key, flag) db->del(db, key, flag)
78 #define DICT_DB_SYNC(db, flag) db->sync(db, flag)
84 #define DICT_DB_GET(db, key, val, flag) sanitize(db->get(db, 0, key, val, flag))
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVBuddyListController.h92 - (void) setShowFullNames:(BOOL) flag;
96 - (void) setShowNicknameAndServer:(BOOL) flag;
100 - (void) setShowIcons:(BOOL) flag;
104 - (void) setShowOfflineBuddies:(BOOL) flag;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVBuddyListController.h92 - (void) setShowFullNames:(BOOL) flag;
96 - (void) setShowNicknameAndServer:(BOOL) flag;
100 - (void) setShowIcons:(BOOL) flag;
104 - (void) setShowOfflineBuddies:(BOOL) flag;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVBuddyListController.h92 - (void) setShowFullNames:(BOOL) flag;
96 - (void) setShowNicknameAndServer:(BOOL) flag;
100 - (void) setShowIcons:(BOOL) flag;
104 - (void) setShowOfflineBuddies:(BOOL) flag;
/macosx-10.10/ruby-106/ruby/
H A Dconstant.h20 rb_const_flag_t flag; member in struct:rb_const_entry_struct
/macosx-10.10/srm-7/srm/lib/
H A Dgetopt.h72 If the field `flag' is not NULL, it points to a variable that is set
78 option's `flag' field to zero and its `val' field to a nonzero
80 one). For long options that have a zero `flag' field, `getopt'
93 int *flag; member in struct:option
/macosx-10.10/swig-12/Source/Swig/
H A Dswigwrap.h21 extern void Wrapper_compact_print_mode_set(int flag);

Completed in 392 milliseconds

<<11121314151617181920>>