Lines Matching defs:in

11    This program is distributed in the hope that it will be useful,
23 Bugs: GNU ar used to check file against filesystem in quick_update and
87 /* Controls the writing of an archive symbol table (in BSD: a __.SYMDEF
91 Traditionally, the default in BSD has been to not write the table.
96 /* Operate in deterministic mode: write zero for timestamps, uids,
128 /* Whether to truncate names of files stored in the archive. */
174 whose name matches one in FILES. */
193 However we have to iterate over the filenames in order to notice where
194 a filename is requested but does not exist in the archive. Ditto
214 same-named entries in the archive, not the same entry multiple
222 /* Some archive formats don't get the filenames filled in
249 match any more same-named files in the archive. If the
250 user does want to match multiple same-name files in an
259 fprintf (stderr, _("no entry %s in archive\n"), *files);
291 fprintf (s, _(" m[ab] - move file(s) in the archive\n"));
292 fprintf (s, _(" p - print file(s) found in the archive\n"));
382 name which we will use in an archive. */
441 char *const *in; /* cursor into original argv */
451 /* Allocate a new argument array, and copy program name in it. */
455 in = argv;
457 *out++ = *in++;
461 for (letter = *in++; *letter; letter++)
469 while (in < argv + argc)
470 *out++ = *in++;
880 away for __GO32__; perhaps it was in the days of DJGPP v1.x.
881 stat() works just fine in v2.x, so I think this should be
885 stat() is wrong ... think it's buried in GO32's IDT - Jax */
1011 /* fwrite in mingw32 may return int instead of bfd_size_type. Cast the
1045 non_fatal (_("illegal pathname found in archive member: %s"),
1105 /* fwrite in mingw32 may return int instead of bfd_size_type. Cast
1337 fatal (_("no entry %s in archive %s!"), *files_to_move, arch->filename);
1345 /* Ought to default to replacing in place, but this is existing practice! */