source: MondoRescue/branches/2.04_berlios/mondo/mondo/common/libmondo-string.h@ 2708

Last change on this file since 2708 was 2708, checked in by Bruno Cornec, 13 years ago

r4184@localhost: bruno | 2011-01-27 15:52:51 +0100

  • Adds support for hpsa driver (new HP Smart Array driver)
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1/*
2 * $Id: libmondo-string.h 2708 2011-01-27 18:31:44Z bruno $
3 */
4
5char *build_partition_name (char *partition, const char *drive, int partno);
6void center_string (char *in_out, int width);
7char *commarize(char*);
8char *disklist_entry_to_string (struct list_of_disks *disklist, int lino);
9long friendly_sizestr_to_sizelong (char *incoming);
10char *leftpad_string (char *incoming, int width);
11char *marker_to_string (int marker);
12char *mountlist_entry_to_string (struct mountlist_itself *mountlist, int lino);
13char *number_of_disks_as_string (int noof_disks, char *label);
14char *number_to_text (int i);
15void resolve_naff_tokens (char *output, char *ip, char *value, char *token);
16char *slice_fname (long bigfileno, long sliceno, char *path, char *s);
17int special_dot_char (int i);
18bool spread_flaws_across_three_lines (char *flaws_str, char *flaws_str_A,
19 char *flaws_str_B, char *flaws_str_C,
20 int res);
21int strcmp_inc_numbers (char *stringA, char *stringB);
22char * strip_afio_output_line (char *input);
23void strip_spaces (char *in_out);
24char *trim_empty_quotes (char *incoming);
25char *truncate_to_drive_name (char *partition);
26char *turn_raid_level_number_to_string (int raid_level);
27void printf_silly_message(void);
28
29int compare_two_filelist_entries(void*va,void*vb);
30int severity_of_difference(char *filename, char *out_reason);
31
32char *percent_media_full_comment (struct s_bkpinfo *bkpinfo);
33char *media_descriptor_string(t_bkptype);
34inline void turn_wildcard_chars_into_literal_chars(char*out, char*in);
Note: See TracBrowser for help on using the repository browser.