Searched refs:str (Results 251 - 275 of 1024) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dqos.c44 static void parse_file_ext_types(char *str, FILE_EXT_GROUP *fileGroup) argument
53 if (str == NULL)
64 switch(str[i])
113 fileGroup->FileExtTypes[numOfType].extension[ext_len] = toupper(str[i]);
H A Dmangle_hash.c205 smb_ucs2_t *str, *p; local
225 str = strdup_w(fname);
226 p = strchr_w(str, UCS2_CHAR('.'));
229 SAFE_FREE(str);
234 strupper_w(str);
235 p = &(str[1]);
237 switch(str[0])
272 SAFE_FREE(str);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbcacls.c104 static void SidToString(fstring str, DOM_SID *sid) argument
110 sid_to_string(str, sid);
126 slprintf(str, sizeof(fstring) - 1, "%s%s%s",
133 static BOOL StringToSid(DOM_SID *sid, const char *str) argument
139 if (strncmp(str, "S-", 2) == 0) {
140 return string_to_sid(sid, str);
145 &pol, 1, &str, &sids,
226 static BOOL parse_ace(SEC_ACE *ace, char *str) argument
237 p = strchr_m(str,':');
244 StringToSid(&sid, str)) {
338 sec_desc_parse(char *str) argument
658 fstring str; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dfile-upload.h42 char *newstr(char *str);
/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A Dfile-upload.h42 char *newstr(char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsetup.c131 static int __init vmhalt_setup(char *str) argument
133 strncpy_skip_quote(vmhalt_cmd, str, 127);
140 static int __init vmpoff_setup(char *str) argument
142 strncpy_skip_quote(vmpoff_cmd, str, 127);
153 static int __init condev_setup(char *str) argument
157 vdev = simple_strtoul(str, &str, 0);
165 static int __init conmode_setup(char *str) argument
168 if (strncmp(str, "hwc", 4) == 0)
172 if (strncmp(str, "321
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsetup.c131 static int __init vmhalt_setup(char *str) argument
133 strncpy_skip_quote(vmhalt_cmd, str, 127);
140 static int __init vmpoff_setup(char *str) argument
142 strncpy_skip_quote(vmpoff_cmd, str, 127);
153 static int __init condev_setup(char *str) argument
157 vdev = simple_strtoul(str, &str, 0);
165 static int __init conmode_setup(char *str) argument
168 if (strncmp(str, "hwc", 4) == 0)
172 if (strncmp(str, "321
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dpci-sh7751.c382 char * __init pcibios_setup(char *str) argument
384 if (!strcmp(str, "off")) {
389 else if (!strcmp(str, "bios")) {
392 } else if (!strcmp(str, "nobios")) {
395 } else if (!strcmp(str, "nosort")) {
398 } else if (!strcmp(str, "biosirq")) {
404 else if (!strcmp(str, "conf1")) {
409 else if (!strcmp(str, "rom")) {
412 } else if (!strncmp(str, "lastbus=", 8)) {
413 pcibios_last_bus = simple_strtol(str
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dprocfs.c74 const char *str; local
86 if ((str = info->class_name) != NULL)
87 len += sprintf (buffer + len, "CLASS:%s;\n", str);
89 if ((str = info->model) != NULL)
90 len += sprintf (buffer + len, "MODEL:%s;\n", str);
92 if ((str = info->mfr) != NULL)
93 len += sprintf (buffer + len, "MANUFACTURER:%s;\n", str);
95 if ((str = info->description) != NULL)
96 len += sprintf (buffer + len, "DESCRIPTION:%s;\n", str);
98 if ((str
[all...]
H A Dprobe.c49 static char *strdup(char *str) argument
51 int n = strlen(str)+1;
54 return strcpy(s, str);
57 static void parse_data(struct parport *port, int device, char *str) argument
59 char *txt = kmalloc(strlen(str)+1, GFP_KERNEL);
68 strcpy(txt, str);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_dfs_nt.c211 pstring str; local
213 slprintf(str, sizeof(pstring)-1, "\\\\%s\\%s\\%s", global_myname(),
215 DEBUG(5,("init_reply_dfs_info_1: %d) initing entrypath: %s\n",i,str));
216 init_unistr2(&dfs1[i].entrypath,str,UNI_STR_TERMINATE);
226 pstring str; local
228 slprintf(str, sizeof(pstring)-1, "\\\\%s\\%s\\%s", global_myname(),
230 init_unistr2(&dfs2[i].entrypath, str, UNI_STR_TERMINATE);
243 pstring str; local
246 slprintf(str, sizeof(pstring)-1, "\\\\%s\\%s",
249 slprintf(str, sizeo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dirq_smp.c34 show(char * str, void *where) argument
38 printk("\n%s, CPU %d: %p\n", str, cpu, where);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/pcbit/
H A Dmodule.c99 char *str; local
102 str = get_options(line, MAX_PARA, ints);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dcsumipv6.S16 str lr, [sp, #-4]!
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_cmddisp.c296 * ui_docommands(str)
301 * str - command string
308 int ui_docommands(char *str) argument
314 cmd_build_list(&cmd_list,str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dirq_smp.c32 show(char * str, void *where) argument
36 printk("\n%s, CPU %d: %p\n", str, cpu, where);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Dturbografx.c207 int __init tgfx_setup(char *str) argument
210 get_options(str, ARRAY_SIZE(ints), ints);
214 int __init tgfx_setup_2(char *str) argument
217 get_options(str, ARRAY_SIZE(ints), ints);
221 int __init tgfx_setup_3(char *str) argument
224 get_options(str, ARRAY_SIZE(ints), ints);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Duaccess.h298 extern int __strnlen_user(const char *str, long len, unsigned long top);
301 * Returns the length of the string at str (including the null byte),
308 extern __inline__ int strnlen_user(const char *str, long len) argument
312 if ((unsigned long)str > top)
314 return __strnlen_user(str, len, top);
317 #define strlen_user(str) strnlen_user((str), 0x7ffffffe)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Duaccess.h263 extern int __strnlen_user(const char *str, long len, unsigned long top);
266 * Returns the length of the string at str (including the null byte),
273 static inline int strnlen_user(const char *str, long len) argument
277 if ((unsigned long)str > top)
279 return __strnlen_user(str, len, top);
282 #define strlen_user(str) strnlen_user((str), 0x7ffffffe)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Duaccess.h298 extern int __strnlen_user(const char *str, long len, unsigned long top);
301 * Returns the length of the string at str (including the null byte),
308 extern __inline__ int strnlen_user(const char *str, long len) argument
312 if ((unsigned long)str > top)
314 return __strnlen_user(str, len, top);
317 #define strlen_user(str) strnlen_user((str), 0x7ffffffe)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Duaccess.h263 extern int __strnlen_user(const char *str, long len, unsigned long top);
266 * Returns the length of the string at str (including the null byte),
273 static inline int strnlen_user(const char *str, long len) argument
277 if ((unsigned long)str > top)
279 return __strnlen_user(str, len, top);
282 #define strlen_user(str) strnlen_user((str), 0x7ffffffe)
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlprm.c164 char *str, *t; local
176 str = user_list.list[i];
177 DEBUG2("lprm: checking '%s'", str );
178 uid = strtol( str, &t, 10 );
179 if( str == t || *t ){
181 pw = getpwnam( str );
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dprofile_helpers.c88 static errcode_t add_to_list(struct profile_string_list *list, char *str) argument
102 list->list[list->num++] = str;
110 static int is_list_member(struct profile_string_list *list, const char *str) argument
118 if (!strcmp(*cpp, str))
255 profile_release_string(char *str) argument
257 free(str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/init/
H A Dmain.c131 int n = strlen(p->str);
132 if (!strncmp(line,p->str,n)) {
201 static int __init debug_kernel(char *str) argument
203 if (*str)
209 static int __init quiet_kernel(char *str) argument
211 if (*str)
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/mkntpwd/
H A Dgetopt.c183 my_index (str, chr)
184 const char *str;
187 while (*str)
189 if (*str == chr)
190 return (char *) str;
191 str++;

Completed in 140 milliseconds

<<11121314151617181920>>