Searched refs:slash (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dprogname.c39 const char *slash; local
42 slash = strrchr (argv0, '/');
43 base = (slash != NULL ? slash + 1 : argv0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprogname.c39 const char *slash; local
42 slash = strrchr (argv0, '/');
43 base = (slash != NULL ? slash + 1 : argv0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dprogname.c39 const char *slash; local
42 slash = strrchr (argv0, '/');
43 base = (slash != NULL ? slash + 1 : argv0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dprogname.c43 const char *slash; local
46 slash = strrchr (argv0, '/');
47 base = (slash != NULL ? slash + 1 : argv0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_NETMAP.c72 char *slash; local
78 slash = strchr(arg, '/');
79 if (slash)
80 *slash = '\0';
87 if (slash) {
88 if (strchr(slash+1, '.')) {
89 ip = dotted_to_mask(slash+1);
92 slash+1);
96 if (string_to_number(slash+1, 0, 32, &bits) == -1)
98 slash
[all...]
H A Dlibip6t_icmp6.c119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (string_to_number(slash+1, 0, 255, &number) == -1)
137 slash+1);
H A Dlibipt_icmp.c143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (string_to_number(slash+1, 0, 255, &number) == -1)
161 slash+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dgetpwnam.c17 static char slash [] = "/"; variable
31 rv.pw_dir = slash;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dwarn.c67 char *slash;
72 if ((slash = strrchr(exe_name, '/')))
73 memmove(exe_name, slash+1, strlen(slash)+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dinstall.c148 char *slash = arg; local
150 slash = strchr(slash + 1, '/');
151 if (slash)
152 *slash = '\0';
167 if (!slash)
169 *slash = '/';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_open.c771 const char *slash; local
782 if (NULL != ( slash = strrchr( path, '/' )) ) {
783 slash++;
784 l = slash - path;
791 slash = path;
794 strlcpy( pathbuf + l, slash, sizeof(pathbuf) -l);
803 char *slash; local
807 if (NULL == ( slash = strrchr( path, '/' )) ) {
810 *slash = '\0';
815 *slash
827 char c, *slash, buf[MAXPATHLEN + 1]; local
867 char c, *slash, buf[MAXPATHLEN + 1]; local
904 char *slash; local
946 char *slash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_open.c771 const char *slash; local
782 if (NULL != ( slash = strrchr( path, '/' )) ) {
783 slash++;
784 l = slash - path;
791 slash = path;
794 strlcpy( pathbuf + l, slash, sizeof(pathbuf) -l);
803 char *slash; local
807 if (NULL == ( slash = strrchr( path, '/' )) ) {
810 *slash = '\0';
815 *slash
827 char c, *slash, buf[MAXPATHLEN + 1]; local
867 char c, *slash, buf[MAXPATHLEN + 1]; local
904 char *slash; local
946 char *slash; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dutils.c163 char *slash; local
174 slash = strchr(arg, '/');
175 if (slash)
176 *slash = '\0';
187 if (slash) {
188 if (get_integer(&plen, slash + 1, 0) || plen > dst->bitlen) {
196 if (slash)
197 *slash = '/';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_name.c21 /* If leading slash, start over. */ \
24 slash = 0; \
28 if (slash) \
32 slash = strchr(PATH_SEPARATOR, p[-1]) == NULL; \
57 int data_entry, ret, slash, tmp_create; local
152 slash = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_ntlm_wb.c119 char *slash, *domain = NULL; local
130 slash = strpbrk(username, "\\/");
131 if(slash) {
134 slash = domain + (slash - username);
135 *slash = '\0';
136 username = username + (slash - domain) + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_icmp6.c119 char *slash; local
124 slash = strchr(buffer, '/');
126 if (slash)
127 *slash = '\0';
133 if (slash) {
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
137 slash+1);
H A Dlibipt_icmp.c143 char *slash; local
148 slash = strchr(buffer, '/');
150 if (slash)
151 *slash = '\0';
157 if (slash) {
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
161 slash+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dtc_util.c157 char * slash = strchr(str, '/'); local
159 if (slash)
160 *slash = 0;
165 if (slash) {
169 if (get_integer(&cell, slash+1, 0))
171 *slash = '/';
290 char * slash = strchr(str, '/'); local
292 if (slash)
293 *slash = 0;
298 if (slash) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dcow_user.c144 char save_cwd[256], *slash; local
152 slash = strrchr(from, '/');
153 if(slash != NULL){
154 *slash = '\0';
156 *slash = '/';
161 *slash = '/';
168 if(strlen(slash) + 1 > remaining){
173 strcat(to, slash);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Daccess.c18 static BOOL masked_match(const char *tok, const char *slash, const char *s) argument
29 tok_cpy[PTR_DIFF(slash,tok)] = '\0';
31 tok_cpy[PTR_DIFF(slash,tok)] = '/';
33 if (strlen(slash + 1) > 2) {
34 mask = interpret_addr(slash + 1);
36 mask = (uint32)((ALLONES >> atoi(slash + 1)) ^ ALLONES);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dutils.c212 char *slash; local
227 slash = strchr(arg, '/');
228 if (slash)
229 *slash = 0;
244 if (slash) {
245 if (get_unsigned(&plen, slash+1, 0) || plen > dst->bitlen) {
254 if (slash)
255 *slash = '/';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dhttp.c195 const char *slash; local
199 if ((slash = strchr(p, '/')) && strlen(slash) > 0)
200 s->filesize = atoll(slash+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dconfdata.c347 char *slash; local
353 } else if ((slash = strrchr(name, '/'))) {
354 int size = slash - name + 1;
357 if (slash[1])
358 basename = slash + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dclient6_token.l101 slash \/
196 {slash} { DECHO; return (SLASH); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_cert.c811 char buf[1024],*slash; local
847 slash=buf+len_0;
865 slash,sizeof(buf)-len_0,
868 for (i=0;i<flen_0;i++) slash[i]=(char)fnam[i];
870 else strncpy(slash,(const char *)fnam,sizeof(buf)-len_0);

Completed in 173 milliseconds

12