Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Drun.c1668 const char *s, *origs, *t; in split() local
1678 origs = s = strdup(getsval(y)); in split()
1842 xfree(origs); in split()
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c778 char* origs = *s; in sldns_wire2str_rdata_scan() local
804 *d = origd; *s = origs; in sldns_wire2str_rdata_scan()
/freebsd/contrib/file/src/
H A Dapprentice.c2995 const char *origs = s; in getstr() local
3008 file_error(ms, 0, "string too long: `%s'", origs); in getstr()