Searched refs:line (Results 1 – 10 of 10) sorted by relevance
/posix/ |
A D | tst-pcre.c | 30 char *line = NULL; in main() local 61 free (line); in main() 74 if (line[len - 1] == '\n') in main() 75 line[--len] = '\0'; in main() 77 if (line[0] == '#') in main() 80 if (line[0] == '\0') in main() 89 if (line[0] == '/') in main() 92 p = strrchr (line + 1, '/'); in main() 124 memcpy (pattern, line + 1, p - line - 1); in main() 197 p = line; in main() [all …]
|
A D | tst-boost.c | 73 char *line = NULL; in main() local 103 if (line[len - 1] == '\n') in main() 104 line[--len] = '\0'; in main() 106 puts (line); in main() 108 if (line[0] == ';') in main() 111 if (line[0] == '\0') in main() 114 if (line[0] == '-') in main() 116 if (strstr (line, "REG_BASIC")) in main() 120 if (strstr (line, "REG_ICASE")) in main() 132 pattern = line + strspn (line, " \t"); in main() [all …]
|
A D | annexc.c | 751 while (fgets (line, sizeof line, input) != NULL) in get_null_defines() 754 if (strlen (line) < 9 || line[7] != ' ') in get_null_defines() 757 line); in get_null_defines() 760 if (line[8] == '_') in get_null_defines() 773 start = &line[8]; in get_null_defines() 821 if (xsystem (line)) in check_header() 842 while (fgets (line, sizeof line, input) != NULL) in check_header() 845 if (strlen (line) < 9 || line[7] != ' ') in check_header() 848 line); in check_header() 855 line[8 + strcspn (&line[8], " (")] = '\0'; in check_header() [all …]
|
A D | tst-getopt_long1.c | 49 char *line = NULL; in do_test() local 51 if (getline (&line, &len, stderr) < 0) in do_test() 56 printf ("message = \"%s\"\n", line); in do_test() 61 return c != '?' || strcmp (line, expected) != 0; in do_test()
|
A D | tst-execvpe6.c | 101 char line[128]; in check_output() local 102 if (fgets (line, sizeof (line), arq) == NULL) in check_output() 109 if (strcmp (line, expected) != 0) in check_output()
|
A D | tst-rxspencer.c | 410 char *line = NULL; in main() local 438 while ((len = getline (&line, &line_len, f)) > 0) in main() 443 if (line[len - 1] == '\n') in main() 444 line[len - 1] = '\0'; in main() 447 if (*line == '#' || *line == '\0') in main() 450 puts (line); in main() 453 pattern = strtok (line, "\t"); in main() 557 free (line); in main()
|
A D | posix-conf-vars.list | 3 # same line. TYPE can either be SYSCONF, PATHCONF, CONFSTR or SPEC. In the 5 # one on each line with a curly brace on its own line ending the section.
|
A D | tst-fnmatch.c | 30 static char *next_input (char **line, int first, int last); 166 next_input (char **line, int first, int last) in next_input() argument 168 char *cp = *line; in next_input() 237 *line = cp; in next_input()
|
A D | BOOST.tests | 5 ; comments start with a semicolon and proceed to the end of the line 256 ; line anchors 455 ; line comment: 456 //[^\n]* "++i //here is a line comment\n" 4 28
|
A D | tst-regex.input | 1620 if stream is line buffered. 1757 * sysdeps/alpha/Dist: List only one file per line. 3623 the" in one line - fixed it. 3774 * manual/memory.texi: Add back accidently removed line. 6636 fonts, that looks worse than a minimally overfull line. 6749 * iconvdata/gap.pl: Gobble rest of line with a scalar, not a 7490 up namespace. Optimize finding end of line. 7677 before every line. 7699 testing of specific cases from the command-line. 9857 overflow while reading line with fgets. [all …]
|
Completed in 33 milliseconds