Searched refs:aflag (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbfd-target.c41 flagword aflag; local
44 aflag = bfd_get_section_flags (abfd, asect);
45 if (!(aflag & SEC_ALLOC))
H A Dexec.c340 flagword aflag;
342 aflag = bfd_get_section_flags (abfd, asect);
343 if (!(aflag & SEC_ALLOC))
339 flagword aflag; local
H A Dobjfiles.c81 flagword aflag; local
83 aflag = bfd_get_section_flags (abfd, asect);
85 if (!(aflag & SEC_ALLOC) && !(TARGET_KEEP_SECTION (asect)))
H A Dsomsolib.c293 flagword aflag = bfd_get_section_flags(so->abfd, s->the_bfd_section); local
294 if (aflag & SEC_CODE)
299 else if (aflag & SEC_DATA)
H A Ddwarf2read.c1154 flagword aflag = bfd_get_section_flags (ignore_abfd, sectp); local
1155 if (aflag & SEC_HAS_CONTENTS)
/haiku-fatelf/src/bin/unzip/
H A Dglobals.c172 uO.aflag=1;
176 uO.aflag=1; /* default to '-a' auto create Text Files as type 101 */
H A Dglobalsf.c168 uO.aflag=1;
172 uO.aflag=1; /* default to '-a' auto create Text Files as type 101 */
H A Dunzip.c1098 uO.aflag = MAX(uO.aflag-negative,0);
1101 ++uO.aflag;
1117 if (uO.aflag == 0)
1123 uO.aflag = 0;
1138 uO.aflag = 0;
1143 uO.aflag = 2; /* so you can read it on the screen */
1501 if (uO.aflag > 2)
1502 uO.aflag = 2;
H A Dapi.c256 uO.aflag = optflgs->aflag;
H A Dextract.c736 switch (uO.aflag) {
1439 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1471 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1501 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1515 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1563 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
H A Dunzip.h403 int aflag; /* -a: do ASCII-EBCDIC and/or end-of-line translation */ member in struct:_UzpOpts
H A Dfileio.c377 if (uO.aflag)
808 } else { /* textmode: aflag is true */
/haiku-fatelf/src/bin/network/ftp/
H A Dutil.c377 int n, aflag, rval, freeuser, freepass, freeacct; local
380 aflag = rval = freeuser = freepass = freeacct = 0;
448 aflag++;
460 (!aflag && acct != NULL && command("ACCT %s", acct) != COMPLETE)) {
H A Dcmds.c1470 int n, aflag = 0; local
1506 aflag++;
1512 if (!aflag && argc == 4) {
/haiku-fatelf/src/bin/zip/
H A Dzipup.c753 if (aflag == ASCII) {
767 if (aflag == ASCII)
795 if (aflag == ASCII)
817 if (aflag == ASCII) {
H A Dzip.c69 int aflag = __EBCDIC; /* Convert EBCDIC to ASCII or stay EBCDIC ? */ variable
1142 aflag = ASCII;
1679 if (aflag==ASCII && !translate_eol) {
1688 if (aflag==ASCII && bflag)
H A Dzip.h366 extern int aflag;
/haiku-fatelf/src/libs/edit/
H A Dtty.c1099 int aflag = 0; local
1112 aflag++;
1154 if (x != '\0' || aflag) {

Completed in 163 milliseconds