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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c333 char* sep = NULL; local
334 if ( obj->options.ntseparator && (sep = strchr(obj->username, obj->options.ntseparator[0])) != NULL)
335 q = sep+1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtsp.c73 static void get_word_sep(char *buf, int buf_size, const char *sep, argument
84 while (!strchr(sep, *p) && *p != '\0') {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c4152 cmdlist(union node *np, int sep) argument
4155 if (!sep)
4158 if (sep && np->narg.next)
5706 int sep = 0; local
5716 sep = 1 << CHAR_BIT;
5747 if (sep)
5751 sep = ifsset() ? signed_char2int(ifsval()[0]) : ' ';
5752 if (quotes && (SIT(sep, syntax) == CCTL || SIT(sep, syntax) == CBACK))
5767 if (*ap && sep) {
9107 const char *sep; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.c4195 char *sep; local
4199 sep = strchr(str, ':');
4201 if (sep) {
4203 if (!strncmp(setup_token[i].token, str, (sep - str))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c1616 const char *sep, *s; local
1627 sep = getvar_s(intvar[OFS]);
1628 sl = strlen(sep);
1635 memcpy(b+len, sep, sl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/param/
H A Dloadparm.c3101 char *sep; local
3108 if ((sep=strchr(pszParmName, ':')) != NULL) {
3109 *sep = '\0';
3113 pstrcat(param_key, sep+1);
3142 *sep = ':';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c1210 * seperated @sep.
1212 static __be32 nfsd4_encode_components(char sep, char *components, argument
1226 for (; *end && (*end != sep); end++)

Completed in 201 milliseconds

12345