Searched defs:can (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libcodex/
H A Dcodex.c445 char can[CODEX_NAME+CODEX_ARGS]; local
502 *a++ = b = can;
552 if (a >= &arg[elementsof(arg)-1] || b >= &can[sizeof(can)-1])
559 } while (c && b < &can[sizeof(can)-1]);
623 if ((b - v) >= sizeof(can))
631 strncopy(can, v, b - v);
632 if (!(code->dp = sfopen(NiL, can, "r")))
635 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%s: cannot read delta source", can);
[all...]

Completed in 9 milliseconds