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

/freebsd-13-stable/contrib/bmake/filemon/
H A Dfilemon_ktrace.c129 unsigned npath; member in struct:filemon_state
130 char *path[/*npath*/];
459 if (S->i >= S->npath)
481 if (S->i == S->npath && S->syscode == ret->ktr_code)
588 unsigned npath,
595 S = calloc(1, offsetof(struct filemon_state, path[npath]));
602 S->npath = npath;
603 for (i = 0; i < npath; i++)
616 assert(S->i == S->npath);
586 syscall_enter( const struct filemon_key *key, const struct ktr_syscall *call, unsigned npath, void (*show)(struct filemon *, const struct filemon_state *, const struct ktr_sysret *)) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp102 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
361 int npath = 0; local
372 npath--;
384 pt->path[npath++] = link;
387 return Report(pt, lt, npath); // Bingo!
400 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { argument
402 rep->n = npath;
403 for (int i = 0; i < npath; i++) {
405 Link *link0 = &pt->path[i ? i - 1 : npath - 1];
/freebsd-13-stable/contrib/tcsh/
H A Dma.setp.c286 int npath, i, len; local
289 for (npath = 0, pe = pathhead; pe; npath++, pe = pe->pnext) {
296 paths[npath] = p;
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_extents.c1035 struct ext4_extent_path *npath; local
1040 npath = NULL;
1064 KASSERT(npath == NULL,
1067 error = ext4_ext_find_extent(ip, next, &npath);
1071 if (npath->ep_depth != path->ep_depth) {
1076 eh = npath[depth].ep_header;
1078 path = npath;
1152 if (npath) {
1153 ext4_ext_drop_refs(npath);
1154 free(npath, M_EXT2EXTENT
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c1612 const char *npath = item->path;
1622 notify = svn_wc_create_notify(npath,
1626 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_replaced,
1632 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_deleted,
1638 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_copied,
1641 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_added,
1658 notify = svn_wc_create_notify(npath, svn_wc_notify_commit_modified,
1611 const char *npath = item->path; local
/freebsd-13-stable/contrib/sendmail/src/
H A Dqueue.c8009 char npath[MAXPATHLEN]; local
8024 (void) sm_strlcpy(npath, queuename(new, DATAFL_LETTER), sizeof(npath));
8052 if (link(opath, npath) == 0)
8055 SYNC_DIR(npath, true);
8069 (void) sm_strlcpy(npath, queuename(new, DATAFL_LETTER), sizeof(npath));
8070 if (link(opath, npath) == 0)
8073 SYNC_DIR(npath, true);
8081 opath, npath, sm_errstrin
[all...]
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dp9conn.py528 npath = b'/'.join(ncomps)
531 self.live_fids[fid] = npath

Completed in 440 milliseconds