Searched refs:extra (Results 151 - 175 of 570) sorted by relevance

1234567891011>>

/macosx-10.9.5/libxml2-26/libxml2/
H A Dc14n.c135 * @extra: extra informations
140 xmlC14NErrMemory(const char *extra) argument
143 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra,
145 "Memory allocation failed : %s\n", extra);
150 * @extra: extra informations
155 xmlC14NErrParam(const char *extra) argument
158 XML_ERR_INTERNAL_ERROR, XML_ERR_ERROR, NULL, 0, extra,
160 "Invalid parameter : %s\n", extra);
170 xmlC14NErrInternal(const char *extra) argument
185 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
200 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dc14n.c133 * @extra: extra informations
138 xmlC14NErrMemory(const char *extra) argument
141 XML_ERR_NO_MEMORY, XML_ERR_ERROR, NULL, 0, extra,
143 "Memory allocation failed : %s\n", extra);
148 * @extra: extra informations
153 xmlC14NErrParam(const char *extra) argument
156 XML_ERR_INTERNAL_ERROR, XML_ERR_ERROR, NULL, 0, extra,
158 "Invalid parameter : %s\n", extra);
168 xmlC14NErrInternal(const char *extra) argument
183 xmlC14NErrInvalidNode(const char *node_type, const char *extra) argument
198 xmlC14NErrUnknownNode(int node_type, const char *extra) argument
[all...]
/macosx-10.9.5/sudo-72/src/zlib/
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
735 state->head->extra = Z_NULL;
743 state->head->extra != Z_NULL) {
745 zmemcpy(state->head->extra + len, next,
1072 state->extra = (unsigned)(here.op) & 15;
1075 if (state->extra) {
1076 NEEDBITS(state->extra);
1077 state->length += BITS(state->extra);
1078 DROPBITS(state->extra);
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
715 state->head->extra = Z_NULL;
723 state->head->extra != Z_NULL) {
725 zmemcpy(state->head->extra + len, next,
1053 state->extra = (unsigned)(here.op) & 15;
1056 if (state->extra) {
1057 NEEDBITS(state->extra);
1058 state->length += BITS(state->extra);
1059 DROPBITS(state->extra);
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/gold/
H A Dgold-plugin.cpp88 static std::vector<std::string> extra; member in namespace:options
100 } else if (opt.startswith("extra-library-path=")) {
121 extra.push_back(opt);
414 // Pass through extra options to the code generator.
415 if (!options::extra.empty()) {
416 for (std::vector<std::string>::iterator it = options::extra.begin();
417 it != options::extra.end(); ++it) {
458 (*message)(LDPL_ERROR, "Unable to set the extra library path.");
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnrss.el56 ;; (num timestamp url subject author date extra)
73 To use the description in headers, put this name into `nnmail-extra-headers'.")
77 To use the description in headers, put this name into `nnmail-extra-headers'.")
143 nnmail-extra-headers))
151 nnmail-extra-headers))
456 (defvar nnrss-extra-categories '(nnrss-snarf-moreover-categories))
459 (when (y-or-n-p "Fetch extra categories? ")
460 (dolist (func nnrss-extra-categories)
661 (let (file xml subject url extra changed author date feed-subject
697 (setq extra (o
[all...]
/macosx-10.9.5/less-23/less/
H A Dcommand.c921 char *extra; local
1036 extra = NULL;
1037 action = fcmd_decode(cbuf, &extra);
1039 * If an "extra" string was returned,
1042 if (extra != NULL)
1043 ungetsc(extra);
1305 if (extra != NULL)
1306 quit(*extra);
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_study.c269 an extra two bytes of parameters. */
887 pcre_extra *extra; local
953 extra = (pcre_extra *)(pcre_malloc)
956 if (extra == NULL)
962 study = (pcre_study_data *)((char *)extra + sizeof(pcre_extra));
963 extra->flags = PCRE_EXTRA_STUDY_DATA;
964 extra->study_data = study;
981 return extra;
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A Dapibuild.py68 info=None, extra=None):
73 self.extra = extra
85 if self.extra != None:
86 r = r + " " + `self.extra`
96 def set_extra(self, extra):
97 self.extra = extra
114 return self.extra
118 def update(self, module, type = None, info = None, extra
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregcomp.c37 void *extra);
40 void *extra);
41 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
42 static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
45 static reg_errcode_t calc_first (void *extra, bin_tree_t *node);
46 static reg_errcode_t calc_next (void *extra, bin_tree_t *node);
47 static reg_errcode_t link_nfa_nodes (void *extra, bin_tree_t *node);
110 const unsigned char *extra,
120 static reg_errcode_t free_tree (void *extra, bin_tree_t *node);
121 static reg_errcode_t mark_opt_subexp (void *extra, bin_tree_
1178 postorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1210 preorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1243 optimize_subexps(void *extra, bin_tree_t *node) argument
1274 lower_subexps(void *extra, bin_tree_t *node) argument
1333 calc_first(void *extra, bin_tree_t *node) argument
1353 calc_next(void *extra, bin_tree_t *node) argument
1376 link_nfa_nodes(void *extra, bin_tree_t *node) argument
2743 const unsigned char *extra; local
3391 const unsigned char *weights, *extra, *cp; local
3554 build_charclass_op(re_dfa_t *dfa, RE_TRANSLATE_TYPE trans, const unsigned char *class_name, const unsigned char *extra, bool non_match, reg_errcode_t *err) argument
3755 mark_opt_subexp(void *extra, bin_tree_t *node) argument
3782 free_tree(void *extra, bin_tree_t *node) argument
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-ISO8601/lib/DateTime/Format/
H A DISO8601.pm537 extra => { time_zone => 'UTC' },
550 extra => { time_zone => 'UTC' },
565 extra => { time_zone => 'UTC' },
577 extra => { time_zone => 'UTC' },
634 extra => { time_zone => 'floating' },
642 extra => { time_zone => 'floating' },
654 extra => { time_zone => 'UTC' },
663 extra => { time_zone => 'UTC' },
707 extra => { time_zone => 'floating' },
716 extra
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-ISO8601-0.07/lib/DateTime/Format/
H A DISO8601.pm537 extra => { time_zone => 'UTC' },
550 extra => { time_zone => 'UTC' },
565 extra => { time_zone => 'UTC' },
577 extra => { time_zone => 'UTC' },
634 extra => { time_zone => 'floating' },
642 extra => { time_zone => 'floating' },
654 extra => { time_zone => 'UTC' },
663 extra => { time_zone => 'UTC' },
707 extra => { time_zone => 'floating' },
716 extra
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_utfconv.c198 int extra = 0; local
208 if (extra > 0) {
209 --extra;
221 extra = unicode_decompose(ucs_ch, sequence) - 1;
222 charcnt += extra;
268 int extra = 0; local
283 if (extra > 0) {
284 --extra;
290 extra = unicode_decompose(ucs_ch, sequence) - 1;
291 charcnt += extra;
[all...]
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
678 state->head->extra = Z_NULL;
686 state->head->extra != Z_NULL) {
688 zmemcpy(state->head->extra + len, next,
991 state->extra = (unsigned)(this.op) & 15;
994 if (state->extra) {
995 NEEDBITS(state->extra);
996 state->length += BITS(state->extra);
997 DROPBITS(state->extra);
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinflate.c46 * - Remove unnecessary second byte pull from length extra in inffast.c
61 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
707 state->head->extra = Z_NULL;
715 state->head->extra != Z_NULL) {
717 zmemcpy(state->head->extra + len, next,
1020 state->extra = (unsigned)(this.op) & 15;
1023 if (state->extra) {
1024 NEEDBITS(state->extra);
1025 state->length += BITS(state->extra);
1026 DROPBITS(state->extra);
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dusb.h.in102 unsigned char *extra; /* Extra descriptors */
130 unsigned char *extra; /* Extra descriptors */
155 unsigned char *extra; /* Extra descriptors */
/macosx-10.9.5/mail_cmds-29/mail/
H A Dnames.c580 int t, extra, metoo, verbose; local
586 * Compute the number of extra arguments we will need.
587 * We need at least two extra -- one for "mail" and one for
591 extra = 2;
592 extra++;
595 extra++;
598 extra++;
599 top = (char **)salloc((t + extra) * sizeof(*top));
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dexclude.test68 - extra
77 echo expunged >"$fromdir/mid/for/foo/extra"
102 - /mid/for/foo/extra
121 rm "$chkdir"/mid/for/foo/extra
/macosx-10.9.5/dyld-239.4/src/
H A Dglue.c326 int myopen(const char* path, int oflag, int extra) __asm("_open");
327 int myopen(const char* path, int oflag, int extra) { argument
328 return gSyscallHelpers->open(path, oflag, extra);
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl248 set extra {}
249 if [string equal $relative {}] {eval set extra \"-cache \$[namespace current]::cache(\$root)\"}
255 array set attributes "[FileAttributes $path $root $relative $actualpath] $extra"
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A Dmysql.pm270 delete $info->{extra}{list};
275 push @{ $info->{extra}{list} }, $el;
305 $extra_info{extra}{unsigned} = 1;
308 $extra_info{extra}{list} = $dbi_info->{mysql_values};
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dtrap.c44 int b_trap(int argc,char *argv[],void *extra) argument
48 register Shell_t *shp = ((Shbltin_t*)extra)->shp;
165 int b_kill(int argc,char *argv[],void *extra) argument
169 register Shell_t *shp = ((Shbltin_t*)extra)->shp;
/macosx-10.9.5/launchd-842.92.1/src/
H A Dlaunchd.c185 char *extra = ""; local
187 extra = " in the OS Installer";
189 extra = " in single-user mode";
192 launchd_syslog(LOG_NOTICE | LOG_CONSOLE, "*** launchd[1] has started up%s. ***", extra);
/macosx-10.9.5/libclosure-63/RewriterBlockTest/
H A Dsimpleblock.cpp37 unsigned long extra[5]; member in struct:__objcFastEnumerationState
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Dcommon.c19 #include <libxslt/extra.h>

Completed in 228 milliseconds

1234567891011>>