Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/filesync/
H A Dfilesync.h105 #define ERR_NOBASE 64 /* inaccessable base directory */ macro
109 #define ERR_FATAL (ERR_FILES|ERR_INVAL|ERR_NOBASE|ERR_OTHER)
H A Ddebug.c148 ERR_NOBASE, "bad base dir",
H A Deval.c155 return (ERR_NOBASE); in evaluate()