Searched refs:sep (Results 76 - 100 of 107) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf.h197 int CONF_parse_list(const char *list, int sep, int nospc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf.h197 int CONF_parse_list(const char *list, int sep, int nospc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dpalinfo.c304 const char *sep; local
336 sep = "";
339 p += sprintf(p, "%s%s", sep, mem_attrib[i]);
340 sep = ", ";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dntlm_auth.c99 static char sep; local
102 return sep;
114 sep = response.data.info.winbind_separator;
117 if (!sep) {
122 return sep;
H A Dnet_rap.c472 uint16 until, const char *sep, const char *pproc,
471 enum_queue(const char *queuename, uint16 pri, uint16 start, uint16 until, const char *sep, const char *pproc, const char *dest, const char *qparms, const char *qcomment, uint16 status, uint16 jobcount) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_pc.c3082 char *sep; local
3112 sep = strchr(str, ',');
3113 if (sep++) {
3114 if (parport_parse_irq(sep, &val))
3117 sep = strchr(sep, ',');
3118 if (sep++) {
3119 if (parport_parse_dma(sep, &val))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dfile2alias.c41 #define ADD(str, sep, cond, field) \
43 strcat(str, sep); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c172 char *sep;
196 if ((sep = strrchr(pathbuf, '/')) == NULL)
199 sep = 0; /* pathbuf now contains the directory*/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprocess.c390 const char *sep = ""; local
395 printk("%s%s", sep, bits->name);
396 sep = ",";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dcmd_dbd_scanvol.c172 char *sep;
196 if ((sep = strrchr(pathbuf, '/')) == NULL)
199 sep = 0; /* pathbuf now contains the directory*/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstrlib.c2225 /* bstring bjoin (const struct bstrList * bl, const_bstring sep);
2228 * concatenating them with the sep string in between. If there is an error
2231 bstring bjoin (const struct bstrList * bl, const_bstring sep) { argument
2236 if (sep != NULL && (sep->slen < 0 || sep->data == NULL)) return NULL;
2245 if (sep != NULL) c += (bl->qty - 1) * sep->slen;
2259 if (i > 0 && sep != NULL) {
2260 bstr__memcpy (b->data + c, sep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstrlib.c2225 /* bstring bjoin (const struct bstrList * bl, const_bstring sep);
2228 * concatenating them with the sep string in between. If there is an error
2231 bstring bjoin (const struct bstrList * bl, const_bstring sep) { argument
2236 if (sep != NULL && (sep->slen < 0 || sep->data == NULL)) return NULL;
2245 if (sep != NULL) c += (bl->qty - 1) * sep->slen;
2259 if (i > 0 && sep != NULL) {
2260 bstr__memcpy (b->data + c, sep
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_operate.c715 char sep = '?'; local
729 sep='&';
740 sprintf(urlbuffer, "%s%c%s", this_url, sep, httpgetfields);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c292 char sep = ':'; local
307 if (*arg == '\0' || *arg == sep) {
317 if (*end != '\0' && *end != sep)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtransfer.c1719 char *sep = strchr(protsep, '?'); local
1720 if(sep && (sep < pathsep))
1721 pathsep = sep;
H A Dssluse.c1961 const char *sep=""; local
1963 sep=", ";
1969 ptr+=snprintf(ptr, sizeof(buf)-(ptr-buf), "%s%c", sep,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dbstrlib.h113 extern bstring bjoin (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 Dbstrlib.h113 extern bstring bjoin (const struct bstrList * bl, const_bstring sep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c1799 char *sep = ""; local
1803 len+= sprintf(page+len, "%sfaulty",sep);
1804 sep = ",";
1807 len += sprintf(page+len, "%sin_sync",sep);
1808 sep = ",";
1811 len += sprintf(page+len, "%swrite_mostly",sep);
1812 sep = ",";
1816 len += sprintf(page+len, "%sspare", sep);
1817 sep = ",";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxmlIO.c3483 char sep = '/'; local
3494 sep = '\\';
3501 if (*cur == sep) break;
3504 if (*cur == sep) {
H A Dtree.c4280 const char *sep; local
4305 sep = "?";
4311 sep = "/";
4315 sep = "/";
4366 sep = "/";
4392 sep = "/";
4424 sep = "/";
4456 sep = "/@";
4498 sep, name, (char *) buffer);
4501 sep, nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.c3483 char sep = '/'; local
3494 sep = '\\';
3501 if (*cur == sep) break;
3504 if (*cur == sep) {
H A Dtree.c4280 const char *sep; local
4305 sep = "?";
4311 sep = "/";
4315 sep = "/";
4366 sep = "/";
4392 sep = "/";
4424 sep = "/";
4456 sep = "/@";
4498 sep, name, (char *) buffer);
4501 sep, nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c4326 const char *sep; local
4351 sep = "?";
4357 sep = "/";
4361 sep = "/";
4412 sep = "/";
4438 sep = "/";
4470 sep = "/";
4502 sep = "/@";
4544 sep, name, (char *) buffer);
4547 sep, nam
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dvolume.c326 char* sep = NULL; local
327 if ( obj->options.ntseparator && (sep = strchr(obj->username, obj->options.ntseparator[0])) != NULL)
328 q = sep+1;

Completed in 362 milliseconds

12345