Searched refs:name_start (Results 1 – 3 of 3) sorted by relevance
215 name_start [a-zA-Z0-9_*?\[\]]216 name {name_start}[a-zA-Z0-9_*?.\[\]!\-]*218 term_name {name_start}[a-zA-Z0-9_*?.\[\]!\-:]*223 quoted_name [\']{name_start}[a-zA-Z0-9_*?.\[\]!\-:,\.=]*[\']
329 wchar_t *ip, *ext_start, *end, *name_start; in vfat_create_shortname() local362 name_start = &uname[0]; in vfat_create_shortname()363 while (name_start < ext_start) { in vfat_create_shortname()364 if (!vfat_skip_char(*name_start)) in vfat_create_shortname()366 name_start++; in vfat_create_shortname()368 if (name_start != ext_start) { in vfat_create_shortname()
279 const char *name_start = dev_name; in ceph_parse_new_source() local290 len = fsid_start - name_start; in ceph_parse_new_source()292 opts->name = kstrndup(name_start, len, GFP_KERNEL); in ceph_parse_new_source()