Searched refs:link (Results 251 - 275 of 1066) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_lowlevel.h244 * Read symbolic link
314 * Create a symbolic link
321 * @param link the contents of the symbolic link
325 void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
343 * Create a hard link
354 void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, member in struct:fuse_lowlevel_ops
832 * lookup, mknod, mkdir, symlink, link
872 * Reply with the contents of a symbolic link
878 * @param link symboli
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/
H A Dbuild143 -use -link http://java.sun.com/j2se/1.5.0/docs/api/ \
144 -link http://java.sun.com/javaee/5/docs/api/ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-gcc-internal.c839 * compile-command: "/bin/sh ../libtool --tag=CC --mode=link gcc -o a.out -static -O -g -Wall -I.. -I../gnulib-lib -I../intl -DHAVE_CONFIG_H -DTEST format-gcc-internal.c ../gnulib-lib/libgettextlib.la"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-device.h45 struct list_head link; member in struct:fw_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-ppc/
H A Dptrace.h23 PPC_REG link; member in struct:sys_pt_regs_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dsearch.php5 <link rel="SHORTCUT ICON" href="/favicon.ico">
12 A:link, A:visited, A:active { text-decoration: underline }
16 <body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
237 $link = mysql_connect ("localhost", "nobody"); variable
238 if (!$link) {
241 mysql_select_db("xmlsoft", $link);
447 mysql_close($link);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Ddir.c397 * Code shared between mknod, mkdir, symlink and link
517 const char *link)
520 unsigned len = strlen(link) + 1;
530 req->in.args[1].value = link;
656 /* Contrary to "normal" filesystems it can happen that link
659 will reflect changes in the backing inode (link count,
897 char *link; local
902 link = (char *) __get_free_page(GFP_KERNEL);
903 if (!link) {
904 link
516 fuse_symlink(struct inode *dir, struct dentry *entry, const char *link) argument
925 free_link(char *link) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_extract_all.c59 /* hard link */
60 res = link(file_header->link_target, file_header->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dllc_conn.h63 u16 link; /* network layer link number */ member in struct:llc_sock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dptrace.h35 unsigned long link; member in struct:pt_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Docp.h103 struct list_head link; member in struct:ocp_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr4.h87 } link; /* NF4LNK */ member in union:nfsd4_create::__anon10214
98 #define cr_linklen u.link.namelen
99 #define cr_linkname u.link.name
352 struct nfsd4_link link; member in union:nfsd4_op::__anon10223
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex187 2) vector [floor1_Y] element [0] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
188 3) vector [floor1_Y] element [1] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
266 7) [low_neighbor_offset] = \link{vorbis:spec:low:neighbor}{low_neighbor}([floor1_X_list],[i])
267 8) [high_neighbor_offset] = \link{vorbis:spec:high:neighbor}{high_neighbor}([floor1_X_list],[i])
269 9) [predicted] = \link{vorbis:spec:render:point}{render_point}( vector [floor1_X_list] element [low_neighbor_offset],
367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
375 12) \link{vorbis:spec:render:line}{render_line}( [hx], [hy], [n], [hy], [floor] )
386 the scalar value from [floor] as an offset into the vector \link{vorbis:spec:floor1:inverse:dB:table}{[floor1_inverse_dB_static_table]}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.h77 * @wait_list: adjacent ports in list of ports waiting on link congestion
78 * @congested_link: ptr to congested link port is waiting on
99 struct link *congested_link;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dlease.c154 lv_next = TAILQ_NEXT(lv, link);
399 lv = TAILQ_NEXT(lv, link)) {
419 for (lv = TAILQ_FIRST(&sp->lease_list); lv; lv = TAILQ_NEXT(lv, link)) {
434 for (lv = TAILQ_FIRST(&sp->lease_list); lv; lv = TAILQ_NEXT(lv, link)) {
H A Dlease.h74 TAILQ_ENTRY(dhcp6_iaidaddr) link; member in struct:dhcp6_iaidaddr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile27 LIBTOOL_LINK = $(LIBTOOL) --mode=link
49 # We cannot link with libintl until libiconv is installed. (When we call
55 # So we can link the iconv executable only after we have installed libiconv,
87 # libintl.sl on the link command line. We have to bypass libtool in order to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile170 $(top_srcdir)/../autoconf-lib-link/m4/lib-ld.m4 \
171 $(top_srcdir)/../autoconf-lib-link/m4/lib-link.m4 \
172 $(top_srcdir)/../autoconf-lib-link/m4/lib-prefix.m4 \
242 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gettext_6_prg_CFLAGS) \
248 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gettext_7_prg_CFLAGS) \
260 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(tstgettext_CFLAGS) \
268 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(tstngettext_CFLAGS) \
280 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dlinuxvfs.c448 * The inode of symbolic link is different to data stream.
449 * The data stream become link name. Unless the LONG_SYMLINK
456 char *link; local
465 link = kmalloc(len, GFP_NOFS);
466 if (!link) {
467 link = ERR_PTR(-ENOMEM);
468 } else if (befs_read_lsymlink(sb, data, link, len) != len) {
469 kfree(link);
471 link = ERR_PTR(-EIO);
474 link
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c223 int link; member in struct:fec_enet_private
316 if (!fep->link) {
910 fep->link = 1;
913 fep->link = 0;
946 /* Somehow does the 971 tell me that the link is down
1161 fep->link = 1;
1164 fep->link = 0;
1165 /* Status of link */
1899 if (!fep->link && !fep->old_link) {
1906 if (!fep->link) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dpixels_bfin.S131 link 0;
230 link 0;
289 link 0;
347 link 0;
396 link 0;
446 link 0;
482 link 0;
549 link 0;
650 link 0;
677 link
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A DMakefile87 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(uams_dhx2_pam_la_CFLAGS) \
96 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
104 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(uams_dhx_pam_la_CFLAGS) \
113 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
121 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(uams_gss_la_CFLAGS) \
128 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
134 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(uams_pam_la_CFLAGS) \
141 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
154 $(LIBTOOLFLAGS) --mode=link
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c/
H A Dautoclean.sh29 rm -f m4/lib-link.m4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++/
H A Dautoclean.sh29 rm -f m4/lib-link.m4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dautoclean.sh26 rm -f m4/lib-link.m4

Completed in 312 milliseconds

<<11121314151617181920>>