Searched refs:str (Results 1 – 5 of 5) sorted by relevance
| /time/ |
| A D | tst-ctime.c | 26 char *str; in do_test() local 37 str = ctime (&t); in do_test() 38 TEST_COMPARE_STRING (str, "Thu Jan 1 00:00:00 1970\n"); in do_test() 41 str = ctime_r (&t, strb); in do_test() 42 TEST_VERIFY (str == strb); in do_test() 47 str = ctime (&t); in do_test() 51 str = ctime_r (&t, strb); in do_test() 52 TEST_VERIFY (str == strb); in do_test() 61 str = ctime (&tov); in do_test() 65 str = ctime_r (&tov, strb); in do_test() [all …]
|
| A D | bug-getdate1.c | 13 output_to_template_file (const char *str) in output_to_template_file() argument 22 fprintf (fd, "%s\n", str); in output_to_template_file() 30 process_getdate_on (const char *str) in process_getdate_on() argument 49 res = getdate (str); in process_getdate_on() 52 printf ("Failed on getdate(\"%s\"), template is: %s", str, templ); in process_getdate_on() 56 printf ("Success on getdate(\"%s\"), template is: %s\n", str, templ); in process_getdate_on()
|
| A D | tst-getdate.c | 31 const char *str; member 117 tm = getdate (tests[i].str); in do_test() 135 TEST_COMPARE (getdate_r (tests[i].str, &tms), 0); in do_test()
|
| A D | tst-strftime3.c | 365 print_string_hex (const char *header, const char *str) in print_string_hex() argument 368 const char *s = str; in print_string_hex() 374 if (str == NULL) in print_string_hex() 398 printf (" - %s\n", str); in print_string_hex() 400 s = str; in print_string_hex() 403 for (i = 0; i < wlen && i < strlen (str); i ++) in print_string_hex()
|
| A D | alt_digit.c | 151 const char *str = *strp; in _nl_parse_alt_digit() local 177 if (len > maxlen && strncmp (dig, str, len) == 0) in _nl_parse_alt_digit()
|
Completed in 6 milliseconds