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

/ast/src/cmd/coshell/
H A Dschedule.c55 dupstring(char* s, const char* v) function
60 error(3, "out of space [dupstring]");
123 state.identify = dupstring(state.identify, a->global.identify);
129 state.migrate = dupstring(state.migrate, a->global.migrate);
141 state.profile = dupstring(state.profile, a->global.profile);
145 state.remote = dupstring(state.remote, a->global.remote);
159 if (state.scheduler.fd > 0) state.scheduler.name = dupstring(state.scheduler.name, name);
165 state.sh = dupstring(state.sh, a->global.shell);
420 if (a->set & SETACCESS) sp->access = dupstring(sp->access, a->access);
421 if (a->set & SETBYPASS) sp->bypass = dupstring(s
[all...]

Completed in 10 milliseconds