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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_gamma_table.c315 char *dir_ptr; /* Ptr to last "/" in directory path */ local
317 dir_ptr = strrchr(config_file_path, '/');
319 if (dir_ptr != NULL) {
320 dir_len = dir_ptr - config_file_path + 1;

Completed in 9 milliseconds