Searched refs:share (Results 1 - 25 of 666) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/samples/
H A Dsample.script7 exec /usr/share/udhcpc/sample.$1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/examples/udhcp/
H A Dsample.script7 exec /usr/share/udhcpc/sample.$1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dshare.c27 #include "share.h"
37 struct Curl_share *share = calloc(1, sizeof(struct Curl_share)); local
38 if(share)
39 share->specifier |= (1<<CURL_LOCK_DATA_SHARE);
41 return share;
48 struct Curl_share *share = (struct Curl_share *)sh; local
55 if(share->dirty)
57 using this share */
64 /* this is a type this share will share */
177 struct Curl_share *share = (struct Curl_share *)sh; local
223 struct Curl_share *share = data->share; local
240 struct Curl_share *share = data->share; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/lockd/
H A Dsvcshare.c17 #include <linux/lockd/share.h>
20 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) argument
22 return share->s_owner.len == oh->len
23 && !memcmp(share->s_owner.data, oh->data, oh->len);
30 struct nlm_share *share; local
34 for (share = file->f_shares; share; share = share->s_next) {
35 if (share
71 struct nlm_share *share, **shpp; local
94 struct nlm_share *share, **shpp; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/
H A DMakefile.am22 SUBDIRS = FLAC $(CPPLIBS_DIRS) share test_libs_common
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmbprint34 # share=PC_SERVER
40 # share=\\server\deskjet
54 # share
61 share=`echo $share | sed "s/[\]/\//g"`
80 #echo $share $password $translate $x_command > /tmp/smbprint.log
82 cat | /usr/bin/smbclient "$share" "$password" -E ${hostip:+-I} \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/hotplug2/docs/
H A DMakefile10 $(INSTALL) $(wildcard *.8) /usr/share/man/man8/
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/lib/
H A Denv-single.exp9 # These are stored in the Tcl variables $server, $share and $user
24 catch {set share "$env(TEST_SHARE)"} tmp
36 verbose "Single machine is //$server/$share -U $user"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_analysis/
H A DMakefile.lite8 INCLUDES = -I$(topdir)/include/share
H A DMakefile.am5 INCLUDES = -I$(top_srcdir)/include/share
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib506.c34 CURLSH *share; member in struct:Tdata
55 what = "share";
79 what = "share";
123 curl_easy_setopt(curl, CURLOPT_SHARE, tdata->share);
155 CURLSH *share; local
169 /* prepare share */
171 if ((share = curl_share_init()) == NULL) {
179 scode = curl_share_setopt( share, CURLSHOPT_LOCKFUNC, my_lock);
183 scode = curl_share_setopt( share, CURLSHOPT_UNLOCKFUNC, my_unlock);
187 scode = curl_share_setopt( share, CURLSHOPT_USERDAT
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/cuesheet/
H A DMakefile.am27 $(top_builddir)/src/share/grabbag/libgrabbag.la \
28 $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/libcharset/tools/
H A Dall-locales17 cd /usr/share/locale && ls -1
20 cd /usr/share/locale && ls -1 */LC_CTYPE | sed -e 's,/LC_CTYPE$,,'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/debian/
H A Dmtools.postinst19 infodir=/usr/share/info
H A Dmtools.prerm19 infodir=/usr/share/info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A DMakefile.am46 $(top_builddir)/src/share/grabbag/libgrabbag.la \
47 $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
48 $(top_builddir)/src/share/getopt/libgetopt.a \
49 $(top_builddir)/src/share/utf8/libutf8.la \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A DMakefile.am49 $(top_builddir)/src/share/grabbag/libgrabbag.la \
50 $(top_builddir)/src/share/getopt/libgetopt.a \
51 $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
52 $(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
53 $(top_builddir)/src/share/utf8/libutf8.la \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/
H A DMakefile.am28 share \
H A DMakefile.lite18 .PHONY: all flac libFLAC libFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libs_common test_libFLAC test_libFLAC++ test_seeking test_streams
19 all: flac libFLAC libFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libs_common test_libFLAC test_libFLAC++ test_seeking test_streams
33 flac libFLAC libFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libs_common test_libFLAC test_libFLAC++ test_seeking test_streams:
43 -(cd share ; $(MAKE) -f Makefile.lite clean)
51 flac: libFLAC share
53 metaflac: libFLAC share
56 share: libFLAC
57 test_grabbag: share
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A DMakefile.am61 $(top_builddir)/src/share/grabbag/libgrabbag.la \
62 $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
63 $(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
64 $(top_builddir)/src/share/utf8/libutf8.la \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A DMakefile.lite8 INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A DMakefile.lite8 INCLUDES = -I./include -I$(topdir)/include -I$(topdir)/include/share
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A DMakefile.lite8 INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/picture/
H A DMakefile.am27 $(top_builddir)/src/share/grabbag/libgrabbag.la \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/
H A Dbootstrap.sh34 cp /usr/local/share/aclocal/libtool15.m4 common
35 cp /usr/local/share/aclocal/pkg.m4 common

Completed in 120 milliseconds

1234567891011>>