Searched refs:sb_mountdata (Results 1 – 1 of 1) sorted by relevance
119 static char *compose_mount_options(const char *sb_mountdata, in compose_mount_options() argument133 if (sb_mountdata == NULL) in compose_mount_options()147 md_len = strlen(sb_mountdata) + strlen(srvIP) + in compose_mount_options()157 if (strncmp(sb_mountdata, "sep=", 4) == 0) { in compose_mount_options()158 sep = sb_mountdata[4]; in compose_mount_options()159 strncpy(mountdata, sb_mountdata, 5); in compose_mount_options()164 tkn_e = strchr(sb_mountdata + off, sep); in compose_mount_options()166 noff = strlen(sb_mountdata + off); in compose_mount_options()168 noff = tkn_e - (sb_mountdata + off) + 1; in compose_mount_options()170 if (strnicmp(sb_mountdata + off, "unc=", 4) == 0) { in compose_mount_options()[all …]