Home
last modified time | relevance | path

Searched refs:segc (Results 1 – 1 of 1) sorted by relevance

/openbsd/regress/lib/libc/locale/uselocale/
H A Duselocale.c222 char *sego, *segc, *selo, *selc; in child_func() local
359 segc = strdup(sego); in child_func()
362 if (strcmp(sego, segc) != 0) in child_func()
364 free(segc); in child_func()
421 char *sego, *segc, *selo, *selc; in main() local
465 segc = strdup(sego); in main()
468 if (strcmp(sego, segc) != 0) in main()
470 free(segc); in main()