Lines Matching refs:strlen
209 if (strncmp(s, beg, strlen(beg)) == 0)
245 if (strlen(opt) == len && strncmp(opt, s, len) == 0) {
265 unsigned oldsize = strlen(*optsp);
266 unsigned newsize = oldsize + 1 + strlen(opt) + expand + 1;
296 l = strlen(*mnt_optsp);
304 if (add_option(mnt_optsp, "user=", strlen(user)) == -1)
313 if(strlen(opt) == len && strncmp(s, opt, len) == 0)
322 unsigned opt_len = strlen(opt);
352 optbuf = (char *) malloc(strlen(opts) + 128);
411 source = malloc((fsname ? strlen(fsname) : 0) + strlen(dev) + 32);