Searched refs:extra (Results 1 - 25 of 131) sorted by relevance

123456

/haiku-fatelf/src/bin/findutils/lib/
H A Dsavedirinfo.h64 char *savedirinfo (const char *dir, struct savedir_extrainfo **extra);
H A Dsavedirinfo.c261 new_savedirinfo (const char *dir, struct savedir_extrainfo **extra) argument
270 struct savedir_extrainfo *pex = xmalloc(p->size * sizeof(*extra));
290 if (extra)
291 *extra = pex;
310 old_savedirinfo (const char *dir, struct savedir_extrainfo **extra)
322 if (extra)
323 *extra = NULL;
347 if (extra)
373 if (extra && info)
374 *extra
383 savedirinfo(const char *dir, struct savedir_extrainfo **extra) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Drun-testpattern25 extra=''
32 extra="`printf '%s\nparameter \"%s\" \"%s\";' \"$extra\" $opt $val`"
168 if [ -z "`echo $extra |grep DitherAlgorithm`" ] ; then
177 print_one_testpattern "$p" "`printf '%s\n' \"parameter \\\"DitherAlgorithm\\\" \\\"$d\\\";\"`" "$extra" "$the_message" "$outstuff"
185 print_one_testpattern "$p" "$extra" "$the_message"
H A Drun-testpattern-125 extra=''
32 extra="`printf '%s\nparameter \"%s\" \"%s\";' \"$extra\" $opt $val`"
277 print_one_raw_testpattern "raw-data-8" $d $e $b $c $a "$extra" "$the_message" "$outstuff"| $print_command
293 print_one_testpattern "escp2-r800" $d $e $b $c $a "$extra" "$the_message" "$outstuff" | $print_command
306 print_one_testpattern "escp2-r800" "extended 8" $b CMYKRB $a Color "$extra" "$the_message" "$outstuff" | $print_command
/haiku-fatelf/src/add-ons/accelerants/common/
H A Ddecode_edid.c191 && ((raw->extra.zero_0[0] == 0 && raw->extra.zero_0[1] == 0)
192 || (raw->extra.zero_0[2] == 0 && raw->extra.zero_4 == 0))) {
193 monitor->monitor_desc_type = raw->extra.monitor_desc_type;
195 switch (raw->extra.monitor_desc_type) {
198 raw->extra.data.serial_number, EDID1_EXTRA_STRING_LEN);
203 raw->extra.data.ascii_data, EDID1_EXTRA_STRING_LEN);
207 monitor->data.monitor_range = raw->extra.data.monitor_range;
212 raw->extra
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dlibxml.h57 void __xmlIOErr(int domain, int code, const char *extra);
H A Dxmlmodule.c39 * @extra: extra information
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
53 XML_ERR_NO_MEMORY, XML_ERR_FATAL, NULL, 0, extra,
55 "Memory allocation failed : %s\n", extra);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DIconListItem.h63 const uint32 GetItemData() { return extra; }
73 uint32 extra; member in class:IconListItem
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h444 // extra attributes
462 uint32 time_extra, bool extra)
465 if (extra && sizeof(timespec->tv_sec) > 4)
468 if (extra)
474 void GetModificationTime(struct timespec *timespec, bool extra) const
476 extra); }
477 void GetAccessTime(struct timespec *timespec, bool extra) const
478 { _DecodeTime(timespec, access_time, access_time_extra, extra); }
479 void GetChangeTime(struct timespec *timespec, bool extra) const
480 { _DecodeTime(timespec, change_time, change_time_extra, extra); }
461 _DecodeTime(struct timespec *timespec, uint32 time, uint32 time_extra, bool extra) argument
501 SetModificationTime(const struct timespec *timespec, bool extra) argument
507 SetAccessTime(const struct timespec *timespec, bool extra) argument
513 SetChangeTime(const struct timespec *timespec, bool extra) argument
519 SetCreationTime(const struct timespec *timespec, bool extra) argument
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfnmatch_loop.c346 const int32_t *extra; local
349 const unsigned char *extra; local
367 extra = (const int32_t *)
376 extra = (const unsigned char *)
475 const unsigned char *extra; local
496 extra = (const unsigned char *)
514 == extra[symb_table[2 * elem + 1]])
516 &extra[symb_table[2 * elem
522 idx += 1 + extra[idx];
539 idx += 1 + extra[id
696 const unsigned char *extra; local
[all...]
H A Dobstack.c116 (that adds an extra first argument), based on the state of use_extra_arg.
158 the extra bytes won't be missed terribly, but if range checking is on
159 and we used a larger request, a whole extra 4096 bytes would be
164 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
167 size = 4096 - extra;
205 the extra bytes won't be missed terribly, but if range checking is on
206 and we used a larger request, a whole extra 4096 bytes would be
211 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
214 size = 4096 - extra;
281 /* We used to copy the odd few remaining bytes as one extra COPYING_UNI
163 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
210 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfnmatch_loop.c343 const int32_t *extra; local
346 const unsigned char *extra; local
364 extra = (const int32_t *)
373 extra = (const unsigned char *)
467 const unsigned char *extra; local
488 extra = (const unsigned char *)
506 == extra[symb_table[2 * elem + 1]])
508 &extra[symb_table[2 * elem
514 idx += 1 + extra[idx];
531 idx += 1 + extra[id
688 const unsigned char *extra; local
[all...]
/haiku-fatelf/src/libs/zlib/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
104 unsigned extra; /* extra bits needed */ member in struct:inflate_state
H A Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
57 int end; /* use base and extra for symbol > end */
63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
183 base = extra = work; /* dummy value--not used */
189 extra = lext;
190 extra -= 257;
195 extra = dext;
224 here.op = (unsigned char)(extra[wor
[all...]
H A Dinfback.c529 /* length code -- get extra bits, if any */
530 state->extra = (unsigned)(here.op) & 15;
531 if (state->extra != 0) {
532 NEEDBITS(state->extra);
533 state->length += BITS(state->extra);
534 DROPBITS(state->extra);
562 /* get distance extra bits, if any */
563 state->extra = (unsigned)(here.op) & 15;
564 if (state->extra != 0) {
565 NEEDBITS(state->extra);
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A DpeXXigen.c569 struct internal_extra_pe_aouthdr *extra = &pe->pe_opthdr;
576 if (!extra->FileAlignment)
577 extra->FileAlignment = PE_DEF_FILE_ALIGNMENT;
578 if (!extra->SectionAlignment)
579 extra->SectionAlignment = PE_DEF_SECTION_ALIGNMENT;
582 if (extra->Subsystem == IMAGE_SUBSYSTEM_UNKNOWN)
583 extra->Subsystem = pe->target_subsystem;
585 sa = extra->SectionAlignment;
586 fa = extra->FileAlignment;
587 ib = extra
568 struct internal_extra_pe_aouthdr *extra = &pe->pe_opthdr; local
1114 struct internal_extra_pe_aouthdr *extra = &pe->pe_opthdr; local
1398 struct internal_extra_pe_aouthdr *extra = &pe->pe_opthdr; local
[all...]
H A Dbfd.c415 Like fprintf (stderr, ...), but also handles some extra format specifiers.
448 size_t len, extra, trim;
518 extra = 0;
522 ++extra;
527 bufp += extra;
528 if (extra > avail)
530 trim = extra - avail;
535 --extra;
539 avail = extra;
541 avail -= extra;
446 size_t len, extra, trim; local
[all...]
/haiku-fatelf/headers/glibc/
H A Dprintf.h46 unsigned int extra:1; /* For special use. */ member in struct:printf_info
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dweightwc.h38 cp = &extra[-i];
H A Dweight.h35 cp = &extra[-i];
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf.h46 unsigned int extra:1; /* For special use. */ member in struct:printf_info
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dvariables.h35 (ctxt)->xpathCtxt->extra = ctxt
/haiku-fatelf/src/bin/zip/
H A Dbeos.c521 /* Add a 'UT' extra field to the zlist data pointed to by z. */
542 /* Check to make sure we've got enough room in the extra fields. */
554 /* Allocate memory for the local and central extra fields. */
555 if( z->extra && z->ext != 0 ) {
556 l_ef = (char *)realloc( z->extra, z->ext + EB_L_UT_SIZE );
564 z->extra = l_ef;
606 /* Add a 'Ux' extra field to the zlist data pointed to by z. */
617 /* Check to make sure we've got enough room in the extra fields. */
629 /* Allocate memory for the local and central extra fields. */
630 if( z->extra
[all...]
/haiku-fatelf/src/kits/shared/
H A DAboutWindow.cpp369 // Add extra copyright strings
371 // Add optional extra copyright information
458 BString extra("");
460 extra << "\n\n";
462 extra << appExtraInfo;
464 fAboutView->InfoView()->Insert(extra.String());
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dcommon.c19 #include <libxslt/extra.h>

Completed in 153 milliseconds

123456