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_*?.\[\]!\-:,\.=]*[\']
330 wchar_t *ip, *ext_start, *end, *name_start; in vfat_create_shortname() local363 name_start = &uname[0]; in vfat_create_shortname()364 while (name_start < ext_start) { in vfat_create_shortname()365 if (!vfat_skip_char(*name_start)) in vfat_create_shortname()367 name_start++; in vfat_create_shortname()369 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()