Searched refs:source (Results 151 - 175 of 1136) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_namelistdb.c46 static void upcase_name( struct nmb_name *target, const struct nmb_name *source )
52 if( NULL != source ) {
53 memcpy( target, source, sizeof( struct nmb_name ) );
120 if( self_only && (name_ret->data.source != SELF_NAME) && (name_ret->data.source != PERMANENT_NAME) ) {
126 DEBUG( 9, ("find_name_on_subnet: on subnet %s - found name %s source=%d\n",
127 subrec->subnet_name, nmb_namestr(nmbname), name_ret->data.source) );
188 enum name_source source,
229 /* Data source. */
230 namerec->data.source
183 add_name_to_subnet( struct subnet_record *subrec, const char *name, int type, uint16 nb_flags, int ttl, enum name_source source, int num_ips, struct in_addr *iplist) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/utils/
H A Dbuildrpm3 source=.
4 version=`cat $source/../version`
5 package=$source/../../alsa-lib-$version.tar.bz2
18 package=$source/../alsa-lib-$version.tar.bz2
27 if [ ! -r $source/buildrpm ]; then
28 echo "Error: invalid directory: $source"
37 if [ ! -r $source/alsa-lib.spec ]; then
38 cd $source/..
43 cp -fv $source/alsa-lib.spec ${packagedir}/SPECS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-memory.c322 source_string (BlockSource source) argument
324 switch (source)
337 _dbus_assert_not_reached ("Invalid malloc block source ID");
349 BlockSource source = *(dbus_uint32_t*)(block + 4); local
356 _dbus_verbose ("Checking %d bytes request from source %s\n",
357 requested_bytes, source_string (source));
367 (long) requested_bytes, source_string (source),
382 (long) requested_bytes, source_string (source),
402 BlockSource source)
413 *((dbus_uint32_t*)(block + 4)) = source;
400 set_guards(void *real_block, size_t requested_bytes, BlockSource source) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DFSpCompat.h22 not permitted to do is to redistribute the source as "DSC Sample Code"
23 after having made changes. If you're going to re-distribute the source,
24 we require that you make it clear in the source that the code was
424 const FSSpec * source,
432 source input: An FSSpec record specifying the file or directory.
434 of the directory into which the source file or
459 const FSSpec * source,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DFSpCompat.h22 not permitted to do is to redistribute the source as "DSC Sample Code"
23 after having made changes. If you're going to re-distribute the source,
24 we require that you make it clear in the source that the code was
424 const FSSpec * source,
432 source input: An FSSpec record specifying the file or directory.
434 of the directory into which the source file or
459 const FSSpec * source,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dbookctrl.cpp329 wxWindow *source = wxStaticCast(event.GetEventObject(), wxWindow); local
330 while ( source && source != this && source->GetParent() != this )
332 source = source->GetParent();
335 if ( source && m_pages.Index(source) == wxNOT_FOUND )
351 else // event from keyboard or unknown source
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dutilsgtk.cpp133 void GTK_EndProcessDetector(gpointer data, gint source, argument
156 close(source);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtable.tex4 a table contained within the associated ODBC data source
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h41 wxHtmlTagsCache(const wxString& source);
63 // The tag begins (with '<' character) at position pos in source
66 const wxString& source, int pos, int end_pos,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dezusb_convert.pl37 * This file is presumed to be under the same copyright as the source file
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dip.cpp46 memcpy(&source, data + 12, 4);
62 << "Source: " << inet_ntoa(*((in_addr *)&rhs.source)) << std::endl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2acl.c235 static void acl_mkpath(char *buffer, const char *source) argument
243 if (isalpha((int)source[0]) && source[1] == ':')
258 if (source[0] == '/' || source[0] == '\\')
260 if (source[1] == '/' || source[1] == '\\')
276 strcat(buffer, source);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/examples/
H A Dlimagemagic.lua55 event.source..p..'" "'..
56 event.source..base..'.'..k..
79 'rm "'..event.source..base..'.'..k..
118 sync{convert, source="magicdir", subdirs=false}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbmv.c53 static int decode_bmv_frame(const uint8_t *source, int src_len, uint8_t *frame, int frame_off) argument
57 const uint8_t *src, *source_end = source + src_len;
71 src = source;
75 src = source + src_len - 1;
91 if (src < source || src >= source_end)
102 if (src < source || src >= source_end)
159 if (source + src_len - src < len)
165 if (src - source < len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2acl.c235 static void acl_mkpath(char *buffer, const char *source) argument
243 if (isalpha((int)source[0]) && source[1] == ':')
258 if (source[0] == '/' || source[0] == '\\')
260 if (source[1] == '/' || source[1] == '\\')
276 strcat(buffer, source);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-dove/include/mach/
H A Dentry-macro.S36 @ find first active interrupt source
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/include/mach/
H A Dentry-macro.S37 @ find first active interrupt source
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample_template.c73 static void RENAME(resample_one)(void *dest, const void *source, argument
77 const DELEM *src = source;
87 void *dest, const void *source,
91 const DELEM *src = source;
127 void *dest, const void *source,
131 const DELEM *src = source;
86 resample_common(ResampleContext *c, void *dest, const void *source, int n, int update_ctx) argument
126 resample_linear(ResampleContext *c, void *dest, const void *source, int n, int update_ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.h175 bool Hack_GetValueIntoConstReference(const NameValuePairs &source, const char *name, const R &value) argument
177 return source.GetValue(name, const_cast<R &>(value));
184 AssignFromHelperClass(T *pObject, const NameValuePairs &source) argument
185 : m_pObject(pObject), m_source(source), m_done(false)
187 if (source.GetThisObject(*pObject))
190 pObject->BASE::AssignFrom(source);
229 AssignFromHelperClass<T, BASE> AssignFromHelper(T *pObject, const NameValuePairs &source, BASE *dummy=NULL) argument
231 return AssignFromHelperClass<T, BASE>(pObject, source);
235 AssignFromHelperClass<T, T> AssignFromHelper(T *pObject, const NameValuePairs &source) argument
237 return AssignFromHelperClass<T, T>(pObject, source);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dhotplug_usb2.c420 char source[128]; local
553 //set up source
556 snprintf(source, 128, "/dev/sd%c", diskName);
558 snprintf(source, 128, "/dev/sd%c%d", diskName,i);
576 //rval = mount(source, target, "vfat", 0, NULL);
577 rval = mount(source, target, "vfat",0, "iocharset=utf8"); //stanley add,09/14/2009
585 snprintf(buf, 128, "/lib/udev/vol_id %s", source);
588 get_vol_id(source);
594 snprintf(buf, 128, "/usr/bin/mlabel -i %s -s ::", source);
602 source, targe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm2000.c455 enum wm2000_anc_mode source; member in struct:__anon19291
461 .source = ANC_OFF,
469 .source = ANC_OFF,
477 .source = ANC_OFF,
486 .source = ANC_ACTIVE,
494 .source = ANC_ACTIVE,
502 .source = ANC_ACTIVE,
510 .source = ANC_BYPASS,
518 .source = ANC_BYPASS,
527 .source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp61 wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source) argument
63 const wxChar *src = source.c_str();
64 int lng = source.length();
220 const wxString& source, int pos, int end_pos,
251 ((c = source[i++]) != wxT(' ') && c != wxT('\r') &&
263 if (source[i-1] != wxT('>'))
282 c = source[i++];
219 wxHtmlTag(wxHtmlTag *parent, const wxString& source, int pos, int end_pos, wxHtmlTagsCache *cache, wxHtmlEntitiesParser *entParser) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dtrace.h189 __field(u8, source)
197 __entry->source = GET_VAL32(hdr->hw_hdr.cmd, UMAC_HDI_IN_CMD_SOURCE);
204 IWM_PR_ARG, __entry->source == UMAC_HDI_IN_SOURCE_FHRX ? "LMAC" :
205 __entry->source == UMAC_HDI_IN_SOURCE_FW ? "UMAC" : "UDMA",
257 __field(u8, source)
266 __entry->source = GET_VAL32(hdr->hw_hdr.cmd, UMAC_HDI_IN_CMD_SOURCE);
273 IWM_PR_ARG, __entry->source == UMAC_HDI_IN_SOURCE_FHRX ?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Ddrv_libxml2.py133 def parse(self, source):
136 # prepare source and create reader
137 if type(source) in StringTypes:
138 reader = libxml2.newTextReaderFilename(source)
140 source = saxutils.prepare_input_source(source)
141 input = libxml2.inputBuffer(source.getByteStream())
142 reader = input.newTextReader(source.getSystemId())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Ddrv_libxml2.py133 def parse(self, source):
136 # prepare source and create reader
137 if type(source) in StringTypes:
138 reader = libxml2.newTextReaderFilename(source)
140 source = saxutils.prepare_input_source(source)
141 input = libxml2.inputBuffer(source.getByteStream())
142 reader = input.newTextReader(source.getSystemId())

Completed in 300 milliseconds

1234567891011>>