Home
last modified time | relevance | path

Searched refs:np (Results 1 – 5 of 5) sorted by relevance

/coreutils/tests/cp/
Dcp-parents.sh60 mkdir -p np/b &&
61 chmod 0700 np &&
62 touch np/b/file &&
63 chmod 775 np/b/file &&
66 cp --parents --no-preserve=mode np/b/file np_dest/ || fail=1
67 p=$(ls -ld np_dest/np|cut -b-10); case $p in drwxr-xr-x);; *) fail=1;; esac
/coreutils/src/
Dbasename.c86 char *np; in remove_suffix() local
89 np = name + strlen (name); in remove_suffix()
92 while (np > name && sp > suffix) in remove_suffix()
93 if (*--np != *--sp) in remove_suffix()
95 if (np > name) in remove_suffix()
96 *np = '\0'; in remove_suffix()
Dfactor.c1083 const uintmax_t *bp, const uintmax_t *ep, const uintmax_t *np, in powm2() argument
1092 n0 = np[0]; in powm2()
1093 n1 = np[1]; in powm2()
1147 millerrabin2 (const uintmax_t *np, uintmax_t ni, const uintmax_t *bp, in millerrabin2() argument
1152 y0 = powm2 (&r1m, bp, qp, np, ni, one); in millerrabin2()
1158 sub_ddmmss (nm1_1, nm1_0, np[1], np[0], one[1], one[0]); in millerrabin2()
1165 y0 = mulredc2 (&r1m, y1, y0, y1, y0, np[1], np[0], ni); in millerrabin2()
Dstat.c993 char const *np = "?", *bp = nullptr; in out_mount_point() local
1031 out_string (pformat, prefix_len, bp ? bp : mp ? mp : np); in out_mount_point()
Dsort.c4832 unsigned long int np = num_processors (NPROC_CURRENT_OVERRIDABLE); in main() local
4833 nthreads = MIN (np, DEFAULT_MAX_THREADS); in main()