Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dbwstring.h78 double bwstod(struct bwstring *s0, bool *empty);
H A Dcoll.c1133 d1 = bwstod(kv1->k, &empty1); in gnumcoll()
1150 d2 = bwstod(kv2->k, &empty2); in gnumcoll()
1192 d1 = bwstod(kv1->k, &empty1); in gnumcoll()
1198 d2 = bwstod(kv2->k, &empty2); in gnumcoll()
H A Dbwstring.c747 bwstod(struct bwstring *s0, bool *empty) in bwstod() function