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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dputenv.c96 const char *const name_end = strchr (string, '='); local
100 if (name_end == NULL)
108 if (!strncmp (*ep, string, name_end - string) &&
109 (*ep)[name_end - string] == '=')
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dchannel_layout.c165 const char *name_end = name + strlen(name); local
168 for (n = name; n < name_end; n = e + 1) {
169 for (e = n; e < name_end && *e != '+' && *e != '|'; e++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil.c1928 char *name_end; local
1950 name_end = strchr_m(nameptr, '/');
1953 if (name_end == NULL)
1957 nameptr = name_end + 1;
1979 if ((name_end = strchr_m(nameptr, '/')) != NULL)
1980 *name_end = 0;
1983 if(name_end == NULL)
1993 nameptr = name_end + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c757 int name_end = -1; local
781 if (name_end < 0) name_end = j;
802 if (name_end < 0)
805 *idx = name_end;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c937 int name_end = -1; local
961 if (name_end < 0) name_end = j;
982 if (name_end < 0)
985 *idx = name_end;

Completed in 291 milliseconds