Searched refs:opt (Results 1 - 9 of 9) sorted by relevance

/lxc/src/tests/
H A Dlxc-test-symlink50 lxc.mount.entry = $dirname opt/xxx/dir none bind,create=dir
51 lxc.mount.entry = $fname opt/xxx/file none bind,create=file
52 lxc.mount.entry = $fname2 opt/xxx/file2 none bind
53 lxc.mount.entry = $dirname /var/lib/lxc/symtest1/rootfs/opt/xxx/dir2 none bind,create=dir
57 mkdir -p /var/lib/lxc/symtest1/rootfs/opt/xxx
58 touch /var/lib/lxc/symtest1/rootfs/opt/xxx/file2
62 rm -rf /var/lib/lxc/symtest1/rootfs/opt/xxx
63 mkdir -p /var/lib/lxc/symtest1/rootfs/opt/xxx2
64 ln -s /var/lib/lxc/symtest1/rootfs/opt/xxx2 /var/lib/lxc/symtest1/rootfs/opt/xx
[all...]
H A Dconcurrent.c147 int i, j, iter, opt; local
157 while ((opt = getopt_long(argc, argv, "j:i:t:d:m:qD", options, NULL)) != -1) {
158 switch(opt) {
/lxc/src/lxc/
H A Darguments.c42 const struct option *opt; local
48 for (opt = a_options; opt->name; opt++) {
50 if (!isascii(opt->val))
54 a_shortopts[i++] = opt->val;
58 if (opt->has_arg == no_argument)
66 if (opt->has_arg == required_argument)
93 const struct option *opt; local
97 for (opt
[all...]
H A Dcommands.c947 int opt = 1, ret = -1, connection; local
961 SO_PASSCRED, &opt, sizeof(opt))) {
H A Dconf.c1666 static void parse_mntopt(char *opt, unsigned long *flags, char **data) argument
1670 /* If opt is found in mount_opt, set or clear flags.
1674 if (!strncmp(opt, mo->name, strlen(mo->name))) {
1685 strcat(*data, opt);
/lxc/src/include/
H A Dlxcmntent.h48 extern char *hasmntopt (const struct mntent *mnt, const char *opt);
H A Dlxcmntent.c175 char *hasmntopt (const struct mntent *mnt, const char *opt) argument
177 const size_t optlen = strlen (opt);
180 while ((p = strstr (rest, opt)) != NULL)
/lxc/src/lxc/tools/
H A Dlxc_init.c84 int opt; local
87 while ((opt = getopt_long(argc, argv, "n:l:qP:", options, NULL)) != -1) {
88 switch(opt) {
H A Dlxc_unshare.c156 int opt, status; local
172 while ((opt = getopt(argc, argv, "s:u:hH:i:dM")) != -1) {
173 switch (opt) {

Completed in 2793 milliseconds