OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:archives
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/format_text/
archive.c
191
static void _remove_expired(struct dm_list *
archives
, uint32_t archives_size,
198
/* Make sure there are enough
archives
to even bother looking for
207
dm_list_iterate_back_items(bf,
archives
) {
236
struct dm_list *
archives
;
local
266
if (!(
archives
= _scan_archive(vg->cmd->mem, vg->name, dir)))
269
if (dm_list_empty(
archives
))
272
last = dm_list_item(dm_list_first(
archives
), struct archive_file);
292
_remove_expired(
archives
, dm_list_size(
archives
) + renamed, retain_days,
337
struct dm_list *
archives
;
local
[
all
...]
/src/usr.bin/make/
arch.c
72
* Manipulate libraries,
archives
and their members.
75
* read and cached and the archive closed again. All cached
archives
are kept
134
static ArchList
archives
; /* The
archives
we've already examined */
variable
382
for (ln =
archives
.first; ln != NULL; ln = ln->next) {
517
Lst_Append(&
archives
, ar);
623
* In
archives
created by GNU binutils 2.27, the member names end
944
/* Initialize the
archives
module. */
948
Lst_Init(&
archives
);
952
/* Clean up the
archives
module. *
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/libcollector/
collector.c
685
/* create directory for
archives
(if founder) */
686
char
archives
[MAXPATHLEN];
local
687
CALL_UTIL (snprintf)(
archives
, MAXPATHLEN, "%s/%s", __collector_exp_dir_name,
692
if ((CALL_UTIL (mkdir)(
archives
, dmode) != 0) && (errno != EEXIST))
694
CALL_UTIL (fprintf)(stderr, "__collector_open_experiment: COL_ERROR_MKDIR: %s: errno = %d\n",
archives
, errno);
695
TprintfT (0, "collector: ERROR: mkdir(%s) failed: errno = %d\n",
archives
, errno);
697
SP_JCMD_COMMENT, COL_COMMENT_NONE,
archives
, errno);
701
TprintfT (DBG_LT1, "collector: archive mkdir(%s) succeeded\n",
archives
);
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
collector.c
685
/* create directory for
archives
(if founder) */
686
char
archives
[MAXPATHLEN];
local
687
CALL_UTIL (snprintf)(
archives
, MAXPATHLEN, "%s/%s", __collector_exp_dir_name,
692
if ((CALL_UTIL (mkdir)(
archives
, dmode) != 0) && (errno != EEXIST))
694
CALL_UTIL (fprintf)(stderr, "__collector_open_experiment: COL_ERROR_MKDIR: %s: errno = %d\n",
archives
, errno);
695
TprintfT (0, "collector: ERROR: mkdir(%s) failed: errno = %d\n",
archives
, errno);
697
SP_JCMD_COMMENT, COL_COMMENT_NONE,
archives
, errno);
701
TprintfT (DBG_LT1, "collector: archive mkdir(%s) succeeded\n",
archives
);
Completed in 43 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026