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

/ast/src/lib/libcs/
H A Dcsping.c40 if ((fd = csopen(state, state->temp, 0)) < 0) return -1;
H A Dcs.h198 char type[8]; /* csopen() stream type */
199 char qual[CS_NAME_MAX];/* csopen() qualifier */
256 #define csopen _cs_open macro
295 extern int csopen(Cs_t*, const char*, int);
H A DMakefile24 csname.c csnote.c csntoa.c csopen.c cspath.c cspeek.c \
H A Dcsclient.c74 if (fd < 0 && (fd = csopen(cs, service, CS_OPEN_TEST)) < 0)
H A Dcsopen.c269 * recursive csopen(state,path,CS_OPEN_TEST)
285 ret = csopen(&tmp, path, CS_OPEN_TEST);
599 csopen(register Cs_t* state, const char* apath, int op) function
1279 return csopen(&cs, apath, op);
H A Dcss.c184 if ((css->fd = csopen(css->state, path, CS_OPEN_CREATE)) < 0)
203 if ((css->disc->flags & CSS_AUTHENTICATE) && csopen(css->state, css->service, CS_OPEN_CREATE|CS_OPEN_MOUNT))
/ast/src/cmd/cs/vcs_src/
H A Dmnt_touch.c46 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_vcs.c27 if ((istate.fd == -1) && ((istate.fd = csopen(istate.cs_svc, CS_OPEN_READ)) < 0))
47 if ((istate.fd == -1) && ((istate.fd = csopen(istate.cs_svc, CS_OPEN_READ)) < 0))
121 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_umount.c51 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_list.c54 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_mtab.c88 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_mount.c91 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
H A Dmnt_imount.c132 if ((fd = csopen(s, CS_OPEN_READ)) < 0)
/ast/src/cmd/cs/
H A D6263.c50 if ((ud = csopen(css->state, path, CS_OPEN_READ)) >= 0)
H A Dnam.c136 if ((ud = csopen(logical, CS_OPEN_READ)) >= 0)
H A Dcat.c107 if (!s || (ad = csopen(s, 0)) < 0 && (ad = open(s, O_CREAT|O_APPEND|O_WRONLY|O_BINARY, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0)
H A Dcs.c570 if ((fd = csopen(path, initiate)) < 0)
592 if ((fd = csopen(path, CS_OPEN_TEST)) < 0)
701 if ((fd = csopen(path, initiate)) < 0)
H A Dfs_env.c84 if ((fd = csopen("/dev/tcp/local/normal", CS_OPEN_CREATE)) < 0)
/ast/src/cmd/mailx/
H A Dsmtp.c116 if ((fd = csopen(&cs, svc, 0)) < 0)
H A Dimap.c1594 if ((fd = csopen(&cs, svc, 0)) < 0)
/ast/src/cmd/at/
H A Dat.c431 if ((op = csopen(&cs, service, 0)) < 0)
/ast/src/cmd/coshell/
H A Dmisc.c52 if ((fd = csopen("/dev/tcp/local/normal", CS_OPEN_CREATE)) < 0)
H A Dmain.c546 (state.con[fd].info.user.fds[1] = csopen(state.con[fd].info.user.pump, 0)) < 0 ||
558 else if ((state.con[fd].info.user.fds[2] = csopen(state.con[fd].info.user.pump, 0)) < 0 ||
841 if ((fd = csopen(t = "/dev/fdp", 0)) >= 0) close(fd);
882 if ((fd = csopen(state.service, CS_OPEN_TEST)) < 0)
903 if ((pfd = csopen(t = "/dev/tcp/local/normal/slave", CS_OPEN_CREATE)) < 0)
H A Dschedule.c152 if ((state.scheduler.fd = csopen(name, 0)) < 0 && *name != '/')
157 state.scheduler.fd = csopen(name, 0);

Completed in 87 milliseconds