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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dwin32-nat.c1777 static const char *conv_path_names[] = local
1791 for (j = 0; conv_path_names[j]; j++)
1793 len = strlen (conv_path_names[j]);
1794 if (strncmp (conv_path_names[j], env[i], len) == 0)
1804 if (conv_path_names[j] == NULL)
1815 for (j = 0; conv_path_names[j]; j++)
1817 len = strlen (conv_path_names[j]);
1818 if (strncmp (conv_path_names[j], env[i], len) == 0)
1830 if (conv_path_names[j] == NULL)

Completed in 99 milliseconds