Searched refs:dot (Results 26 - 50 of 225) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_prealloc.c125 const char * dot; local
136 dot = strrchr(smb_fname->base_name, '.');
137 if (dot && *++dot) {
138 if (strlen(dot) < sizeof(fext)) {
139 strncpy(fext, dot, sizeof(fext));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_prealloc.c125 const char * dot; local
136 dot = strrchr(smb_fname->base_name, '.');
137 if (dot && *++dot) {
138 if (strlen(dot) < sizeof(fext)) {
139 strncpy(fext, dot, sizeof(fext));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_prealloc.c125 const char * dot; local
136 dot = strrchr(smb_fname->base_name, '.');
137 if (dot && *++dot) {
138 if (strlen(dot) < sizeof(fext)) {
139 strncpy(fext, dot, sizeof(fext));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Dvi.c91 S_BEFORE_WS = 1, // used in skip_thing() for moving "dot"
92 S_TO_WS = 2, // used in skip_thing() for moving "dot"
93 S_OVER_WS = 3, // used in skip_thing() for moving "dot"
94 S_END_PUNCT = 4, // used in skip_thing() for moving "dot"
95 S_END_ALNUM = 5, // used in skip_thing() for moving "dot"
106 char *dot; // where all the action takes place member in struct:globals
214 #define dot (G.dot ) macro
284 static void sync_cursor(char *, int *, int *); // synchronize the screen cursor to dot
293 static void dot_left(void); // move dot lef
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Dvi.c91 S_BEFORE_WS = 1, // used in skip_thing() for moving "dot"
92 S_TO_WS = 2, // used in skip_thing() for moving "dot"
93 S_OVER_WS = 3, // used in skip_thing() for moving "dot"
94 S_END_PUNCT = 4, // used in skip_thing() for moving "dot"
95 S_END_ALNUM = 5, // used in skip_thing() for moving "dot"
106 char *dot; // where all the action takes place member in struct:globals
214 #define dot (G.dot ) macro
284 static void sync_cursor(char *, int *, int *); // synchronize the screen cursor to dot
293 static void dot_left(void); // move dot lef
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Dvi.c91 S_BEFORE_WS = 1, // used in skip_thing() for moving "dot"
92 S_TO_WS = 2, // used in skip_thing() for moving "dot"
93 S_OVER_WS = 3, // used in skip_thing() for moving "dot"
94 S_END_PUNCT = 4, // used in skip_thing() for moving "dot"
95 S_END_ALNUM = 5, // used in skip_thing() for moving "dot"
106 char *dot; // where all the action takes place member in struct:globals
214 #define dot (G.dot ) macro
284 static void sync_cursor(char *, int *, int *); // synchronize the screen cursor to dot
293 static void dot_left(void); // move dot lef
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dseq.c28 /* Undo busybox.c: on input, we want to use dot
62 char *dot = strchrnul(*argv, '.'); local
63 int w = (dot - *argv);
64 int f = strlen(dot);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dseq.c28 /* Undo busybox.c: on input, we want to use dot
62 char *dot = strchrnul(*argv, '.'); local
63 int w = (dot - *argv);
64 int f = strlen(dot);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dseq.c28 /* Undo busybox.c: on input, we want to use dot
62 char *dot = strchrnul(*argv, '.'); local
63 int w = (dot - *argv);
64 int f = strlen(dot);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Drun.c85 char *dot; local
88 dot=strrchr(name,'.');
89 if(dot)
90 ext=dot+1;
114 dot=strrchr(basename,'.');
115 if(dot)*dot='\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Drun.c85 char *dot; local
88 dot=strrchr(name,'.');
89 if(dot)
90 ext=dot+1;
114 dot=strrchr(basename,'.');
115 if(dot)*dot='\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Drun.c85 char *dot; local
88 dot=strrchr(name,'.');
89 if(dot)
90 ext=dot+1;
114 dot=strrchr(basename,'.');
115 if(dot)*dot='\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/lib/libpam/
H A Dopenpam_dynamic.c185 int dot, len; local
233 *path, modname, &dot);
236 *path, modname, &dot, LIB_MAJ);
239 *path, modname, PAM_SOEXT, &dot, LIB_MAJ);
248 if (errno == ENOENT && modpath[dot] != '\0') {
250 modpath[dot] = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/lib/libpam/
H A Dopenpam_dynamic.c185 int dot, len; local
233 *path, modname, &dot);
236 *path, modname, &dot, LIB_MAJ);
239 *path, modname, PAM_SOEXT, &dot, LIB_MAJ);
248 if (errno == ENOENT && modpath[dot] != '\0') {
250 modpath[dot] = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/lib/libpam/
H A Dopenpam_dynamic.c185 int dot, len; local
233 *path, modname, &dot);
236 *path, modname, &dot, LIB_MAJ);
239 *path, modname, PAM_SOEXT, &dot, LIB_MAJ);
248 if (errno == ENOENT && modpath[dot] != '\0') {
250 modpath[dot] = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetnameinfo.c58 char *dot = strchr (host, '.'); local
59 if (dot != NULL)
60 *dot = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetnameinfo.c58 char *dot = strchr (host, '.'); local
59 if (dot != NULL)
60 *dot = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetnameinfo.c58 char *dot = strchr (host, '.'); local
59 if (dot != NULL)
60 *dot = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/intl/
H A Dlocalcharset.c339 /* If the locale name contains an encoding after the dot, return it. */
340 const char *dot = strchr (locale, '.'); local
342 if (dot != NULL)
346 dot++;
348 modifier = strchr (dot, '@');
350 return dot;
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/intl/
H A Dlocalcharset.c339 /* If the locale name contains an encoding after the dot, return it. */
340 const char *dot = strchr (locale, '.'); local
342 if (dot != NULL)
346 dot++;
348 modifier = strchr (dot, '@');
350 return dot;
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/intl/
H A Dlocalcharset.c339 /* If the locale name contains an encoding after the dot, return it. */
340 const char *dot = strchr (locale, '.'); local
342 if (dot != NULL)
346 dot++;
348 modifier = strchr (dot, '@');
350 return dot;
351 if (modifier - dot < sizeof (buf))
353 memcpy (buf, dot, modifier - dot);
354 buf [modifier - dot]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/compat/
H A Dcompat-dirname.c62 static const char dot[] = "."; local
114 path = (char *) dot;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/compat/
H A Dcompat-dirname.c62 static const char dot[] = "."; local
114 path = (char *) dot;

Completed in 315 milliseconds

123456789