HomeSort by: relevance | last modified time | path
    Searched defs:make_parent_dir (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtpstone/
smtp-sink.c 444 /* make_parent_dir - create parent directory or bust */
446 static void make_parent_dir(const char *path, mode_t mode) function
494 make_parent_dir(STR(path_buf), 0755);
572 make_parent_dir(out_path, 0755);
smtp-sink.c 444 /* make_parent_dir - create parent directory or bust */
446 static void make_parent_dir(const char *path, mode_t mode) function
494 make_parent_dir(STR(path_buf), 0755);
572 make_parent_dir(out_path, 0755);

Completed in 37 milliseconds