Searched refs:reopen (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csopen.c | 274 reopen(register Cs_t* state, char* path) function 320 if ((fd = reopen(state, buf)) < 0) 812 if ((fd = state->proxy.addr ? csbind(state, type, state->proxy.addr, state->proxy.port, 0L) : reopen(state, csvar(state, CS_VAR_PROXY, 0))) >= 0) 1153 if ((fd = reopen(state, path)) < 0) 1160 if ((fd = reopen(state, path)) < 0) 1161 messagef((state->id, NiL, -1, "open: %s: %s: reopen error", state->path, path)); 1226 else if (fd < 0 && ((op & CS_OPEN_TEST) || initiate(state, user, opath, tmp, serv) || (fd = reopen(state, path)) < 0)) 1228 messagef((state->id, NiL, -1, "open: %s: %s: reopen/initiate error", state->path, path));
|
Completed in 11 milliseconds