Searched refs:sep (Results 1 - 25 of 107) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinetd.c222 #define isrpcservice(sep) ((sep)->se_rpcversl != 0)
224 #define isrpcservice(sep) 0
368 static void register_rpc(servtab_t *sep) argument
375 if ((pp = getprotobyname(sep->se_proto + 4)) == NULL) {
376 bb_perror_msg("%s: getproto", sep->se_proto);
380 if (getsockname(sep->se_fd, (struct sockaddr *) &ir_sin, &size) < 0) {
382 sep->se_service, sep->se_proto);
386 for (n = sep
395 unregister_rpc(servtab_t *sep) argument
447 setup(servtab_t *sep) argument
572 dupconfig(servtab_t *sep) argument
605 servtab_t *sep; local
871 servtab_t *sep; local
923 servtab_t *sep, *cp, **sepp; local
1142 servtab_t *sep; local
1166 servtab_t *sep; local
1190 servtab_t *sep; local
1251 servtab_t *sep; local
1531 echo_stream(int s, servtab_t *sep) argument
1570 discard_stream(int s, servtab_t *sep) argument
1614 chargen_stream(int s, servtab_t *sep) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dstrtok.c31 Curl_strtok_r(char *ptr, const char *sep, char **end) argument
38 while(*ptr && strchr(sep, *ptr))
50 while(**end && !strchr(sep, **end))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_opt.c144 const char *sep = strchr(t, '='); local
145 sep = sep ? sep : strchr(t, ' ');
146 if (sep && (!sep[1] || sep[1] == '%')) {
147 int tlen = sep - t;
148 if (sep[0] == '=')
151 *sepp = sep
196 process_opt(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
218 process_opt_sep_arg(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
244 unsigned sep; local
263 char *sep; local
283 const char *sep = strchr(opts, ','); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_formparse.c93 char *sep; local
123 sep = strchr(contp, FORM_TYPE_SEPARATOR);
127 if(sep2 && (sep2 < sep)) {
128 sep = sep2;
135 if(sep) {
138 if(FORM_FILE_SEPARATOR == *sep)
141 ptr = sep+1;
143 *sep = '\0'; /* terminate file name at separator */
165 sep = (char *)type + strlen(major)+strlen(minor)+1;
171 if((*sep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminixml.c50 char sep; local
70 sep = *p->xml;
71 if(sep=='\'' || sep=='\"')
78 while(*p->xml != sep)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminixml.c49 char sep; local
69 sep = *p->xml;
70 if(sep=='\'' || sep=='\"')
77 while(*p->xml != sep)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminixml.c50 char sep; local
70 sep = *p->xml;
71 if(sep=='\'' || sep=='\"')
78 while(*p->xml != sep)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_state.c78 const char *sep = ""; local
81 printf("%sINVALID", sep);
82 sep = ",";
85 printf("%sNEW", sep);
86 sep = ",";
89 printf("%sRELATED", sep);
90 sep = ",";
93 printf("%sESTABLISHED", sep);
94 sep = ",";
97 printf("%sUNTRACKED", sep);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_state.c100 const char *sep = ""; local
103 printf("%sINVALID", sep);
104 sep = ",";
107 printf("%sNEW", sep);
108 sep = ",";
111 printf("%sRELATED", sep);
112 sep = ",";
115 printf("%sESTABLISHED", sep);
116 sep = ",";
119 printf("%sUNTRACKED", sep);
[all...]
H A Dlibipt_state.c100 const char *sep = ""; local
103 printf("%sINVALID", sep);
104 sep = ",";
107 printf("%sNEW", sep);
108 sep = ",";
111 printf("%sRELATED", sep);
112 sep = ",";
115 printf("%sESTABLISHED", sep);
116 sep = ",";
119 printf("%sUNTRACKED", sep);
[all...]
H A Dlibipt_conntrack.c348 const char *sep = ""; local
351 printf("%sINVALID", sep);
352 sep = ",";
355 printf("%sNEW", sep);
356 sep = ",";
359 printf("%sRELATED", sep);
360 sep = ",";
363 printf("%sESTABLISHED", sep);
364 sep = ",";
367 printf("%sUNTRACKED", sep);
384 const char *sep = ""; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dipx_pton.c67 char *sep = (char *)src; local
72 while(*sep && (*sep != '.'))
73 sep++;
75 if (*sep != '.')
86 if (ipx_getnode(addr->ipx_node, sep + 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dselftest.pl21 my $sep="-----------------------------------------------------------------------------\n";
121 print OUT $sep;
126 print OUT $sep;
161 print OUT $sep;
166 print OUT $sep;
175 print OUT $sep;
188 if (/$sep/) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dselftest.pl21 my $sep="-----------------------------------------------------------------------------\n";
121 print OUT $sep;
126 print OUT $sep;
167 print OUT $sep;
172 print OUT $sep;
181 print OUT $sep;
194 if (/$sep/) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dsmbspool.c55 *sep, /* Pointer to separator */ local
137 if ((sep = strrchr_m(uri, '@')) != NULL)
140 *sep++ = '\0';
142 server = sep;
160 if ((sep = strchr_m(server, '/')) == NULL)
166 *sep++ = '\0';
167 printer = sep;
169 if ((sep = strchr_m(printer, '/')) != NULL)
175 *sep++ = '\0';
179 printer = sep;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dconfigure.h28 char sep[16]; member in struct:__anon895::__anon896
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dprobe.c64 char *sep; local
67 sep = strchr(p, ':');
68 if (sep) {
70 *(sep++) = 0;
72 u = sep + strlen (sep) - 1;
82 info->mfr = kstrdup(sep, GFP_KERNEL);
85 info->model = kstrdup(sep, GFP_KERNEL);
90 info->class_name = kstrdup(sep, GFP_KERNEL);
91 for (u = sep; *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstradd.c164 bstring bjoinInv(const struct bstrList * bl, const_bstring sep) { argument
170 if (sep != NULL && (sep->slen < 0 || sep->data == NULL))
182 if (sep != NULL)
183 c += (bl->qty - 1) * sep->slen;
198 if (j > 0 && sep != NULL) {
199 bstr__memcpy (b->data + c, sep->data, sep->slen);
200 c += sep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstradd.c164 bstring bjoinInv(const struct bstrList * bl, const_bstring sep) { argument
170 if (sep != NULL && (sep->slen < 0 || sep->data == NULL))
182 if (sep != NULL)
183 c += (bl->qty - 1) * sep->slen;
198 if (j > 0 && sep != NULL) {
199 bstr__memcpy (b->data + c, sep->data, sep->slen);
200 c += sep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_rpc.awk349 sep = "";
355 printf("%smsg->%scl_id", sep, args[i]) >> SFILE
359 sep, args[i], args[i]) >> SFILE
362 printf("%s(u_int8_t *)msg->%s", sep, args[i]) >> SFILE
365 printf("%smsg->%s", sep, args[i]) >> SFILE
369 sep, args[i], args[i]) >> SFILE
371 sep, args[i], args[i]) >> SFILE
374 printf("%smsg->%sdlen", sep, args[i]) >> SFILE
375 sep = ",\n\t ";
376 printf("%smsg->%sdoff", sep, arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dadjtimex.c55 int i, ret, sep; local
99 sep=0;
102 if (sep) fputs(" | ",stdout);
104 sep=1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dmain.c115 char *sep = ""; local
118 printf("%sINVALID", sep);
119 sep = ",";
122 printf("%sESTABLISHED", sep);
123 sep = ",";
126 printf("%sRELATED", sep);
127 sep = ",";
130 printf("%sNEW", sep);
131 sep = ",";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dads_struct.c27 char *ads_build_path(const char *realm, const char *sep, const char *field, int reverse) argument
40 if (strchr(sep, *p))
50 p=strtok(r,sep);
53 while ((p=strtok(NULL,sep))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dbstradd.h46 extern bstring bjoinInv(const struct bstrList * bl, const_bstring sep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dbstradd.h46 extern bstring bjoinInv(const struct bstrList * bl, const_bstring sep);

Completed in 228 milliseconds

12345