Lines Matching defs:cmd
498 char cmd[5000];500 sprintf(cmd, "%s x509 -text -in '%s' 1>&2", exe, pem);502 sprintf(cmd, "%s x509 -text -in '%s'", exe, pem);505 system(cmd);