Searched refs:flag (Results 101 - 125 of 1412) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dcd_pwd.c59 int rval,flag=0; local
67 flag = 0;
70 flag = 1;
166 if(!flag)
200 if(flag)
216 flag = strlen(dir);
218 while(--flag>0 && dir[flag]=='/')
219 dir[flag] = 0;
233 register int n, flag local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_tty.c78 int cttyopen(dev_t dev, int flag, int mode, proc_t p);
79 int cttyread(dev_t dev, struct uio *uio, int flag);
80 int cttywrite(dev_t dev, struct uio *uio, int flag);
81 int cttyioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, proc_t p);
82 int cttyselect(dev_t dev, int flag, void* wql, proc_t p);
86 cttyopen(dev_t dev, int flag, __unused int mode, proc_t p) argument
116 error = VNOP_OPEN(ttyvp, flag, &context);
124 * and was able to set the flag, now perform a close, else
125 * set the flag.
146 VNOP_CLOSE(ttyvp, flag,
162 cttyread(__unused dev_t dev, struct uio *uio, int flag) argument
181 cttywrite(__unused dev_t dev, struct uio *uio, int flag) argument
200 cttyioctl(__unused dev_t dev, u_long cmd, caddr_t addr, int flag, proc_t p) argument
238 cttyselect(__unused dev_t dev, int flag, void* wql, __unused proc_t p) argument
[all...]
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dopen.c92 apr_int32_t flag,
103 if ((flag & APR_FOPEN_READ) && (flag & APR_FOPEN_WRITE)) {
106 else if (flag & APR_FOPEN_READ) {
109 else if (flag & APR_FOPEN_WRITE) {
116 if (flag & APR_FOPEN_CREATE) {
118 if (flag & APR_FOPEN_EXCL) {
122 if ((flag & APR_FOPEN_EXCL) && !(flag & APR_FOPEN_CREATE)) {
126 if (flag
[all...]
/macosx-10.10/apr-32/apr/apr/file_io/os2/
H A Dopen.c33 APR_DECLARE(apr_status_t) apr_file_open(apr_file_t **new, const char *fname, apr_int32_t flag, apr_fileperms_t perm, apr_pool_t *pool)
45 dafile->flags = flag;
48 if ((flag & APR_FOPEN_READ) && (flag & APR_FOPEN_WRITE)) {
50 } else if (flag & APR_FOPEN_READ) {
52 } else if (flag & APR_FOPEN_WRITE) {
59 dafile->buffered = (flag & APR_FOPEN_BUFFERED) > 0;
70 if (flag & APR_FOPEN_CREATE) {
73 if (!(flag & APR_FOPEN_EXCL) && !(flag
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/
H A DMakefile.def182 flags_to_pass = { flag= DESTDIR ; };
183 flags_to_pass = { flag= RPATH_ENVVAR ; };
184 flags_to_pass = { flag= TARGET_SUBDIR ; };
185 flags_to_pass = { flag= bindir ; };
186 flags_to_pass = { flag= datadir ; };
187 flags_to_pass = { flag= exec_prefix ; };
188 flags_to_pass = { flag= includedir ; };
189 flags_to_pass = { flag= datarootdir ; };
190 flags_to_pass = { flag= docdir ; };
191 flags_to_pass = { flag
[all...]
/macosx-10.10/zsh-61/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_get_data_bzr35 local line flag
37 ${vcs_comm[cmd]} stat -SV | while read flag line
39 counts[${flag}]=$(( ${counts[${flag}]:-0} + 1 ))
41 for flag in ${(k)counts}
43 printf "%s:%d " $flag ${counts[${flag}]}
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSTypeInfo.h116 bool isSetOnFlags1(unsigned flag) const { ASSERT(flag <= (1 << 7)); return m_flags & flag; }
117 bool isSetOnFlags2(unsigned flag) const { ASSERT(flag >= (1 << 8)); return m_flags2 & (flag >> 8); }
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_inherit.h27 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \
50 #define APR_IMPLEMENT_INHERIT_UNSET(name, flag, pool, cleanup) \
74 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \
87 #define APR_IMPLEMENT_INHERIT_UNSET(name, flag, pool, cleanup) \
102 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \
112 #define APR_IMPLEMENT_INHERIT_UNSET(name, flag, pool, cleanup) \
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_pstore.rb79 flag = false
83 flag = true
87 sleep 0.1 until flag
92 flag = false
96 flag = true
100 sleep 0.1 until flag
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D1a_procedure_subcommand.demo53 -description "This second subcommand has only a flag as argument"
54 -args { {-flag -type none} }
56 puts "my_procedure sub2 sub21 $flag"
90 my_procedure sub2 sub21 -flag
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DConstants.pm65 use constant DEBUG_ON => 1; # basic debugging flag
121 my (@flags, $flag, $value);
125 foreach $flag (@DEBUG) {
126 next if $flag =~ /^DEBUG_(OFF|ALL|FLAGS)$/;
129 my $copy = $flag;
130 $flag =~ s/^DEBUG_//;
131 $flag = lc $flag;
132 return $self->error("no value for flag: $flag")
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A Dkextfind_report.c198 CFStringRef flag = QEQueryElementGetPredicate(element); local
203 CFDictionarySetValue(element, CFSTR(kKeywordFlag), flag);
205 if (CFEqual(flag, CFSTR(kPredNameLoaded))) {
207 } else if (CFEqual(flag, CFSTR(kPredNameIntegrity))) {
231 CFStringRef flag = CFDictionaryGetValue(element, CFSTR(kKeywordFlag)); local
237 if (CFEqual(flag, CFSTR(kPredNameLoaded))) {
239 } else if (CFEqual(flag, CFSTR(kPredNameValid))) {
241 } else if (CFEqual(flag, CFSTR(kPredNameAuthentic))) {
243 } else if (CFEqual(flag, CFSTR(kPredNameDependenciesMet))) {
245 } else if (CFEqual(flag, CFST
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A D15.10.3.1-1.js23 * SUMMARY: Passing (RegExp object, flag) to RegExp() function.
47 var summary = 'Passing (RegExp object,flag) to RegExp() function';
106 function getStatus(regexp, flag)
108 return (statprefix + quote(regexp) + comma + flag + closeparens);
H A D15.10.3.1-2.js23 * SUMMARY: Passing (RegExp object, flag) to RegExp() function.
55 var summary = 'Passing (RegExp object,flag) to RegExp() function';
114 function getStatus(regexp, flag)
116 return (statprefix + quote(regexp) + comma + flag + closeparens);
H A D15.10.4.1-5-n.js47 var summary = 'Negative test: Passing (RegExp object, flag) to RegExp() constructor';
49 var statsuffix = '; passing flag ';
104 function getStatus(regexp, flag)
106 return (statprefix + quote(regexp) + statsuffix + flag);
/macosx-10.10/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_inherit.h24 #define APR_IMPLEMENT_INHERIT_SET(name, flag, pool, cleanup) \
37 #define APR_IMPLEMENT_INHERIT_UNSET(name, flag, pool, cleanup) \
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dkshenv200 local lpat flag str #local variables
204 flag=$1
215 if [ x"$flag" = x-l ]; then #substring -l lpat
217 elif [ x"$flag" = x-L ]; then
/macosx-10.10/bless-103/libbless/FinderInfo/
H A DBLGetFinderFlag.c54 uint16_t flag, int *retval) {
74 *retval = ( twoUint->first & CFSwapInt16HostToBig(flag) ? 1 : 0 );
53 BLGetFinderFlag(BLContextPtr context, const char * path, uint16_t flag, int *retval) argument
/macosx-10.10/ntp-92/util/
H A Dntp-keygen-opts.def18 flag = {
39 flag = {
50 flag = {
61 flag = {
71 flag = {
82 flag = {
95 flag = {
104 flag = {
117 flag = {
128 flag
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/tests/
H A Dall.tcl15 # Look for the -exedir flag and find a suitable tclsh executable.
23 array set flag $flagArray
24 if {[info exists flag(-exedir)]} {
27 [file join $flag(-exedir) wish*.bin] \
28 [file join $flag(-exedir) wish*]] 0]
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.h67 #define CondSwapInt32(flag, value) ((flag) ? OSSwapInt32((value)) : \
69 #define CondSwapInt64(flag, value) ((flag) ? OSSwapInt64((value)) : \
212 * @param swap A boolean flag indicating whether the Mach-O file's byte order
/macosx-10.10/Libc-1044.1.2/include/
H A Dgetopt.h62 /* if not NULL, set *flag to val when option found */
63 int *flag; member in struct:option
64 /* if flag not NULL, value to set *flag to; else return value */
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DResourceRequestMac.mm63 static bool flag = initQuickLookResourceCachingQuirks();
64 return flag;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DRadioButtonNavigationItem.js44 set selected(flag)
46 if (flag) {
60 set active(flag)
62 if (flag)
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLView.h57 @abstract Sets flag to cause reapplication of style information.
58 @param flag YES to apply style information, NO to not apply style information.
60 - (void)setNeedsToApplyStyles:(BOOL)flag;

Completed in 245 milliseconds

1234567891011>>