Searched refs:npath (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/libibmad/src/
H A Dsa.c117 int npath; local
122 npath = 1; /* only MAD_METHOD_GET is supported */
131 mad_encode_field(buf, IB_SA_PR_NPATH_F, &npath);
/freebsd-10.3-release/contrib/tcsh/
H A Dma.setp.c287 int npath, i, len; local
290 for (npath = 0, pe = pathhead; pe; npath++, pe = pe->pnext) {
297 paths[npath] = p;
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c1562 const char *npath = item->path;
1572 notify = svn_wc_create_notify(npath,
1576 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_replaced,
1582 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_deleted,
1588 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_copied,
1591 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_added,
1608 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_modified,
1561 const char *npath = item->path; local
/freebsd-10.3-release/contrib/sendmail/src/
H A Dqueue.c7823 char npath[MAXPATHLEN]; local
7838 (void) sm_strlcpy(npath, queuename(new, DATAFL_LETTER), sizeof(npath));
7866 if (link(opath, npath) == 0)
7869 SYNC_DIR(npath, true);
7883 (void) sm_strlcpy(npath, queuename(new, DATAFL_LETTER), sizeof(npath));
7884 if (link(opath, npath) == 0)
7887 SYNC_DIR(npath, true);
7895 opath, npath, sm_errstrin
[all...]

Completed in 169 milliseconds