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

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dwin32-nat.c1751 static const char *conv_path_names[] = local
1765 for (j = 0; conv_path_names[j]; j++)
1767 len = strlen (conv_path_names[j]);
1768 if (strncmp (conv_path_names[j], env[i], len) == 0)
1778 if (conv_path_names[j] == NULL)
1789 for (j = 0; conv_path_names[j]; j++)
1791 len = strlen (conv_path_names[j]);
1792 if (strncmp (conv_path_names[j], env[i], len) == 0)
1804 if (conv_path_names[j] == NULL)

Completed in 160 milliseconds