Searched refs:str (Results 101 - 125 of 3737) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/lmc/
H A Dlmc_debug.c15 char str[80], *pstr; local
17 sprintf(str, KERN_DEBUG "lmc: %s: ", type);
18 pstr = str+strlen(str);
36 printk(str);
37 sprintf(str, KERN_DEBUG "lmc: %s: ", type);
38 pstr=str+strlen(str);
44 printk(str);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dstderr_console.c38 static int stderr_setup(char *str) argument
40 if (!str)
42 use_stderr_console = simple_strtoul(str,&str,0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dadd-data.h35 AddData( const QString& str ) { set(str); }
44 static bool isSupported( const QString& str ) { return AddData(str).type != NONE; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dsetup_nx.c18 static int __init noexec_setup(char *str) argument
20 if (!str)
22 if (!strncmp(str, "on", 2)) {
24 } else if (!strncmp(str, "off", 3)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dwrapper.c14 char *xstrdup(const char *str) argument
16 char *ret = strdup(str);
18 release_pack_memory(strlen(str) + 1, -1);
19 ret = strdup(str);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dhuman_readable.c39 static char str[21] ALIGN1; /* Sufficient for 64 bit unsigned integers */
75 snprintf(str, sizeof(str), f, val, frac, *u);
77 return str;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_paramhlp.c134 void cleanarg(char *str) argument
140 if(str) {
141 size_t len = strlen(str);
142 memset(str, ' ', len);
145 (void)str;
154 * getparameter a lot, we must check it for NULL before accessing the str
158 ParameterError str2num(long *val, const char *str) argument
160 if(str) {
162 long num = strtol(str, &endptr, 10);
163 if((endptr != str)
180 str2unum(long *val, const char *str) argument
200 str2double(double *val, const char *str) argument
222 str2udouble(double *val, const char *str) argument
244 proto2num(struct OperationConfig *config, long *val, const char *str) argument
347 str2offset(curl_off_t *val, const char *str) argument
442 ftpfilemethod(struct OperationConfig *config, const char *str) argument
454 ftpcccmethod(struct OperationConfig *config, const char *str) argument
464 delegation(struct OperationConfig *config, char *str) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Djoin.tcl71 gets $did str
72 do_join primary.db "1 0" $str oa $flags\
74 gets $did str
75 do_join primary.db "2 0" $str oa $flags\
77 gets $did str
78 do_join primary.db "3 0" $str oa $flags\
80 gets $did str
81 do_join primary.db "4 0" $str oa $flags\
83 gets $did str
84 do_join primary.db "1" $str o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dsleep.c148 static int __init acpi_sleep_setup(char *str) argument
150 while ((str != NULL) && (*str != '\0')) {
151 if (strncmp(str, "s3_bios", 7) == 0)
153 if (strncmp(str, "s3_mode", 7) == 0)
155 if (strncmp(str, "s3_beep", 7) == 0)
158 if (strncmp(str, "s4_nohwsig", 10) == 0)
160 if (strncmp(str, "s4_nonvs", 8) == 0) {
166 if (strncmp(str, "nonvs", 5) == 0)
168 if (strncmp(str, "old_orderin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dimg2.c28 const char *str; member in struct:__anon3509
85 static enum AVCodecID av_str2id(const IdStrMap *tags, const char *str) argument
87 str = strrchr(str, '.');
88 if (!str)
90 str++;
93 if (!av_strcasecmp(str, tags->str))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dstdio.c59 static char * number(char * str, unsigned long long num, int base, int size, int precision, int type) argument
103 *str++ = ' ';
105 *str++ = sign;
108 *str++ = '0';
110 *str++ = '0';
111 *str++ = digits[33];
116 *str++ = c;
118 *str++ = '0';
120 *str++ = tmp[i];
122 *str
131 char * str; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dfdomain.h22 extern int fdomain_setup(char *str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlog.c38 print_escaped (FILE *stream, const char *str) argument
41 for (; *str != '\0'; str++)
42 if (*str == '\n')
45 if (str[1] == '\0')
51 if (*str == '"' || *str == '\\')
53 putc (*str, stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Davstring.h27 * Return non-zero if pfx is a prefix of str. If it is, *ptr is set to
28 * the address of the first character in str after the prefix.
30 * @param str input string
32 * @param ptr updated if the prefix is matched inside str
35 int av_strstart(const char *str, const char *pfx, const char **ptr);
38 * Return non-zero if pfx is a prefix of str independent of case. If
39 * it is, *ptr is set to the address of the first character in str
42 * @param str input string
44 * @param ptr updated if the prefix is matched inside str
47 int av_stristart(const char *str, cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_regex.h30 regex_t *bgp_regcomp (char *str);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dselinux.h25 * @str: the security context string to be mapped
32 int selinux_string_to_sid(char *str, u32 *sid);
71 static inline int selinux_string_to_sid(const char *str, u32 *sid) argument
H A Dkbuild.h9 #define OFFSET(sym, str, mem) \
10 DEFINE(sym, offsetof(struct str, mem))
H A Dkdebug.h10 const char *str; member in struct:die_args
19 int notify_die(enum die_val val, const char *str,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py24 str = "%5u.%09u" % (nsecs_secs(nsecs), nsecs_nsecs(nsecs)),
25 return str
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_mbstr_fw.c17 tuklib_mbstr_fw(const char *str, int columns_min) argument
20 const size_t width = tuklib_mbstr_width(str, &len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dparseutils.h32 * Parse str and put in width_ptr and height_ptr the detected values.
38 * @param[in] str the string to parse: it has to be a string in the format
42 int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str);
45 * Parse str and store the detected values in *rate.
49 * @param[in] str the string to parse: it has to be a string in the format
53 int av_parse_video_rate(AVRational *rate, const char *str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/udp/
H A Dudp.h93 int ns__echoString(char *str, char **res);
107 int ns__sendString(char *str, void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/udp/
H A Dudp.h93 int ns__echoString(char *str, char **res);
107 int ns__sendString(char *str, void);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dipsec_strerror.c81 void __ipsec_set_strerror(const char *str) argument
84 ipsec_errlist[EIPSEC_SYSTEM_ERROR] = str;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_mbstr_fw.c17 tuklib_mbstr_fw(const char *str, int columns_min) argument
20 const size_t width = tuklib_mbstr_width(str, &len);

Completed in 162 milliseconds

1234567891011>>