Displaying 3 results from an estimated 3 matches for "n_use".
Did you mean:
in_use
2012 Jan 10
2
plug leaks in febootstrap
...009-2010, 2012 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -306,6 +306,7 @@ load_file (const char *filename)
line[len-1] = '\0';
add_string (&lines, &n_used, &n_alloc, line);
}
+ fclose (fp);
add_string (&lines, &n_used, &n_alloc, NULL);
return lines;
--
1.7.9.rc0.13.gbee72
>From f03d46334bb318fad7a7b71900d6a3c11586b68f Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Tue, 10 Jan 2012 17:...
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...wildcard, const char *dtb);
-
-/* utils.c */
-extern void print_timestamped_message (const char *fs, ...);
-extern int64_t timeval_diff (const struct timeval *x, const struct timeval *y);
-extern int reverse_filevercmp (const void *p1, const void *p2);
-extern void add_string (char ***argv, size_t *n_used, size_t *n_alloc, const char *str);
-extern size_t count_strings (char *const *argv);
-extern char **read_dir (const char *name);
-extern char **filter (char **strings, int (*)(const char *));
-extern char **filter_fnmatch (char **strings, const char *patt, int flags);
-extern char **filter_notmat...
2010 Mar 11
2
[PATCH FOR DISCUSSION ONLY] Rewrite libguestfs-supermin-helper in C.
This needs loads more testing before we include it. However it's in
good shape for testing and review.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-------------- next part