Lines Matching defs:st
134 struct stat st;
144 if (stat(path, &st) == 0) {
158 struct stat st;
162 if (stat(import, &st) != 0) {
348 struct stat st;
358 if (stat(src, &st) == -1) {
502 struct stat st;
511 if (stat(src, &st) == -1) {
531 if (stat(src, &st) == 0) {
552 struct stat st;
560 if (stat(path, &st) != 0)
698 struct stat st;
705 if (stat(dst, &st) != 0 && errno == ENOENT &&
716 struct stat st;
804 if (stat(dst, &st) != 0 && errno == ENOENT &&
840 if (stat(src, &st) == 0) {
887 if (stat(PATH_TAR, &st) == 0) {
904 if (stat(PATH_ZIP, &st) == 0) {
953 struct stat st;
961 if (stat(ca->index, &st) != 0) {
975 if (stat(ca->serial, &st) != 0) {
992 struct stat st;
1003 if (stat(path, &st) != 0) {
1076 struct stat st;
1080 if (stat(IKECA_CNF, &st) == 0) {
1104 struct stat st;
1109 if (stat(PATH_OPENSSL, &st) == -1)
1123 if (create == 0 && stat(ca->sslpath, &st) == -1) {
1139 if (create && stat(path, &st) == -1 && errno == ENOENT)