Searched refs:out_path (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/smtpstone/
H A Dsmtp-sink.c539 const char *out_path; local
546 out_path = STR(exp_path_template(shared_template, state->start_time));
554 if ((out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE))
556 make_parent_dir(out_path, 0755);
557 out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE);
560 msg_fatal("open %s: %m", out_path);
574 msg_fatal("append file %s: %m", out_path);
579 msg_fatal("append file %s: %m", out_path);
/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c623 extract_homemount(char *in, char **out_url, char **out_path) argument
674 if (NULL == (*out_path = strdup(path)))
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dparse_url.c428 static int GetShareAndPathFromURL(CFURLRef url, CFStringRef *out_share, CFStringRef *out_path) argument
437 *out_path = NULL;
511 *out_path = path;

Completed in 83 milliseconds