Home
last modified time | relevance | path

Searched refs:TYPE_STRING (Results 1 – 3 of 3) sorted by relevance

/src/contrib/pjdfstest/
H A Dpjdfstest.c157 #define TYPE_STRING 0x0001 macro
173 { "open", ACTION_OPEN, { TYPE_STRING, TYPE_STRING, TYPE_NUMBER | TYPE_OPTIONAL, TYPE_NONE } },
175 …{ "openat", ACTION_OPENAT, { TYPE_DESCRIPTOR, TYPE_STRING, TYPE_STRING, TYPE_NUMBER | TYPE_OPTIONA…
177 { "create", ACTION_CREATE, { TYPE_STRING, TYPE_NUMBER, TYPE_NONE } },
178 { "unlink", ACTION_UNLINK, { TYPE_STRING, TYPE_NONE } },
180 { "unlinkat", ACTION_UNLINKAT, { TYPE_DESCRIPTOR, TYPE_STRING, TYPE_STRING, TYPE_NONE } },
182 { "mkdir", ACTION_MKDIR, { TYPE_STRING, TYPE_NUMBER, TYPE_NONE } },
184 { "mkdirat", ACTION_MKDIRAT, { TYPE_DESCRIPTOR, TYPE_STRING, TYPE_NUMBER, TYPE_NONE } },
186 { "rmdir", ACTION_RMDIR, { TYPE_STRING, TYPE_NONE } },
187 { "link", ACTION_LINK, { TYPE_STRING, TYPE_STRING, TYPE_NONE } },
[all …]
/src/contrib/pam-krb5/pam-util/
H A Doptions.h65 TYPE_STRING, enumerator
113 #define STRING(def) TYPE_STRING, { 0, 0, (def), NULL }
H A Doptions.c169 case TYPE_STRING: in putil_args_defaults()
444 case TYPE_STRING: in putil_args_krb5()
706 case TYPE_STRING: in putil_args_parse()