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

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.c155 char sep= *++p; local
158 while(ret >= 0 && (key= strchr(p, sep)) && p<key && (val = strchr(key+1, sep))){
163 *val= *key= sep;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
539 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
592 else if (sep == 2) {
607 if (sep && (i != 0))
H A Dspeed.c2614 static char sep[] = ":"; local
2665 alg = atoi(sstrsep(&p, sep));
2666 sstrsep(&p, sep);
2668 results[alg][j] += atof(sstrsep(&p, sep));
2674 k = atoi(sstrsep(&p, sep));
2675 sstrsep(&p, sep);
2677 d = atof(sstrsep(&p, sep));
2683 d = atof(sstrsep(&p, sep));
2695 k = atoi(sstrsep(&p, sep));
2696 sstrsep(&p, sep);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c868 char *sep, *endp = NULL; local
875 sep = strchr(dest, ':');
876 if (sep != NULL)
877 port = strtol(sep+1, &endp, 10);
878 if (port < 0 || endp == sep+1 || sep == dest) {
882 *sep = 0;
888 *sep = ':';
893 *sep = ':';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
539 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
592 else if (sep == 2) {
607 if (sep && (i != 0))
H A Dspeed.c2614 static char sep[] = ":"; local
2665 alg = atoi(sstrsep(&p, sep));
2666 sstrsep(&p, sep);
2668 results[alg][j] += atof(sstrsep(&p, sep));
2674 k = atoi(sstrsep(&p, sep));
2675 sstrsep(&p, sep);
2677 d = atof(sstrsep(&p, sep));
2683 d = atof(sstrsep(&p, sep));
2695 k = atoi(sstrsep(&p, sep));
2696 sstrsep(&p, sep);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtty.c773 char *sep, *endp = NULL; local
780 sep = strchr(dest, ':');
781 if (sep != NULL)
782 port = strtol(sep+1, &endp, 10);
783 if (port < 0 || endp == sep+1 || sep == dest) {
787 *sep = 0;
793 *sep = ':';
798 *sep = ':';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dspeed.c2663 static char sep[]=":"; local
2713 alg=atoi(sstrsep(&p,sep));
2714 sstrsep(&p,sep);
2716 results[alg][j]+=atof(sstrsep(&p,sep));
2724 k=atoi(sstrsep(&p,sep));
2725 sstrsep(&p,sep);
2727 d=atof(sstrsep(&p,sep));
2733 d=atof(sstrsep(&p,sep));
2745 k=atoi(sstrsep(&p,sep));
2746 sstrsep(&p,sep);
[all...]
H A Ddgst.c77 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout,
420 int do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, argument
495 if (sep && (i != 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dasrc_flite.c99 static void list_voices(void *log_ctx, const char *sep) argument
104 voice_entries[i].name, i < (n-1) ? sep : "\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltablib.c97 const char *sep = luaL_optlstring(L, 2, "", &lsep); local
104 luaL_addlstring(&b, sep, lsep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DPathTest.cpp72 const wxString sep = wxFileName::GetPathSeparator(); local
77 ASSERT_EQUALS(wxT("a") + sep + wxT("b"), JoinPaths(wxT("a"), wxT("b")));
78 ASSERT_EQUALS(wxT("a") + sep + wxT("b"), JoinPaths(wxT("a") + cur_sep, wxT("b")));
79 ASSERT_EQUALS(wxT("a") + sep + wxT("b"), JoinPaths(wxT("a"), cur_sep + wxT("b")));
80 ASSERT_EQUALS(wxT("a") + sep + wxT("b"), JoinPaths(wxT("a") + cur_sep, cur_sep + wxT("b")));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c1458 const char *sep = " "; local
1471 { fprintf(fp, "%s%s", sep, "safe"); sep = ", "; }
1473 { fprintf(fp, "%s%s", sep, "asm"); sep = ", "; }
1475 { fprintf(fp, "%s%s", sep, "asm+safe"); sep = ", "; }
1477 { fprintf(fp, "%s%s", sep, "fastasm"); sep = ", "; }
1479 { fprintf(fp, "%s%s", sep, "fastas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c269 const char *sep; local
290 cnt = 0, sep = ", "; pgno != PGNO_INVALID;) {
301 __db_msgadd(env, &mb, "%s%lu", sep, (u_long)pgno);
305 sep = "\t";
307 sep = ", ";
836 const char *sep; local
853 sep = prefix == NULL ? "" : prefix;
856 __db_msgadd(env, mbp, "%s%s", sep, fnp->name);
857 sep = ", ";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_vxworks486 sep=" \\"
488 echo "$sep"
498 echo "$sep"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/helpers/
H A Dftp.c72 int array_size, char sep, char term)
84 else if (*data == sep)
97 array_size, sep);
71 try_number(const char *data, size_t dlen, uint32_t array[], int array_size, char sep, char term) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Drc.h94 extern int _vstrsep(char *buf, const char *sep, ...);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmainwin.cc120 QAction * sep = new QAction( this ); local
121 sep->setSeparator( true );
1403 QAction * sep = new QAction( this ); local
1404 sep->setSeparator( true );
1405 menu->addAction( sep );
1416 sep = new QAction( this );
1417 sep->setSeparator( true );
1418 menu->addAction( sep );
1423 sep = new QAction( this );
1424 sep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiff.c196 static char *doubles2str(double *dp, int count, const char *sep) argument
201 if (!sep) sep = ", ";
202 component_len = 24LL + strlen(sep);
211 unsigned l = snprintf(ap, component_len, "%.15g%s", dp[i], sep);
218 ap0[strlen(ap0) - strlen(sep)] = '\0';
223 const char *name, const char *sep, TiffContext *s, AVFrame *frame)
226 case TIFF_DOUBLE: return ff_tadd_doubles_metadata(count, name, sep, &s->gb, s->le, avpriv_frame_get_metadatap(frame));
227 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, &s->gb, s->le, 0, avpriv_frame_get_metadatap(frame));
904 #define ADD_METADATA(count, name, sep)\
222 add_metadata(int count, int type, const char *name, const char *sep, TiffContext *s, AVFrame *frame) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Devp_test.c127 static unsigned char *ustrsep(char **p,const char *sep) argument
128 { return (unsigned char *)sstrsep(p,sep); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_test.c127 static unsigned char *ustrsep(char **p,const char *sep) argument
128 { return (unsigned char *)sstrsep(p,sep); }
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmwifi.h44 #define CHSPEC_CTLOVLP(sp1, sp2, sep) ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < (sep)
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/include/
H A Dbcmwifi_channels.h49 #define CHSPEC_CTLOVLP(sp1, sp2, sep) (ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < \
50 (sep))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_fax3.c1216 const char* sep = " "; local
1220 fprintf(fd, "%suncompressed data", sep);
1225 fprintf(fd, "%s2-d encoding", sep), sep = "+";
1227 fprintf(fd, "%sEOL padding", sep), sep = "+";
1229 fprintf(fd, "%suncompressed data", sep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c1574 get_grouping_data (const char **sep, const char **grouping)
1595 In those locales set the sep char to ',', unless that
1606 *sep = cached_sep;
1626 const char *grouping, *sep;
1636 get_grouping_data (&sep, &grouping);
1637 seplen = strlen (sep);
1659 *--p = *sep;
1661 memcpy (p -= seplen, sep, seplen);
1565 get_grouping_data(const char **sep, const char **grouping) argument
1617 const char *grouping, *sep; local

Completed in 252 milliseconds

123456789