Searched refs:str (Results 176 - 200 of 1024) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dled.h36 int lcd_print(char *str);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dspinlock.h35 extern void _do_spin_lock(spinlock_t *lock, char *str);
54 extern void _do_read_lock(rwlock_t *rw, char *str);
55 extern void _do_read_unlock(rwlock_t *rw, char *str);
56 extern void _do_write_lock(rwlock_t *rw, char *str);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dspinlock.h98 extern void _do_spin_lock (spinlock_t *lock, char *str);
136 extern void _do_read_lock(rwlock_t *rw, char *str);
137 extern void _do_read_unlock(rwlock_t *rw, char *str);
138 extern void _do_write_lock(rwlock_t *rw, char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dled.h36 int lcd_print(char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dspinlock.h35 extern void _do_spin_lock(spinlock_t *lock, char *str);
54 extern void _do_read_lock(rwlock_t *rw, char *str);
55 extern void _do_read_unlock(rwlock_t *rw, char *str);
56 extern void _do_write_lock(rwlock_t *rw, char *str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dspinlock.h98 extern void _do_spin_lock (spinlock_t *lock, char *str);
136 extern void _do_read_lock(rwlock_t *rw, char *str);
137 extern void _do_read_unlock(rwlock_t *rw, char *str);
138 extern void _do_write_lock(rwlock_t *rw, char *str);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Duuidd.c207 char op, str[37]; local
334 uuid_unparse(uu, str);
335 printf(_("Generated time UUID: %s\n"), str);
344 uuid_unparse(uu, str);
345 printf(_("Generated random UUID: %s\n"), str);
353 uuid_unparse(uu, str);
355 "following\n"), str, num);
374 uuid_unparse(cp, str);
375 printf("\t%s\n", str);
399 char str[3 local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dpppoe-sniff.c81 * str -- error message
88 fatalSys(char const *str) argument
91 sprintf(buf, "%.256s: %.256s", str, strerror(errno));
99 * str -- error message
106 fatal(char const *str) argument
108 printErr(str);
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/linux/
H A Dlinux_osl.c107 safe_snprintf(char *str, int *len, const char *fmt, ...) argument
113 n = vsnprintf(str, *len, fmt, ap);
117 str += n;
123 return str;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Ddisp_sec.c25 const char *str; member in struct:perm_mask_str
61 printf("%s\n", perms[j].str);
67 for (j = 1; perms[j].str; j ++) {
69 printf("\n\t%s", perms[j].str);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dapm.c460 * @str: information string
467 static void apm_error(char *str, int err) argument
474 printk(KERN_NOTICE "apm: %s: %s\n", str, error_table[i].msg);
477 str, err);
1727 static int __init apm_setup(char *str) argument
1731 while ((str != NULL) && (*str != '\0')) {
1732 if (strncmp(str, "off", 3) == 0)
1734 if (strncmp(str, "on", 2) == 0)
1736 if ((strncmp(str, "bounc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dstart.c31 static int xmon_expect(const char *str, unsigned int timeout);
425 xmon_fputs(char *str, void *f) argument
427 int n = strlen(str);
429 return xmon_write(f, str, n) == n? 0: -1;
452 int xmon_expect(const char *str, unsigned int timeout) argument
474 } while (strstr(line, str) == NULL);
531 xmon_fgets(char *str, int nb, void *f) argument
536 for (p = str; p < str + nb - 1; ) {
539 if (p == str)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlinelist.c49 * Trunc str - remove trailing white space (destructive)
361 *char *Add_line_list( struct line_list *l, char *str,
363 * - add a copy of str to the line list
370 char *Add_line_list( struct line_list *l, char *str, argument
378 SNPRINTF( b,sizeof(b)-8)"%s",str );
385 str = safestrdup( str,__FILE__,__LINE__);
387 l->list[l->count++] = str;
390 if( sep && (s = safestrpbrk( str, sep )) ){ c = *s; *s = 0; }
393 cmp = Find_last_key( l, str, se
429 Add_casekey_line_list( struct line_list *l, char *str, const char *sep, int sort, int uniq ) argument
544 Split( struct line_list *l, char *str, const char *sep, int sort, const char *keysep, int uniq, int trim, int nocomments, char *escape ) argument
600 char *s, *t, *str = 0; local
645 char *s, *t, *str = 0; local
702 Find_str_in_flat( char *str, const char *key, const char *sep ) argument
1408 Read_file_list( int required, struct line_list *model, char *str, const char *linesep, int sort, const char *keysep, int uniq, int trim, int marker, int doinclude, int nocomment, int depth, int maxdepth ) argument
1565 Build_pc_names( struct line_list *names, struct line_list *order, char *str, struct host_information *hostname ) argument
2099 char *str, *s, *t, *u, **v = var; local
3290 char *str, *s, *pattern, *start, *end; local
3428 const char *str; local
3680 Escape( char *str, int level ) argument
3728 char *str, *s, *t, *newstr; local
3780 Find_str_in_str( char *str, const char *key, const char *sep ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lib/
H A Dtinycon.c82 void print_string(const unsigned char *str) argument
89 while((c = *str++))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_gram.y73 char *str;
78 %token <str> T_ARG
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsdla_ft1.c110 static int chdlc_read_version (sdla_t* card, char* str);
134 char str[80]; member in union:__anon2010
185 if (chdlc_read_version(card, u.str))
189 card->devname, u.str);
321 * Put code version as ASCII string in str.
323 static int chdlc_read_version (sdla_t* card, char* str) argument
335 else if (str) { /* is not null */
337 memcpy(str, mb->data, len);
338 str[len] = '\0';
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-clps7500.S42 str r0, [r12]
49 str r3, [r0], #4
53 str r0, [r12]
59 str r0, [r12]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Ddebug.c182 void mac_debug_console_write (struct console *co, const char *str, argument
185 mac_serial_print(str);
218 void mac_sccb_console_write (struct console *co, const char *str, argument
222 if (*str == '\n')
224 mac_sccb_out( *str++ );
228 void mac_scca_console_write (struct console *co, const char *str, argument
232 if (*str == '\n')
234 mac_scca_out( *str++ );
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/lib/
H A Dlib_string.c93 size_t lib_strlen(const char *str) argument
97 while (*str) {
98 str++;
247 void lib_strupr(char *str) argument
249 while (*str) {
250 *str = lib_toupper(*str);
251 str++;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dlinksupport.h19 char *str, size_t len );
59 char *str, int len );
H A Dpermission.h97 int match( struct line_list *list, const char *str, int invert );
103 int match_group( struct line_list *list, const char *str, int invert );
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dprintf.c114 static void print_esc_string __P((char *str));
316 static void print_esc_string(char *str) argument
318 for (; *str; str++)
319 if (*str == '\\')
320 str += print_esc(str);
322 putchar(*str);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dtextdomain.c67 # define strdup(str) __strdup (str)
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dpanic.c26 static int __init panic_setup(char *str) argument
28 panic_timeout = simple_strtoul(str, NULL, 0);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dplugin.c376 * str -- error message
383 fatalSys(char const *str) argument
387 sprintf(buf, "%.256s: %.256s", str, strerror(i));
389 sprintf(buf, "RP-PPPoE: %.256s: %.256s", str, strerror(i));
397 * str -- error message
404 rp_fatal(char const *str) argument
407 printErr(str);
408 sprintf(buf, "RP-PPPoE: %.256s", str);
415 * str -- error message
422 sysErr(char const *str) argument
[all...]

Completed in 247 milliseconds

1234567891011>>