Searched refs:working (Results 1 - 25 of 150) sorted by relevance

123456

/macosx-10.9.5/CF-855.17/
H A DCFDate.c346 CFGregorianUnits working; local
382 working.years = gdate.year;
383 working.months = gdate.month;
384 working.days = gdate.day;
385 working.years += units.years;
386 working.months += units.months;
387 while (12 < working.months) {
388 working.months -= 12;
389 working.years += 1;
391 while (working
[all...]
H A DCFBigNumber.c544 char *working = copy; local
545 if (*working == '-') {
547 working++;
548 } else if (*working == '+') {
549 working++;
551 while (*working == '0') {
552 working++;
555 size_t length = strlen(working);
561 uint32_t digit = atol(working+length-9);
563 *(working
[all...]
H A DCFLocale.c571 CFMutableSetRef working = CFSetCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeSetCallBacks); local
576 CFSetAddValue(working, string1);
579 CFIndex cnt = CFSetGetCount(working);
581 CFSetGetValues(working, buffer);
583 CFRelease(working);
592 CFMutableArrayRef working = CFArrayCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeArrayCallBacks); local
595 CFArrayAppendValue(working, string);
598 CFArrayRef result = CFArrayCreateCopy(kCFAllocatorSystemDefault, working);
599 CFRelease(working);
606 CFMutableArrayRef working local
792 CFMutableCharacterSetRef working = CFCharacterSetCreateMutable(NULL); local
[all...]
H A DCFLocaleIdentifier.c2060 CFMutableDictionaryRef working = CFDictionaryCreateMutable(allocator, 10, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); local
2080 CFDictionaryAddValue(working, kCFLocaleLanguageCodeKey, string);
2089 CFDictionaryAddValue(working, kCFLocaleScriptCodeKey, string);
2098 CFDictionaryAddValue(working, kCFLocaleCountryCodeKey, string);
2107 CFDictionaryAddValue(working, kCFLocaleVariantCodeKey, string);
2127 CFDictionaryAddValue(working, key, value);
2139 CFDictionaryRef result = CFDictionaryCreateCopy(allocator, working);
2140 CFRelease(working);
/macosx-10.9.5/libauto-185.5/auto_tester/
H A Dbadpointers.m35 #warning this test isn't working right
36 return @"this test isn't working right";
H A DEnliveningRace.m197 #warning this test isn't working right
200 return @"This test isn't working right";
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c1023 struct conf_entry *lastglob, *lastwork, *working; local
1092 working = init_entry(q, NULL);
1098 free_entry(working);
1102 free_entry(working);
1105 *defconf_p = working;
1123 working->uid = pwd->pw_uid;
1125 working->uid = atoi(q);
1127 working->uid = (uid_t)-1;
1136 working->gid = grp->gr_gid;
1138 working
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dquoting2.sh135 then err_exit '$'"' inside double quotes not working"
139 then err_exit '$'"' inside `` quotes not working"
146 then err_exit 'line continuation in double strings not working'
152 then err_exit 'line continuation in expanded double strings not working'
159 then err_exit '(print -r -- "\}"' not working
162 then err_exit 'print -r -- "\{"' not working
167 then err_exit '`eval print \\${foo$x}`' not working
170 then err_exit '"`eval print \\${foo$x}`"' not working
173 then err_exit '$() not working'
178 then err_exit 'IFS not working correctl
[all...]
H A Dquoting.sh134 then err_exit '$'"' inside double quotes not working"
138 then err_exit '$'"' inside `` quotes not working"
145 then err_exit 'line continuation in double strings not working'
151 then err_exit 'line continuation in expanded double strings not working'
189 then err_exit 'word splitting after command substitution not working'
201 then err_exit "$'x\' #y'" not working
205 then err_exit "$q$'x\' #y'" not working
211 then err_exit "field splitting of $x with IFS=$IFS not working"
225 then err_exit '$x, where x=\\(..\\)|&\|\|\\&\\| not working'
229 then err_exit 'a${x}b, where x=\\( not working'
[all...]
H A Dvariables.sh41 then err_exit RANDOM variable not working
46 then err_exit SECONDS variable not working
51 then err_exit _ variable not working
59 #then err_exit ERRNO variable not working
83 then err_exit REPLY variable not working
92 then err_exit LINENO variable not working
172 then err_exit "C locale not working"
183 then err_exit "foo.get discipline not working"
186 then err_exit "foo.get discipline not working after unset"
192 then err_exit '${#10}, where ${10}=10 not working'
[all...]
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dperlmain.i22 to your working directory and make the appropriate modifications.
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DMakefile.PL67 code is working properly. If you are behind a strict firewall or have no
/macosx-10.9.5/CPANInternal-140/PlRPC/
H A DMakefile.PL38 I cannot load the Sys::Syslog module which should be working on any Unix
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/
H A DMakefile.PL38 I cannot load the Sys::Syslog module which should be working on any Unix
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py84 self.working = 0
94 self.working = 1
95 while self.working:
97 if work is None or not self.working:
178 # in the middle of working it may take a couple of seconds, as we can't
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py84 self.working = 0
94 self.working = 1
95 while self.working:
97 if work is None or not self.working:
178 # in the middle of working it may take a couple of seconds, as we can't
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DCwd.pm5 Cwd - get pathname of current working directory
18 current working directory. It is recommended that getcwd (or another
28 absolute path of the current working directory.
36 Returns the current working directory.
75 The getdcwd() function is also provided on Win32 to get the current working
77 working directory for each drive. If no drive is specified then the current
89 given they'll use the current working directory.
428 # Keeps track of current working directory in PWD environment var
/macosx-10.9.5/CPANInternal-140/Class-WhiteHole/lib/Class/
H A DWhiteHole.pm52 to stop working. Choose wisely before using.
/macosx-10.9.5/CPANInternal-140/Class-WhiteHole-0.04/lib/Class/
H A DWhiteHole.pm52 to stop working. Choose wisely before using.
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwbnf.cpp790 const char * working; member in class:Scanner
795 working--; // return the peeked character
803 working = src;
804 history = working;
819 history = working; // for debug
821 char c = *working++;
844 case 0 : tokenType = STREAM_END; working-- /*avoid buffer overflow*/; break;
929 working--;
1287 fwrite(s.history, s.working - s.history, 1, stdout);
1289 fwrite(s.working, (
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dconfigure.in17 AC_MSG_RESULT(no);AC_MSG_ERROR([a working C++ compiler is required]))
/macosx-10.9.5/CPANInternal-140/Class-DBI/
H A DMakefile.PL25 $object->{'title'} will stop working in a forthcoming release.
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/
H A DMakefile.PL25 $object->{'title'} will stop working in a forthcoming release.
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dconfigure.com179 /* Define if you have a working `mmap' system call. */
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfld_def.c307 New_Field->working = newpad(1, Buffer_Length(New_Field) + 1);
392 (void)delwin(field->working);

Completed in 262 milliseconds

123456