Searched refs:sep (Results 76 - 100 of 217) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dqos.c23 #define vstrsep(buf, sep, args...) _vstrsep(buf, sep, args, NULL)
463 int _vstrsep(char *buf, const char *sep, ...) argument
469 va_start(ap, sep);
471 if ((*p = strsep(&buf, sep)) == NULL) break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dsetup.c902 const char *sep; local
937 sep = "\t";
940 seq_printf(m, "%scmode=0x%04hx", sep, clock_cmodes_permitted);
941 sep = ", ";
945 seq_printf(m, "%scm=0x%lx", sep, clock_bits_settable & CLOCK_BIT_CM);
946 sep = ", ";
950 seq_printf(m, "%sp0=0x3", sep);
951 sep = ", ";
954 seq_printf(m, "%ssuspend=0x22\n", sep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmulti.c807 const char sep = (version == 3) ? '\t' : ','; local
812 status_printf (so, "TITLE%c%s", sep, title_string);
813 status_printf (so, "TIME%c%s%c%u", sep, time_string (now, 0, false, &gc_top), sep, (unsigned int)now);
815 sep, sep, sep, sep, sep, sep, se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtxtstrm.h41 const wxString &sep=wxT(" \t"),
44 wxTextInputStream(wxInputStream& s, const wxString &sep=wxT(" \t"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_stat.c742 const char *sep; local
759 sep = "";
762 sep = " ";
765 __db_msgadd(env, &mb, "%s%luMB", sep, mbytes);
766 sep = " ";
769 __db_msgadd(env, &mb, "%s%luKB", sep, bytes / 1024);
771 sep = " ";
774 __db_msgadd(env, &mb, "%s%luB", sep, bytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtxtstrm.cpp39 const wxString &sep,
41 : m_input(s), m_separators(sep), m_conv(conv.Clone())
46 wxTextInputStream::wxTextInputStream(wxInputStream &s, const wxString &sep) argument
47 : m_input(s), m_separators(sep)
38 wxTextInputStream(wxInputStream &s, const wxString &sep, const wxMBConv& conv) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dconf.c42 static int sep = 0; local
44 if (!sep) {
46 sep = 1;
54 sep = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_addrtype.c152 const char *sep = ""; local
157 printf("%s%s", sep, rtn_names[i]);
158 sep = ",";
H A Dlibxt_time.c67 "[!] --weekdays value List of weekdays on which to match, sep. by comma\n"
195 const char *sep; local
199 sep = strchr(*arg, delim);
200 if (sep == NULL) {
205 snprintf(buf, buflen, "%.*s", (unsigned int)(sep - *arg), *arg);
206 *arg = sep + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dxmlwf.c173 const XML_Char *sep; local
176 sep = tcsrchr(name, NSSEP);
177 if (sep) {
179 fputts(sep + 1, fp);
197 sep = tcsrchr(name, NSSEP);
199 if (sep) {
201 fputts(sep + 1, fp);
206 if (sep) {
219 const XML_Char *sep; local
222 sep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dxmlwf.c169 const XML_Char *sep; local
172 sep = tcsrchr(name, NSSEP);
173 if (sep) {
175 fputts(sep + 1, fp);
193 sep = tcsrchr(name, NSSEP);
195 if (sep) {
197 fputts(sep + 1, fp);
202 if (sep) {
215 const XML_Char *sep; local
218 sep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DSString.h220 SString &append(const char *sOther, lenpos_t sLenOther=measure_length, char sep = '\0');
230 SString &appendwithseparator(const char *sOther, char sep) { argument
231 return append(sOther, strlen(sOther), sep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddoc.cpp166 const wxChar sep = 3; // separator character used in string between DSN and DsDesc local
176 KeyString.Printf(_T("%s%c%s"),Dsn, sep, DsDesc);
189 KeyString = KeyString.AfterFirst(sep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlwf.c173 const XML_Char *sep; local
176 sep = tcsrchr(name, NSSEP);
177 if (sep) {
179 fputts(sep + 1, fp);
197 sep = tcsrchr(name, NSSEP);
199 if (sep) {
201 fputts(sep + 1, fp);
206 if (sep) {
219 const XML_Char *sep; local
222 sep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibipt_addrtype.c152 const char *sep = ""; local
157 printf("%s%s", sep, rtn_names[i]);
158 sep = ",";
H A Dlibxt_time.c67 "[!] --weekdays value List of weekdays on which to match, sep. by comma\n"
195 const char *sep; local
199 sep = strchr(*arg, delim);
200 if (sep == NULL) {
205 snprintf(buf, buflen, "%.*s", (unsigned int)(sep - *arg), *arg);
206 *arg = sep + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_join.c112 char *sep, *next, *p; local
121 if (!(sep = strchr(cur, '-'))) {
126 *sep++ = 0;
140 PARSE_CHANNEL(sep, out_channel, "output");
143 "requested channel layout.\n", sep);
151 "'%s'.\n", sep);
H A Daf_channelmap.c160 char *sep = mapping; local
162 while ((sep = strchr(sep, separator))) {
163 if (*++sep) // Allow trailing comma
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dconfigure.c80 RS(flac_cfg.title.sep, sizeof(flac_cfg.title.sep), default_sep);
99 WS(flac_cfg.title.sep);
135 SetDlgItemText(hwnd, IDC_SEP, flac_cfg.title.sep);
150 GetDlgItemText(hwnd, IDC_SEP, flac_cfg.title.sep, sizeof(flac_cfg.title.sep));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dutil.c324 register int v, register int sep)
342 lp->s, sep ? ", " : "");
351 if (!sep) {
323 bittok2str_internal(register const struct tok *lp, register const char *fmt, register int v, register int sep) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_paramhlp.c247 const char *sep = ","; local
285 for(token = strtok(buffer, sep);
287 token = strtok(NULL, sep)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filename/
H A Dfilenametest.cpp271 wxString sep = wxFileName::GetPathSeparator(); local
275 cwd.Replace(sep, wxT("/"));
278 home.Replace(sep, wxT("/"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/helpers/
H A Dtns.c65 int array_size, char sep, char term)
77 else if (*data == sep)
93 array_size, sep);
64 try_number(const char *data, size_t dlen, uint32_t array[], int array_size, char sep, char term) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dnsutils.c55 static u8 acpi_ns_valid_path_separator(char sep);
228 static u8 acpi_ns_valid_path_separator(char sep) argument
231 return ((u8) (sep == '.'));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwbinfo.c37 static char sep; local
40 return sep;
56 sep = response.data.info.winbind_separator;
59 if (!sep) {
65 sep = *lp_winbind_separator();
68 return sep;
1521 const char sep = winbind_separator_int(True); local
1522 if ( !sep ) {
1525 d_printf("%c\n", sep);

Completed in 187 milliseconds

123456789