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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-sh.c112 const char *name_end; local
148 name_end = format++;
150 n = name_end - name_start;
164 const char *name_end; local
171 name_end = format;
173 n = name_end - name_start;
H A Dxgettext.c1322 const char *name_start, const char *name_end,
1330 size_t name_len = name_end - name_start;
1339 name_end = name + name_len;
1344 if (name_end - name_start > 2
1356 if (hash_find_entry (table, name_start, name_end - name_start, &entry) != 0)
1376 hash_insert_entry (table, name_start, name_end - name_start, list);
1487 const char *name_end = colon1; local
1494 if (name_end == name_start)
1560 name_start, name_end,
1563 name_start, name_end,
1320 flag_context_list_table_insert(flag_context_list_table_ty *table, unsigned int index, const char *name_start, const char *name_end, int argnum, enum is_format value, bool pass) argument
[all...]
H A Dformat-perl-brace.c92 const char *name_end = f; local
93 size_t n = name_end - name_start;
H A Dformat-python.c143 const char *name_end; local
166 name_end = format++;
168 n = name_end - name_start;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c1703 char *name_end; local
1725 name_end = strchr_m(nameptr, '/');
1728 if (name_end == NULL)
1732 nameptr = name_end + 1;
1754 if ((name_end = strchr_m(nameptr, '/')) != NULL)
1755 *name_end = 0;
1758 if(name_end == NULL)
1768 nameptr = name_end + 1;

Completed in 100 milliseconds