Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c62 locale_t cloc, loc; in testlocale_thr_one() local
68 cloc = uselocale(NULL); in testlocale_thr_one()
114 if (uselocale(cloc) != loc) { in testlocale_thr_one()
118 if (uselocale(LC_GLOBAL_LOCALE) != cloc) { in testlocale_thr_one()
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dchem.awk423 function atom(s, c, i, n, nsub, cloc, nsubc) { # convert CH3 to atom(...)
428 cloc = index(s, "C")
429 if (cloc == 0)
430 cloc = 1
434 if (i < cloc)
441 s, (n-nsub/2)*cwid, textht, (cloc-nsubc/2-0.5)*cwid, crh, crw, dav)