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

/ast/src/lib/libcs/
H A Dcsattr.c119 } while (n && streq(ip->name, CS_HOST_LOCAL));
128 if (streq(name, CS_HOST_LOCAL))
H A Dcsname.c170 strcpy(state->full, CS_HOST_LOCAL);
H A Dcsstat.c65 if (!name || streq(name, CS_HOST_LOCAL))
H A Dcs.h64 #define CS_HOST_LOCAL "local" /* local host */ macro
H A Dcsaddr.c59 if (streq(s, CS_HOST_LOCAL))
H A Dcsopen.c177 sfsprintf(buf, sizeof(buf), "%s\n", CS_HOST_LOCAL);
187 sfsprintf(buf, sizeof(buf), "%s\n%s\n", CS_HOST_SHARE, CS_HOST_LOCAL);
189 sfsprintf(buf, sizeof(buf), "%s\n%s\n%s\n", state->host, CS_HOST_SHARE, CS_HOST_LOCAL);
198 if (streq(on, CS_HOST_LOCAL) || streq(on, local))
/ast/src/cmd/cs/
H A Dtst-old.c117 n = sfsprintf(buf, sizeof(buf), "I [%s] server=%s version=%s %s=%s server.pid=%d pid=%d uid=%d gid=%d clone=%d args=`%s'\n", fmttime(*dat ? dat : "%K", time(NiL)), csname(0), TST_VERSION, CS_HOST_LOCAL, csntoa(state->id[fd].id.hid), getpid(), state->id[fd].id.pid, state->id[fd].id.uid, state->id[fd].id.gid, state->id[fd].clone, state->id[fd].args);
H A Dtst.c110 n = sfsprintf(buf, sizeof(buf), "I [%s] server=%s version=%s %s=%s server.pid=%d pid=%d uid=%d gid=%d args=`%s'\n", fmttime(*dat ? dat : "%K", time(NiL)), csname(css->state, 0), TST_VERSION, CS_HOST_LOCAL, csntoa(css->state, con->id.hid), getpid(), con->id.pid, con->id.uid, con->id.gid, con->args);
/ast/src/cmd/ss/
H A Dssd.c335 if (s = csattr(CS_HOST_LOCAL, "type"))
/ast/src/cmd/coshell/
H A Dschedule.c180 if (streq(CS_HOST_LOCAL, a->name) || (op & (DEF|JOB)) == (DEF|JOB))

Completed in 21 milliseconds