Home | History | Annotate | Download | only in share

Lines Matching refs:quotify

28 function quotify(x) {
40 cmd = sprintf("ln -sfn %s %s", quotify(target), quotify(link))
107 quotify(f), quotify(fcheck), quotify(fcheck))
453 if (system(sprintf("mkdir -- %s", quotify(certworkdir))) \
460 if (system(sprintf("test -f %s", quotify(certpem))) != 0) {
464 if (system(sprintf("test -d %s", quotify(certworkdir))) != 0)
525 quotify(OPENSSL),
526 quotify(certworkdir"/cert.der"),
527 quotify(certpem))))