Searched refs:postfix (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dbitops.h60 #define DEFINE_BITOP(fn, op, prefix, postfix) \
73 postfix \
106 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \
120 postfix \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dby_dir.c273 const char *postfix = ""; local
283 postfix = "";
288 postfix = "r";
350 "%s%08lx.%s%d", ent->dir, h, postfix, k);
353 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dby_dir.c261 const char *postfix=""; local
271 postfix="";
278 postfix="r";
330 postfix,k);
336 postfix,k);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dby_dir.c273 const char *postfix = ""; local
283 postfix = "";
288 postfix = "r";
350 "%s%08lx.%s%d", ent->dir, h, postfix, k);
353 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp169 /** Does the actual work of adding a postfix ... */
170 wxString DoAddPostfix(const wxString& src, const wxString& postfix) argument
173 wxString result = srcFn.GetName() + postfix;
495 CPath CPath::AddPostfix(const wxString& postfix) const
497 wxASSERT(postfix.IsAscii());
500 result.m_printable = ::DoAddPostfix(m_printable, postfix);
501 result.m_filesystem = ::DoAddPostfix(m_filesystem, postfix);
H A DPath.h138 /** Returns a CPath with a postfix before the file-extension. Must be ASCII. */
139 CPath AddPostfix(const wxString& postfix) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddump.c116 static void print_fps(double d, const char *postfix) argument
120 av_log(NULL, AV_LOG_INFO, ", %3.2f %s", d, postfix);
122 av_log(NULL, AV_LOG_INFO, ", %1.0f %s", d, postfix);
124 av_log(NULL, AV_LOG_INFO, ", %1.0fk %s", d / 1000, postfix);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events_filter.c109 struct list_head postfix; member in struct:filter_parse_state
847 INIT_LIST_HEAD(&ps->postfix);
1006 list_add_tail(&elt->list, &ps->postfix);
1022 list_add_tail(&elt->list, &ps->postfix);
1031 while (!list_empty(&ps->postfix)) {
1032 elt = list_first_entry(&ps->postfix, struct postfix_elt, list);
1171 list_for_each_entry(elt, &ps->postfix, list) {
1206 list_for_each_entry(elt, &ps->postfix, list) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am108 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
H A DMakefile763 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
H A DMakefile.in763 net nis openslp pap phpini postfix postgresql ppp-client pptp-client pptp-server \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadTasks.cpp448 wxString postfix = CFormat(wxT("(%u)")) % count; local
450 newName = targetPath.JoinPaths(dstName.AddPostfix(postfix));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmk1mf.pl939 local($var,$files,$location,$postfix)=@_;
956 if (($_ =~ /bss_file/) && ($postfix eq ".h"))
958 else { $pf=$postfix; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmk1mf.pl821 local($var,$files,$location,$postfix)=@_;
838 if (($_ =~ /bss_file/) && ($postfix eq ".h"))
840 else { $pf=$postfix; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmk1mf.pl939 local($var,$files,$location,$postfix)=@_;
956 if (($_ =~ /bss_file/) && ($postfix eq ".h"))
958 else { $pf=$postfix; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/zd1211rw/
H A Dzd_usb.c223 const char* postfix)
228 postfix);
222 get_fw_name(struct zd_usb *usb, char *buffer, size_t size, const char* postfix) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c2450 /* reverse the order of members in the postfix list. This is needed because, */
2500 /* this is the postfix we want */
2501 /* the actual postfix string is kept at the end of the structure */
2502 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); local
2508 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len);
2567 /* this name without a postfix */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Doptions.c2079 const char *postfix = "must be used with --management-client-auth, an --auth-user-pass-verify script, or plugin"; local
2081 msg (M_USAGE, "--client-cert-not-required %s", postfix);
2083 msg (M_USAGE, "--username-as-common-name %s", postfix);
2085 msg (M_USAGE, "--auth-user-pass-optional %s", postfix);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c3355 static void print_fps(double d, const char *postfix){ argument
3357 if (v% 100 ) av_log(NULL, AV_LOG_INFO, ", %3.2f %s", d, postfix);
3358 else if(v%(100*1000)) av_log(NULL, AV_LOG_INFO, ", %1.0f %s", d, postfix);
3359 else av_log(NULL, AV_LOG_INFO, ", %1.0fk %s", d/1000, postfix);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c3048 /* reverse the order of members in the postfix list. This is needed because, */
3112 /* this is the postfix we want */
3113 /* the actual postfix string is kept at the end of the structure */
3114 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); local
3120 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len);
3191 /* this name without a postfix */

Completed in 188 milliseconds