Searched refs:local_path (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c901 strlcpy(snmp_client.local_path, opt_arg, sizeof(SNMP_LOCAL_PATH));
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dmerge-cmd.c222 const char *local_path;
224 local_path = svn_cl__local_style_skip_ancestor(b->path_prefix,
227 svn_cl__conflict_stats_resolved(b->conflict_stats, local_path,
220 const char *local_path; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c3052 const char *local_path = svn_wc_adm_access_path(anchor);
3056 local_path = svn_dirent_join(local_path, target, pool);
3060 SVN_ERR(gather_traversal_info(wc_ctx, local_abspath, local_path, depth,
3051 const char *local_path = svn_wc_adm_access_path(anchor); local
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c964 (void)remove(snmp_client.local_path);
1005 snprintf(snmp_client.local_path, sizeof(snmp_client.local_path),
1008 if (mktemp(snmp_client.local_path) == NULL) {
1017 strcpy(sa.sun_path, snmp_client.local_path);
1023 (void)remove(snmp_client.local_path);
1038 (void)remove(snmp_client.local_path);
1092 if (snmp_client.local_path[0] != '\0')
1093 (void)remove(snmp_client.local_path);
1125 if (snmp_client.local_path[
[all...]
H A Dsnmpclient.h112 char local_path[sizeof(SNMP_LOCAL_PATH)]; member in struct:snmp_client
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.c3386 struct cam_path *local_path; local
3428 if (xpt_create_path(&local_path, xpt_periph,
3453 xpt_free_path(local_path);
3462 xpt_path_string(local_path, path_str, sizeof(path_str));
3481 xpt_setup_ccb(&ccb->ccb_h, local_path, CAM_PRIORITY_XPT);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c3679 struct cam_path *local_path; local
3716 if (xpt_create_path(&local_path, xpt_periph, pathid, targetid, lunid) !=
3740 xpt_free_path(local_path);
3748 xpt_path_string(local_path, path_str, sizeof(path_str));
3766 xpt_setup_ccb(&ccb->ccb_h, local_path, CAM_PRIORITY_XPT);
/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.c1153 const char *local_path, Attrib *a, int preserve_flag, int resume_flag,
1222 local_fd = open(local_path,
1226 local_path, strerror(errno));
1233 local_path, strerror(errno));
1237 error("\"%s\" has negative size", local_path);
1242 "local file is larger than remote", local_path);
1393 "server reordered requests", local_path);
1397 error("ftruncate \"%s\": %s", local_path,
1406 error("Couldn't write to \"%s\": %s", local_path,
1419 if (preserve_flag && chmod(local_path, mod
1152 do_download(struct sftp_conn *conn, const char *remote_path, const char *local_path, Attrib *a, int preserve_flag, int resume_flag, int fsync_flag) argument
1559 do_upload(struct sftp_conn *conn, const char *local_path, const char *remote_path, int preserve_flag, int resume, int fsync_flag) argument
[all...]

Completed in 200 milliseconds