Home
last modified time | relevance | path

Searched refs:base_path_size (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/diskonaut/diskonaut-0.11.0/src/ui/
H A Ddisplay.rs54 let base_path_size = file_tree.get_total_size(); in render() localVariable
64 size: base_path_size, in render()
/dports/www/sarg/sarg-2.4.0/include/
H A Ddefs.h448 void append_to_path(char *base_path, int base_path_size, const char *append);
/dports/www/sarg/sarg-2.4.0/
H A Dutil.c2684 void append_to_path(char *base_path, int base_path_size, const char *append) in append_to_path() argument
2691 if (length+1 >= base_path_size) { in append_to_path()
2699 if (length+append_length >= base_path_size) { in append_to_path()