Searched refs:idstr (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dimap.h51 const char *idstr; /* pointer to a string for which to wait for as id */ member in struct:imap_conn
H A Dimap.c220 const char *idstr, /* id to wait for at the
229 imapc->idstr = idstr; /* this is the thing */
270 const char *id = imapc->idstr;
758 imapc->idstr = "*"; /* we start off waiting for a '*' response */
219 imapsendf(struct connectdata *conn, const char *idstr, const char *fmt, ...) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_dst.c32 parse_opts_num(const char *idstr, const char *typestr) argument
37 id = strtoul(idstr, &ep, 0);
39 if ( idstr == ep ) {
41 "dst: no valid digits in %s `%s'", typestr, idstr);
46 typestr, idstr);
48 if ( *idstr != '\0' && *ep != '\0' ) {
50 "dst: error parsing %s `%s'", typestr, idstr);
H A Dlibip6t_hbh.c34 parse_opts_num(const char *idstr, const char *typestr) argument
39 id = strtoul(idstr,&ep,0) ;
41 if ( idstr == ep ) {
43 "hbh: no valid digits in %s `%s'", typestr, idstr);
48 typestr, idstr);
50 if ( *idstr != '\0' && *ep != '\0' ) {
52 "hbh: error parsing %s `%s'", typestr, idstr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_dst.c42 parse_opts_num(const char *idstr, const char *typestr) argument
47 id = strtoul(idstr, &ep, 0);
49 if ( idstr == ep ) {
51 UNAME " no valid digits in %s `%s'", typestr, idstr);
56 typestr, idstr);
58 if ( *idstr != '\0' && *ep != '\0' ) {
60 UNAME " error parsing %s `%s'", typestr, idstr);
H A Dlibip6t_frag.c37 parse_frag_id(const char *idstr, const char *typestr) argument
42 id = strtoul(idstr, &ep, 0);
44 if ( idstr == ep ) {
46 "FRAG no valid digits in %s `%s'", typestr, idstr);
51 typestr, idstr);
53 if ( *idstr != '\0' && *ep != '\0' ) {
55 "FRAG error parsing %s `%s'", typestr, idstr);
H A Dlibip6t_hbh.c49 parse_opts_num(const char *idstr, const char *typestr) argument
54 id = strtoul(idstr,&ep,0) ;
56 if ( idstr == ep ) {
58 "%s no valid digits in %s `%s'", UNAME, typestr, idstr);
63 typestr, idstr);
65 if ( *idstr != '\0' && *ep != '\0' ) {
67 "%s error parsing %s `%s'", UNAME, typestr, idstr);
H A Dlibip6t_rt.c43 parse_rt_num(const char *idstr, const char *typestr) argument
48 id = strtoul(idstr,&ep,0) ;
50 if ( idstr == ep ) {
52 "RT no valid digits in %s `%s'", typestr, idstr);
57 typestr, idstr);
59 if ( *idstr != '\0' && *ep != '\0' ) {
61 "RT error parsing %s `%s'", typestr, idstr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c134 char idstr[11]; local
137 snprintf(idstr, sizeof(idstr), "%d", ent->id);
139 qword_add(bpp, blen, idstr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl73 my $idstr = ""; # server instance string
212 open(INPUT, ">>log/server$idstr.input") ||
213 logmsg "failed to open log/server$idstr.input\n";
1725 $idstr = "$idnum" if($idnum > 1);

Completed in 90 milliseconds