Searched refs:TYPE_STRING (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/pjdfstest/ |
H A D | pjdfstest.c | 157 #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 …]
|