Searched refs:dot (Results 1 - 25 of 225) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libaddns/
H A Ddnsutils.c35 const char *dot; local
37 for (dot = name; *dot != '\0'; dot += 1) {
38 char c = *dot;
51 if ((dot - name) > 63) {
62 if (*dot == '\0') {
64 * No dot around, so this is the last component
76 if (dot[1] == '.') {
85 if (dot[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libaddns/
H A Ddnsutils.c33 const char *dot; local
35 for (dot = name; *dot != '\0'; dot += 1) {
36 char c = *dot;
49 if ((dot - name) > 63) {
60 if (*dot == '\0') {
62 * No dot around, so this is the last component
74 if (dot[1] == '.') {
83 if (dot[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libaddns/
H A Ddnsutils.c35 const char *dot; local
37 for (dot = name; *dot != '\0'; dot += 1) {
38 char c = *dot;
51 if ((dot - name) > 63) {
62 if (*dot == '\0') {
64 * No dot around, so this is the last component
76 if (dot[1] == '.') {
85 if (dot[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libaddns/
H A Ddnsutils.c33 const char *dot; local
35 for (dot = name; *dot != '\0'; dot += 1) {
36 char c = *dot;
49 if ((dot - name) > 63) {
60 if (*dot == '\0') {
62 * No dot around, so this is the last component
74 if (dot[1] == '.') {
83 if (dot[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libaddns/
H A Ddnsutils.c33 const char *dot; local
35 for (dot = name; *dot != '\0'; dot += 1) {
36 char c = *dot;
49 if ((dot - name) > 63) {
60 if (*dot == '\0') {
62 * No dot around, so this is the last component
74 if (dot[1] == '.') {
83 if (dot[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libaddns/
H A Ddnsutils.c35 const char *dot; local
37 for (dot = name; *dot != '\0'; dot += 1) {
38 char c = *dot;
51 if ((dot - name) > 63) {
62 if (*dot == '\0') {
64 * No dot around, so this is the last component
76 if (dot[1] == '.') {
85 if (dot[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dnl_langinfo.c46 /* If the locale name contains an encoding after the dot, return
48 const char *dot = strchr (locale, '.'); local
50 if (dot != NULL)
54 dot++;
56 modifier = strchr (dot, '@');
58 return dot;
59 if (modifier - dot < sizeof (buf))
61 memcpy (buf, dot, modifier - dot);
62 buf [modifier - dot]
[all...]
H A Dlocalcharset.c392 /* If the locale name contains an encoding after the dot, return
394 const char *dot = strchr (locale, '.'); local
396 if (dot != NULL)
400 dot++;
402 modifier = strchr (dot, '@');
404 return dot;
405 if (modifier - dot < sizeof (buf))
407 memcpy (buf, dot, modifier - dot);
408 buf [modifier - dot]
493 const char *dot = strchr (locale, '.'); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dnl_langinfo.c46 /* If the locale name contains an encoding after the dot, return
48 const char *dot = strchr (locale, '.'); local
50 if (dot != NULL)
54 dot++;
56 modifier = strchr (dot, '@');
58 return dot;
59 if (modifier - dot < sizeof (buf))
61 memcpy (buf, dot, modifier - dot);
62 buf [modifier - dot]
[all...]
H A Dlocalcharset.c392 /* If the locale name contains an encoding after the dot, return
394 const char *dot = strchr (locale, '.'); local
396 if (dot != NULL)
400 dot++;
402 modifier = strchr (dot, '@');
404 return dot;
405 if (modifier - dot < sizeof (buf))
407 memcpy (buf, dot, modifier - dot);
408 buf [modifier - dot]
493 const char *dot = strchr (locale, '.'); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dnl_langinfo.c46 /* If the locale name contains an encoding after the dot, return
48 const char *dot = strchr (locale, '.'); local
50 if (dot != NULL)
54 dot++;
56 modifier = strchr (dot, '@');
58 return dot;
59 if (modifier - dot < sizeof (buf))
61 memcpy (buf, dot, modifier - dot);
62 buf [modifier - dot]
[all...]
H A Dlocalcharset.c392 /* If the locale name contains an encoding after the dot, return
394 const char *dot = strchr (locale, '.'); local
396 if (dot != NULL)
400 dot++;
402 modifier = strchr (dot, '@');
404 return dot;
405 if (modifier - dot < sizeof (buf))
407 memcpy (buf, dot, modifier - dot);
408 buf [modifier - dot]
493 const char *dot = strchr (locale, '.'); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/libcharset/lib/
H A Dlocalcharset.c389 /* If the locale name contains an encoding after the dot, return
391 const char *dot = strchr (locale, '.'); local
393 if (dot != NULL)
397 dot++;
399 modifier = strchr (dot, '@');
401 return dot;
402 if (modifier - dot < sizeof (buf))
404 memcpy (buf, dot, modifier - dot);
405 buf [modifier - dot]
490 const char *dot = strchr (locale, '.'); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/libcharset/lib/
H A Dlocalcharset.c389 /* If the locale name contains an encoding after the dot, return
391 const char *dot = strchr (locale, '.'); local
393 if (dot != NULL)
397 dot++;
399 modifier = strchr (dot, '@');
401 return dot;
402 if (modifier - dot < sizeof (buf))
404 memcpy (buf, dot, modifier - dot);
405 buf [modifier - dot]
490 const char *dot = strchr (locale, '.'); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/libcharset/lib/
H A Dlocalcharset.c389 /* If the locale name contains an encoding after the dot, return
391 const char *dot = strchr (locale, '.'); local
393 if (dot != NULL)
397 dot++;
399 modifier = strchr (dot, '@');
401 return dot;
402 if (modifier - dot < sizeof (buf))
404 memcpy (buf, dot, modifier - dot);
405 buf [modifier - dot]
490 const char *dot = strchr (locale, '.'); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/pppoatm/
H A Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */
54 if (*text++ != '.') return FATAL; /* dot required */
78 int count,pos,dot; local
82 count = dot = 0;
86 dot = 1;
89 else if (!dot) return FATAL; /* two dots in a row */
90 else dot = 0;
96 if (!dot || *text == '0') return FATAL;
114 for (dot = 0; *text; text++)
122 dot
163 int i,dot,result; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/plugins/pppoatm/
H A Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */
54 if (*text++ != '.') return FATAL; /* dot required */
78 int count,pos,dot; local
82 count = dot = 0;
86 dot = 1;
89 else if (!dot) return FATAL; /* two dots in a row */
90 else dot = 0;
96 if (!dot || *text == '0') return FATAL;
114 for (dot = 0; *text; text++)
122 dot
163 int i,dot,result; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/pppoatm/
H A Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */
54 if (*text++ != '.') return FATAL; /* dot required */
78 int count,pos,dot; local
82 count = dot = 0;
86 dot = 1;
89 else if (!dot) return FATAL; /* two dots in a row */
90 else dot = 0;
96 if (!dot || *text == '0') return FATAL;
114 for (dot = 0; *text; text++)
122 dot
163 int i,dot,result; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/pppoatm/
H A Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */
54 if (*text++ != '.') return FATAL; /* dot required */
78 int count,pos,dot; local
82 count = dot = 0;
86 dot = 1;
89 else if (!dot) return FATAL; /* two dots in a row */
90 else dot = 0;
96 if (!dot || *text == '0') return FATAL;
114 for (dot = 0; *text; text++)
122 dot
163 int i,dot,result; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/pppoatm/
H A Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */
54 if (*text++ != '.') return FATAL; /* dot required */
78 int count,pos,dot; local
82 count = dot = 0;
86 dot = 1;
89 else if (!dot) return FATAL; /* two dots in a row */
90 else dot = 0;
96 if (!dot || *text == '0') return FATAL;
114 for (dot = 0; *text; text++)
122 dot
163 int i,dot,result; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/pppoatm/
H A Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */
54 if (*text++ != '.') return FATAL; /* dot required */
78 int count,pos,dot; local
82 count = dot = 0;
86 dot = 1;
89 else if (!dot) return FATAL; /* two dots in a row */
90 else dot = 0;
96 if (!dot || *text == '0') return FATAL;
114 for (dot = 0; *text; text++)
122 dot
163 int i,dot,result; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sdparm-1.02/
H A Dsdparm.spec14 Packager: Douglas Gilbert <dgilbert at interlog dot com>
60 * Mon Oct 08 2007 - dgilbert at interlog dot com
63 * Thu Apr 05 2007 - dgilbert at interlog dot com
66 * Mon Oct 16 2006 - dgilbert at interlog dot com
69 * Sat Jul 08 2006 - dgilbert at interlog dot com
72 * Thu May 18 2006 - dgilbert at interlog dot com
75 * Wed Jan 25 2006 - dgilbert at interlog dot com
78 * Fri Nov 18 2005 - dgilbert at interlog dot com
81 * Tue Sep 20 2005 - dgilbert at interlog dot com
84 * Thu Jul 28 2005 - dgilbert at interlog dot co
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sdparm-1.02/
H A Dsdparm.spec14 Packager: Douglas Gilbert <dgilbert at interlog dot com>
60 * Mon Oct 08 2007 - dgilbert at interlog dot com
63 * Thu Apr 05 2007 - dgilbert at interlog dot com
66 * Mon Oct 16 2006 - dgilbert at interlog dot com
69 * Sat Jul 08 2006 - dgilbert at interlog dot com
72 * Thu May 18 2006 - dgilbert at interlog dot com
75 * Wed Jan 25 2006 - dgilbert at interlog dot com
78 * Fri Nov 18 2005 - dgilbert at interlog dot com
81 * Tue Sep 20 2005 - dgilbert at interlog dot com
84 * Thu Jul 28 2005 - dgilbert at interlog dot co
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sdparm-1.02/
H A Dsdparm.spec14 Packager: Douglas Gilbert <dgilbert at interlog dot com>
60 * Mon Oct 08 2007 - dgilbert at interlog dot com
63 * Thu Apr 05 2007 - dgilbert at interlog dot com
66 * Mon Oct 16 2006 - dgilbert at interlog dot com
69 * Sat Jul 08 2006 - dgilbert at interlog dot com
72 * Thu May 18 2006 - dgilbert at interlog dot com
75 * Wed Jan 25 2006 - dgilbert at interlog dot com
78 * Fri Nov 18 2005 - dgilbert at interlog dot com
81 * Tue Sep 20 2005 - dgilbert at interlog dot com
84 * Thu Jul 28 2005 - dgilbert at interlog dot co
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/modules/
H A Dvfs_prealloc.c112 const char * dot; local
123 dot = strrchr(fname, '.');
124 if (dot && *++dot) {
125 if (strlen(dot) < sizeof(fext)) {
126 strncpy(fext, dot, sizeof(fext));

Completed in 216 milliseconds

123456789