Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tzcode/zic/
Dzic.c113 static void dolink(const char * fromfield, const char * tofield);
617 dolink(fromfield, tofield) in dolink() argument
619 const char * const tofield;
631 if (tofield[0] == '/')
632 toname = ecpyalloc(tofield);
636 toname = ecatalloc(toname, tofield);
655 const char *s = tofield;