Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c814 #define DELIMCHAR ((char)0x7f) macro
870 *cs++ = DELIMCHAR; in expand()
930 *s++ = (c != DELIMCHAR ? c : '/'); in expand()
1020 if (c == DELIMCHAR) { in addg()