Searched refs:tomoyo_tokenize (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/tomoyo/
H A Dgroup.c43 if (!tomoyo_tokenize(data, w, sizeof(w)) || !w[1][0])
H A Dmount.c269 if (!tomoyo_tokenize(data, w, sizeof(w)) || !w[3][0])
H A Dcommon.h752 bool tomoyo_tokenize(char *buffer, char *w[], size_t size);
H A Dutil.c241 * tomoyo_tokenize - Tokenize string.
249 bool tomoyo_tokenize(char *buffer, char *w[], size_t size) function
H A Dfile.c1146 if (!tomoyo_tokenize(data, w, sizeof(w)) || !w[1][0])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/tomoyo/
H A Dgroup.c43 if (!tomoyo_tokenize(data, w, sizeof(w)) || !w[1][0])
H A Dmount.c269 if (!tomoyo_tokenize(data, w, sizeof(w)) || !w[3][0])
H A Dcommon.h752 bool tomoyo_tokenize(char *buffer, char *w[], size_t size);
H A Dutil.c241 * tomoyo_tokenize - Tokenize string.
249 bool tomoyo_tokenize(char *buffer, char *w[], size_t size) function
H A Dfile.c1146 if (!tomoyo_tokenize(data, w, sizeof(w)) || !w[1][0])

Completed in 119 milliseconds