Searched refs:DEVLOCAL (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcs/
H A Dcslocal.c33 #define DEVLOCAL "/dev/fdp/local/" macro
114 if (strncmp(p, DEVLOCAL, sizeof(DEVLOCAL) - 1))
116 messagef((state->id, NiL, -1, "local: %s: %s* expected", path, DEVLOCAL));
119 p += sizeof(DEVLOCAL) - 1;
123 messagef((state->id, NiL, -1, "local: %s: %s*/user expected", path, DEVLOCAL));

Completed in 21 milliseconds