Searched refs:sep (Results 176 - 200 of 513) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/include/
H A Dpackage.mk56 define sep macro
68 $(foreach hook,$(Hooks/Prepare/Pre),$(call $(hook))$(sep))
70 $(foreach hook,$(Hooks/Prepare/Post),$(call $(hook))$(sep))
74 $(foreach hook,$(Hooks/Configure/Pre),$(call $(hook))$(sep))
76 $(foreach hook,$(Hooks/Configure/Post),$(call $(hook))$(sep))
80 $(foreach hook,$(Hooks/Compile/Pre),$(call $(hook))$(sep))
82 $(foreach hook,$(Hooks/Compile/Post),$(call $(hook))$(sep))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dcifs_dfs_ref.c130 char sep = ','; local
149 /* md_len = strlen(...) + 12 for 'sep+prefixpath='
162 if (strncmp(sb_mountdata, "sep=", 4) == 0) {
163 sep = sb_mountdata[4];
169 tkn_e = strchr(sb_mountdata + off, sep);
194 if (mountdata[strlen(mountdata) - 1] != sep)
195 strncat(mountdata, &sep, 1);
198 strncat(mountdata, &sep, 1);
212 strncat(mountdata, &sep, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dcifs_dfs_ref.c130 char sep = ','; local
149 /* md_len = strlen(...) + 12 for 'sep+prefixpath='
162 if (strncmp(sb_mountdata, "sep=", 4) == 0) {
163 sep = sb_mountdata[4];
169 tkn_e = strchr(sb_mountdata + off, sep);
194 if (mountdata[strlen(mountdata) - 1] != sep)
195 strncat(mountdata, &sep, 1);
198 strncat(mountdata, &sep, 1);
212 strncat(mountdata, &sep, 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dlinelist.c378 * char *sep, int sort, int uniq )
380 * sep - key separator, used for sorting
387 const char *sep, int sort, int uniq )
396 LOGDEBUG("Add_line_list: '%s', sep '%s', sort %d, uniq %d",
397 b, sep, sort, uniq );
406 if( sep && (s = safestrpbrk( str, sep )) ){ c = *s; *s = 0; }
409 cmp = Find_last_key( l, str, sep, &mid );
438 * char *sep, int sort, int uniq )
440 * sep
386 Add_line_list( struct line_list *l, char *str, const char *sep, int sort, int uniq ) argument
445 Add_casekey_line_list( struct line_list *l, char *str, const char *sep, int sort, int uniq ) argument
506 Merge_line_list( struct line_list *dest, struct line_list *src, char *sep, int sort, int uniq ) argument
515 Merge_listof_line_list( struct line_list *dest, struct line_list *src, char *sep, int sort, int uniq ) argument
560 Split( struct line_list *l, char *str, const char *sep, int sort, const char *keysep, int uniq, int trim, int nocomments, char *escape ) argument
751 Find_last_key( struct line_list *l, const char *key, const char *sep, int *m ) argument
801 Find_last_casekey( struct line_list *l, const char *key, const char *sep, int *m ) argument
837 Find_first_key( struct line_list *l, const char *key, const char *sep, int *m ) argument
873 Find_first_casekey( struct line_list *l, const char *key, const char *sep, int *m ) argument
3837 Find_key_in_list( struct line_list *l, const char *key, const char *sep, int *m ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dlinelist.c378 * char *sep, int sort, int uniq )
380 * sep - key separator, used for sorting
387 const char *sep, int sort, int uniq )
396 LOGDEBUG("Add_line_list: '%s', sep '%s', sort %d, uniq %d",
397 b, sep, sort, uniq );
406 if( sep && (s = safestrpbrk( str, sep )) ){ c = *s; *s = 0; }
409 cmp = Find_last_key( l, str, sep, &mid );
438 * char *sep, int sort, int uniq )
440 * sep
386 Add_line_list( struct line_list *l, char *str, const char *sep, int sort, int uniq ) argument
445 Add_casekey_line_list( struct line_list *l, char *str, const char *sep, int sort, int uniq ) argument
506 Merge_line_list( struct line_list *dest, struct line_list *src, char *sep, int sort, int uniq ) argument
515 Merge_listof_line_list( struct line_list *dest, struct line_list *src, char *sep, int sort, int uniq ) argument
560 Split( struct line_list *l, char *str, const char *sep, int sort, const char *keysep, int uniq, int trim, int nocomments, char *escape ) argument
751 Find_last_key( struct line_list *l, const char *key, const char *sep, int *m ) argument
801 Find_last_casekey( struct line_list *l, const char *key, const char *sep, int *m ) argument
837 Find_first_key( struct line_list *l, const char *key, const char *sep, int *m ) argument
873 Find_first_casekey( struct line_list *l, const char *key, const char *sep, int *m ) argument
3837 Find_key_in_list( struct line_list *l, const char *key, const char *sep, int *m ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dlinelist.c378 * char *sep, int sort, int uniq )
380 * sep - key separator, used for sorting
387 const char *sep, int sort, int uniq )
396 LOGDEBUG("Add_line_list: '%s', sep '%s', sort %d, uniq %d",
397 b, sep, sort, uniq );
406 if( sep && (s = safestrpbrk( str, sep )) ){ c = *s; *s = 0; }
409 cmp = Find_last_key( l, str, sep, &mid );
438 * char *sep, int sort, int uniq )
440 * sep
386 Add_line_list( struct line_list *l, char *str, const char *sep, int sort, int uniq ) argument
445 Add_casekey_line_list( struct line_list *l, char *str, const char *sep, int sort, int uniq ) argument
506 Merge_line_list( struct line_list *dest, struct line_list *src, char *sep, int sort, int uniq ) argument
515 Merge_listof_line_list( struct line_list *dest, struct line_list *src, char *sep, int sort, int uniq ) argument
560 Split( struct line_list *l, char *str, const char *sep, int sort, const char *keysep, int uniq, int trim, int nocomments, char *escape ) argument
751 Find_last_key( struct line_list *l, const char *key, const char *sep, int *m ) argument
801 Find_last_casekey( struct line_list *l, const char *key, const char *sep, int *m ) argument
837 Find_first_key( struct line_list *l, const char *key, const char *sep, int *m ) argument
873 Find_first_casekey( struct line_list *l, const char *key, const char *sep, int *m ) argument
3837 Find_key_in_list( struct line_list *l, const char *key, const char *sep, int *m ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dutil_str.c42 const char *sep,
57 if (!sep)
58 sep = " \t\n\r";
60 /* find the first non sep char, if left-trimming is requested */
62 while (*s && strchr_m(sep,*s))
72 for (quoted = False; len < bufsize && *s && (quoted || !strchr_m(sep,*s)); s++) {
92 BOOL next_token(const char **ptr, char *buff, const char *sep, size_t bufsize) argument
94 return next_token_internal(ptr, buff, sep, bufsize, True);
104 const char *sep,
107 return next_token_internal(ptr, buff, sep, bufsiz
40 next_token_internal(const char **ptr, char *buff, const char *sep, size_t bufsize, BOOL ltrim) argument
102 next_token_no_ltrim(const char **ptr, char *buff, const char *sep, size_t bufsize) argument
118 next_token_nr(const char **ptr,char *buff, const char *sep, size_t bufsize) argument
141 toktocliplist(int *ctok, const char *sep) argument
1767 str_list_make_internal(TALLOC_CTX *mem_ctx, const char *string, const char *sep) argument
1846 str_list_make_talloc(TALLOC_CTX *mem_ctx, const char *string, const char *sep) argument
1851 str_list_make(const char *string, const char *sep) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dutil_str.c42 const char *sep,
57 if (!sep)
58 sep = " \t\n\r";
60 /* find the first non sep char, if left-trimming is requested */
62 while (*s && strchr_m(sep,*s))
72 for (quoted = False; len < bufsize && *s && (quoted || !strchr_m(sep,*s)); s++) {
92 BOOL next_token(const char **ptr, char *buff, const char *sep, size_t bufsize) argument
94 return next_token_internal(ptr, buff, sep, bufsize, True);
104 const char *sep,
107 return next_token_internal(ptr, buff, sep, bufsiz
40 next_token_internal(const char **ptr, char *buff, const char *sep, size_t bufsize, BOOL ltrim) argument
102 next_token_no_ltrim(const char **ptr, char *buff, const char *sep, size_t bufsize) argument
118 next_token_nr(const char **ptr,char *buff, const char *sep, size_t bufsize) argument
141 toktocliplist(int *ctok, const char *sep) argument
1767 str_list_make_internal(TALLOC_CTX *mem_ctx, const char *string, const char *sep) argument
1846 str_list_make_talloc(TALLOC_CTX *mem_ctx, const char *string, const char *sep) argument
1851 str_list_make(const char *string, const char *sep) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dutil_str.c42 const char *sep,
57 if (!sep)
58 sep = " \t\n\r";
60 /* find the first non sep char, if left-trimming is requested */
62 while (*s && strchr_m(sep,*s))
72 for (quoted = False; len < bufsize && *s && (quoted || !strchr_m(sep,*s)); s++) {
92 BOOL next_token(const char **ptr, char *buff, const char *sep, size_t bufsize) argument
94 return next_token_internal(ptr, buff, sep, bufsize, True);
104 const char *sep,
107 return next_token_internal(ptr, buff, sep, bufsiz
40 next_token_internal(const char **ptr, char *buff, const char *sep, size_t bufsize, BOOL ltrim) argument
102 next_token_no_ltrim(const char **ptr, char *buff, const char *sep, size_t bufsize) argument
118 next_token_nr(const char **ptr,char *buff, const char *sep, size_t bufsize) argument
141 toktocliplist(int *ctok, const char *sep) argument
1767 str_list_make_internal(TALLOC_CTX *mem_ctx, const char *string, const char *sep) argument
1846 str_list_make_talloc(TALLOC_CTX *mem_ctx, const char *string, const char *sep) argument
1851 str_list_make(const char *string, const char *sep) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibxt_conntrack.c569 const char *sep = " "; local
572 printf("%sINVALID", sep);
573 sep = ",";
576 printf("%sNEW", sep);
577 sep = ",";
580 printf("%sRELATED", sep);
581 sep = ",";
584 printf("%sESTABLISHED", sep);
585 sep = ",";
588 printf("%sUNTRACKED", sep);
604 const char *sep = " "; local
[all...]
H A Dlibxt_CT.c87 const char *sep = ""; local
93 printf("%s%s", sep, tbl[i].name);
94 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibxt_conntrack.c569 const char *sep = " "; local
572 printf("%sINVALID", sep);
573 sep = ",";
576 printf("%sNEW", sep);
577 sep = ",";
580 printf("%sRELATED", sep);
581 sep = ",";
584 printf("%sESTABLISHED", sep);
585 sep = ",";
588 printf("%sUNTRACKED", sep);
604 const char *sep = " "; local
[all...]
H A Dlibxt_CT.c87 const char *sep = ""; local
93 printf("%s%s", sep, tbl[i].name);
94 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibxt_conntrack.c569 const char *sep = " "; local
572 printf("%sINVALID", sep);
573 sep = ",";
576 printf("%sNEW", sep);
577 sep = ",";
580 printf("%sRELATED", sep);
581 sep = ",";
584 printf("%sESTABLISHED", sep);
585 sep = ",";
588 printf("%sUNTRACKED", sep);
604 const char *sep = " "; local
[all...]
H A Dlibxt_CT.c87 const char *sep = ""; local
93 printf("%s%s", sep, tbl[i].name);
94 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibipt_addrtype.c128 const char *sep = ""; local
133 printf("%s%s", sep, rtn_names[i]);
134 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dpj-dis.c65 char *sep = "\t"; local
166 fprintf_fn (stream, "%s%d", sep, val);
168 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dpj-dis.c65 char *sep = "\t"; local
166 fprintf_fn (stream, "%s%d", sep, val);
168 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/bin/ad/
H A Dad_find.c142 bstring sep = bfromcstr("/"); local
162 path = bjoinInv(pathlist, sep);
170 bdestroy(sep);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/bin/ad/
H A Dad_find.c142 bstring sep = bfromcstr("/"); local
162 path = bjoinInv(pathlist, sep);
170 bdestroy(sep);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibipt_addrtype.c128 const char *sep = ""; local
133 printf("%s%s", sep, rtn_names[i]);
134 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/bin/ad/
H A Dad_find.c142 bstring sep = bfromcstr("/"); local
162 path = bjoinInv(pathlist, sep);
170 bdestroy(sep);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dpj-dis.c65 char *sep = "\t"; local
166 fprintf_fn (stream, "%s%d", sep, val);
168 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibipt_addrtype.c128 const char *sep = ""; local
133 printf("%s%s", sep, rtn_names[i]);
134 sep = ",";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_basic.c262 char *sep, *stype; local
277 sep = strchr(stype, ';');
279 if (sep) {
283 *sep++ = '\0';
285 tok = ne_qtoken(&sep, ';', "\"\'");
293 } while (sep != NULL);

Completed in 275 milliseconds

1234567891011>>