Searched refs:token (Results 1 – 2 of 2) sorted by relevance
702 char *token = strtok(dirname, "/"); in find_dir_depth() local704 while (token != NULL) { in find_dir_depth()705 token = strtok(NULL, "/"); in find_dir_depth()718 char *token = strtok(dirname, "/"); in parse_path() local728 while (token != NULL) { in parse_path()729 arr[i] = zalloc(strlen(token) + 1); in parse_path()732 memcpy(arr[i++], token, strlen(token)); in parse_path()733 token = strtok(NULL, "/"); in parse_path()
1174 int token; in ubifs_parse_options() local1179 token = match_token(p, tokens, args); in ubifs_parse_options()1180 switch (token) { in ubifs_parse_options()
Completed in 9 milliseconds