Searched refs:CDIR (Results 1 – 1 of 1) sorted by relevance
61 #define CDIR "../compile/" macro209 strlcpy(destdir, CDIR, sizeof(destdir)); in main()242 if (!cust_dest && stat(CDIR, &buf)) in main()243 if (mkdir(CDIR, 0777)) in main()244 err(2, "%s", CDIR); in main()