Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dmount.c1922 static unsigned long long cut_out_ull_opt(char *opts, const char *name_eq) in cut_out_ull_opt() argument
1935 opt = strstr(opts, name_eq); in cut_out_ull_opt()
1949 ret = bb_strtoull(opt + strlen(name_eq), &end, 0); in cut_out_ull_opt()