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

/haiku-fatelf/src/bin/coreutils/src/
H A Dhead.c870 string_to_integer (bool count_lines, const char *n_string) argument
875 s_err = xstrtoumax (n_string, NULL, 10, &n, "bkKmMGTPEZY0");
880 _("%s: %s is so large that it is not representable"), n_string,
886 error (EXIT_FAILURE, 0, "%s: %s", n_string,
934 char *n_string = ++a; local
987 n_units = string_to_integer (count_lines, n_string);
H A Dtail.c1789 const char *n_string; local
1832 n_string = p;
1853 if (n_string == n_string_end)
1855 else if ((xstrtoumax (n_string, NULL, 10, n_units, "b")
/haiku-fatelf/src/bin/gdb/gdb/
H A Dutils.c1293 char *y_string, *n_string;
1302 n_string = "n";
1310 n_string = "[n]";
1331 printf_filtered ("(%s or %s) ", y_string, n_string);
1374 y_string, n_string);
1287 char *y_string, *n_string; local

Completed in 69 milliseconds