Searched refs:len_path (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c574 size_t len_path; /* Max length of path memory needed */ local
613 len_path = strlen(xorg_lib_fmt);
615 if (len_path < len) {
616 len_path = len;
618 len_path += len_ident;
620 if (len_path < len) {
621 len_path = len;
624 *config_prog_path = malloc(len_path);

Completed in 18 milliseconds