Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Ddevfsd.c284 static mode_t get_mode(const char *);
640 new->u.permissions.mode = get_mode(p[1]); in process_config_line()
1172 static mode_t get_mode(const char *string) in get_mode() function