Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c72 Dwarf_Small firstc = *fname; in file_name_is_full_path() local
73 if(is_path_separator(firstc)) { in file_name_is_full_path()
77 if(!firstc) { in file_name_is_full_path()
81 if((firstc >= 'A' && firstc <= 'Z') || in file_name_is_full_path()
82 (firstc >= 'a' && firstc <= 'z')) { in file_name_is_full_path()