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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c174 static int begins_with(const char *s, const char *beg) function
329 if (begins_with(s, fsname_str)) {
334 } else if (!begins_with(s, "fd=") &&
335 !begins_with(s, "rootmode=") &&
336 !begins_with(s, "user_id=") &&
337 !begins_with(s, "group_id=")) {

Completed in 162 milliseconds