Searched refs:ndst (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/ps/ |
H A D | ps.c | 1040 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; in descendant_sort() local 1071 for (ndst = 1; dst + ndst < items; ndst++) in descendant_sort() 1072 if (ki[dst + ndst].ki_d.level <= ki[dst].ki_d.level) in descendant_sort() 1085 (dst - src + ndst - 1) * sizeof *ki); in descendant_sort() 1086 ki[dst + ndst - 1] = kn; in descendant_sort() 1089 ndst++; in descendant_sort() 1090 } else if (src != dst + ndst) { in descendant_sort() 1092 memmove(ki + dst + ndst + 1, ki + dst + ndst, in descendant_sort() 1093 (src - dst - ndst) * sizeof *ki); in descendant_sort() 1094 ki[dst + ndst] = kn; in descendant_sort() [all …]
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 2832 struct stat odst, ndst, fst; in fs_renameat() local 2870 if (fstatat(nff->ff_dirfd, nff->ff_name, &ndst, AT_SYMLINK_NOFOLLOW) != 0) in fs_renameat() 2872 if (!S_ISDIR(ndst.st_mode)) in fs_renameat() 2885 nff->ff_acl, &ndst, NULL, NULL, nff->ff_ai, (gid_t)-1); in fs_renameat()
|