Searched refs:dsn (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libjcl/ |
H A D | run.c | 75 dsn(Jcl_t* jcl, Jcldd_t* dd, const char* path, int mark) function 110 s = dsn(jcl, dd, dd->path, 0); 348 s = dsn(jcl, dd, dd->path, 0); 354 s = dsn(jcl, dd, dd->path, 0); 360 sfprintf(jcl->tp, "cat %s", dsn(jcl, dd, dd->path, 0)); 362 sfprintf(jcl->tp, " \\\n\t%s", dsn(jcl, dd, cat->path, 0)); 372 sfprintf(jcl->tp, "%s%s=%s", s, fmtexport(dd->name), dsn(jcl, dd, dd->path, 1)); 374 sfprintf(jcl->tp, "'\n\t'%s", dsn(jcl, dd, cat->path, 1)); 379 sfprintf(jcl->tp, "%s%s=%s", s, fmtexport(dd->name), dsn(jcl, dd, dd->path, 1)); 381 sfprintf(jcl->tp, "'\n\t'%s", dsn(jc [all...] |
Completed in 10 milliseconds