Searched refs:delimiter (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_from_text.c85 goto delimiter;
89 goto delimiter;
93 delimiter:
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dsed.c67 char delimiter; /* The delimiter used to separate regexps */ member in struct:sed_cmd
142 * expression delimiter (typically a forward * slash ('/')) not preceeded by
148 if (str[idx] == sed_cmd->delimiter && str[idx-1] != '\\')
164 olddelimiter = sed_cmd->delimiter;
165 sed_cmd->delimiter = '/';
194 sed_cmd->delimiter = olddelimiter;
215 * (typically a 'slash') is now our regexp delimiter... */
219 sed_cmd->delimiter=substr[idx];
/asus-wl-520gu-7.0.1.45/src/router/acl/setfacl/
H A Dparse.c55 goto delimiter;
59 goto delimiter;
63 delimiter:
/asus-wl-520gu-7.0.1.45/src/router/library/cgi-lib/
H A Dcgi-lib.c540 char delimiter[]="&"; local
563 breaking it up into tokens using a delimiter, we will then pass it to the parse_data_keyvalue()
567 if ((pstr = (char *)strtok(localData, delimiter)) != NULL) /* cast the return value to char */
573 while((pstr = (char *)strtok((char *)NULL,delimiter)) != NULL){
606 loc = strcspn(record,"="); /* find the location of our delimiter */
616 record = record + loc + 1; /* re-assign our pointer to go one passed the delimiter */
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgstrfuncs.c1341 const gchar *delimiter,
1349 g_return_val_if_fail (delimiter != NULL, NULL);
1354 s = strstr (string, delimiter);
1357 guint delimiter_len = strlen (delimiter);
1371 s = strstr (string, delimiter);
1340 g_strsplit(const gchar *string, const gchar *delimiter, gint max_tokens) argument
H A Dglib.h1518 const gchar *delimiter,
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/Doc/
H A Dlibevent.tex344 number of bytes or a specific delimiter have been read from a stream,
472 you are expecting large amounts of data before the delimiter, this

Completed in 178 milliseconds