HomeSort by: relevance | last modified time | path
    Searched refs:oline (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/locale/
t_ducet.c 55 wchar_t *oline = NULL, *line;
64 if (oline == NULL) {
65 oline = line;
70 for (i = 0; oline[i] != 0; i++)
71 printf("0x%lx ", (long)oline[i]);
77 /* Compare, expect oline <= line, a non-positive result */
78 ATF_CHECK(wcscoll(oline, line) <= 0);
80 oline = line;
98 wchar_t *tmp, *oline = NULL, *line;
111 if (oline == NULL)
    [all...]
  /src/regress/sys/fs/lfs/ckckp/
check-all 239 $oline = "$_";
244 $errstr = "1 $k 0x$a $oline";

Completed in 12 milliseconds