Displaying 3 results from an estimated 3 matches for "root_r".
Did you mean:
root_p
2018 Dec 08
2
Possible encoding bug in sub()
...d via a namespace (and not attached):
[1] compiler_3.5.1
> sessionInfo()
R Under development (unstable) (2018-12-08 r75801)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.1 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/libf77blas.so.3.10.3
LAPACK: /home/mikko/root_R-devel-r75801/lib/R/lib/libRlapack.so
locale:
[1] LC_CTYPE=fi_FI.UTF-8 LC_NUMERIC=C
[3] LC_TIME=fi_FI.UTF-8 LC_COLLATE=fi_FI.UTF-8
[5] LC_MONETARY=fi_FI.UTF-8 LC_MESSAGES=fi_FI.UTF-8
[7] LC_PAPER=fi_FI.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C...
2018 Dec 10
0
Possible encoding bug in sub()
...>> sessionInfo()
> R Under development (unstable) (2018-12-08 r75801)
> Platform: x86_64-pc-linux-gnu (64-bit)
> Running under: Ubuntu 18.04.1 LTS
> Matrix products: default
> BLAS: /usr/lib/x86_64-linux-gnu/libf77blas.so.3.10.3
> LAPACK: /home/mikko/root_R-devel-r75801/lib/R/lib/libRlapack.so
> locale:
> [1] LC_CTYPE=fi_FI.UTF-8 LC_NUMERIC=C
> [3] LC_TIME=fi_FI.UTF-8 LC_COLLATE=fi_FI.UTF-8
> [5] LC_MONETARY=fi_FI.UTF-8 LC_MESSAGES=fi_FI.UTF-8
> [7] LC_PAPER=fi_FI.UTF-8 LC_...
2006 Feb 03
0
rquotad (NFS) quota plugin
...}
+ if (root->inode_limit != 0) {
+ root->resources[i++] = QUOTA_NAME_MESSAGES;
+ }
+ root->resources[i] = NULL;
+
+ return root->resources;
+ }
+
+ static int
+ rquotad_quota_root_create(struct quota *_quota,
+ const char *name __attr_unused__,
+ struct quota_root **root_r __attr_unused__)
+ {
+ struct rquotad_quota *quota = (struct rquotad_quota *)_quota;
+
+ quota->error = "Permission denied";
+ return -1;
+ }
+
+ static int
+ rquotad_quota_get_resource(struct quota_root *_root, const char *name,
+ uint64_t *value_r, uint64_t *limit_r...