Searched refs:link (Results 51 - 75 of 385) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/deskbar/
H A DDeskbarUtils.cpp72 BSymLink link; local
100 dir.CreateSymLink(ref.name, path.Path(), &link);
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-idn-headers.px16 <a href="http://$euc_jp_hostname/">The link</a>
H A DTest-idn-meta.px17 <a href="http://$euc_jp_hostname/">The link</a>
H A DTest-np.px18 Some text and a link to a <a href="http://localhost:{{port}}/firstlevel/secondpage.html">second page</a>.
31 Some text and a link to a <a href="http://localhost:{{port}}/firstlevel/lowerlevel/thirdpage.html">third page</a>.
44 Some text and a link to a <a href="http://localhost:{{port}}/higherlevelpage.html">higher level page</a>.
72 should not be downloaded. Wget should not visit the following link to a
/haiku-fatelf/src/tools/fs_shell/
H A Dlist.h12 /* This header defines a doubly-linked list. It differentiates between a link
14 * A link is what is put into and removed from a list, an item is the whole
15 * object that contains the link. The item doesn't have to be begin with a
16 * link; the offset to the link structure is given to init_list_etc(), so that
20 * you don't have to care about the difference between a link and an item.
39 list_link link; member in struct:FSShell::list
62 return list->link.next == (list_link *)list;
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h41 inline bool IsValidLink(off_t link) const;
104 static inline uint8 LinkType(off_t link);
105 static inline off_t MakeLink(uint8 type, off_t link,
107 static inline bool IsDuplicate(off_t link);
108 static inline off_t FragmentOffset(off_t link);
109 static inline uint32 FragmentIndex(off_t link);
504 bplustree_header::IsValidLink(off_t link) const
506 return link == BPLUSTREE_NULL
507 || (link > 0 && link <
566 LinkType(off_t link) argument
573 MakeLink(uint8 type, off_t link, uint32 fragmentIndex) argument
581 IsDuplicate(off_t link) argument
589 FragmentOffset(off_t link) argument
596 FragmentIndex(off_t link) argument
[all...]
/haiku-fatelf/src/kits/interface/
H A DGraphicsDefs.cpp135 BPrivate::AppServerLink link; local
136 link.StartMessage(AS_GET_BITMAP_SUPPORT_FLAGS);
137 link.Attach<uint32>((uint32)space);
141 if (link.FlushWithReply(code) == B_OK && code == B_OK) {
142 if (link.Read<uint32>(&flags) < B_OK)
/haiku-fatelf/src/servers/app/
H A DServerWindow.h120 View* _CreateView(BPrivate::LinkReceiver &link,
128 BPrivate::LinkReceiver &link);
130 BPrivate::LinkReceiver &link);
132 BPrivate::LinkReceiver &link);
134 BPrivate::LinkReceiver &link);
H A DDrawState.h43 void ReadFontFromLink(BPrivate::LinkReceiver& link);
47 void ReadFromLink(BPrivate::LinkReceiver& link);
48 void WriteToLink(BPrivate::LinkSender& link) const;
H A DAppServer.h44 virtual void _DispatchMessage(int32 code, BPrivate::LinkReceiver& link);
H A DMessageLooper.h38 virtual void _DispatchMessage(int32 code, BPrivate::LinkReceiver &link);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBPlusTree.h42 inline bool IsValidLink(off_t link);
91 static inline uint8 LinkType(off_t link);
92 static inline off_t MakeLink(uint8 type, off_t link, uint32 fragmentIndex = 0);
93 static inline bool IsDuplicate(off_t link);
94 static inline off_t FragmentOffset(off_t link);
95 static inline uint32 FragmentIndex(off_t link);
398 bplustree_header::IsValidLink(off_t link) argument
400 return link == BPLUSTREE_NULL || (link > 0 && link <
458 LinkType(off_t link) argument
465 MakeLink(uint8 type, off_t link, uint32 fragmentIndex) argument
472 IsDuplicate(off_t link) argument
479 FragmentOffset(off_t link) argument
486 FragmentIndex(off_t link) argument
[all...]
/haiku-fatelf/src/kits/app/
H A DApplication.cpp245 BPrivate::AppServerLink link; local
246 link.StartMessage(B_QUIT_REQUESTED);
247 link.Flush();
611 // The link is not used, but we currently borrow its lock
612 BPrivate::AppServerLink link; local
777 BPrivate::AppServerLink link; local
778 link.StartMessage(AS_SHOW_CURSOR);
779 link.Flush();
786 BPrivate::AppServerLink link; local
787 link
795 BPrivate::AppServerLink link; local
804 BPrivate::AppServerLink link; local
825 BPrivate::AppServerLink link; local
1193 BPrivate::AppServerLink link; local
1204 BPrivate::AppServerLink link; local
[all...]
/haiku-fatelf/headers/private/interface/
H A DViewPrivate.h94 void UpdateServerFontState(BPrivate::PortLink &link);
95 void UpdateServerState(BPrivate::PortLink &link);
97 void UpdateFrom(BPrivate::PortLink &link);
/haiku-fatelf/headers/private/kernel/util/
H A DDoublyLinkedList.h95 return (Link*)&element->link;
100 return (const Link*)&element->link;
439 Link* link = sGetLink(element); local
441 link->next = before;
442 link->previous = beforeLink->previous;
445 if (link->previous != NULL)
446 sGetLink(link->previous)->next = element;
476 Link* link = sGetLink(element); local
478 link->previous = insertAfter;
479 link
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp244 change_item *next = changeItem->link;
359 rescanItem = rescanItem->link;
368 rescanItem->link = *rescanList;
373 element = element->link;
398 rescan_item *next = rescanItem->link;
434 element = element->link;
455 info->link = NULL;
459 while (element->link)
460 element = element->link;
462 element->link
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dlink.c4 /* Emulate link on platforms that lack it, namely native Windows platforms.
57 link (const char *file1, const char *file2) function
101 /* Now create the link. */
150 # error "This platform lacks a link function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib."
155 # undef link macro
157 /* Create a hard link from FILE1 to FILE2, working around platform bugs. */
167 /* Let link() decide whether hard-linking directories is legal.
168 If stat() fails, then link() should fail for the same reason
169 (although on Solaris 9, link("file/","oops") mistakenly
182 /* Fix Cygwin 1.5.x bug where link("
[all...]
H A Dlinkat.c1 /* Create a hard link relative to open directories.
49 /* Create a link. If FILE1 is a symlink, either create a hardlink to
52 # define link_immediate link
61 an identical symlink behaves like a hard link to a symlink,
94 return link (file1, file2);
98 /* Create a link. If FILE1 is a symlink, create a hardlink to the
101 # define link_follow link
158 result = link (name, file2);
169 /* Create a link to FILE1, in the directory open on descriptor FD1, to FILE2,
192 /* Create a link
[all...]
/haiku-fatelf/src/servers/net/
H A DAutoconfigLooper.cpp96 BNetworkAddress link; local
98 if (interface.GetHardwareAddress(link) == B_OK) {
100 uint8* mac = link.LinkLevelAddress();
154 // Reconfigure the interface when we have a link again
/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c89 struct pending *link = list;
93 while (link->next) link = link->next;
94 link->next = free_pendings;
107 struct pending *link;
113 /* We keep PENDINGSIZE symbols in each link of the list. If we
114 don't have a link with room in it, add a new link. */
119 link
86 struct pending *link = list; local
104 struct pending *link; local
686 struct subfile_stack *link = subfile_stack; local
[all...]
/haiku-fatelf/headers/os/storage/
H A DSymLink.h18 \brief A symbolic link in the filesystem
29 BSymLink(const BSymLink &link);
/haiku-fatelf/headers/private/app/
H A DAppMisc.h34 status_t create_desktop_connection(ServerLink* link, const char* name,
/haiku-fatelf/src/add-ons/kernel/drivers/printer/usb/
H A Dusb_printer.h42 link; member in struct:printer_device_s
/haiku-fatelf/src/bin/bash/lib/sh/
H A Drename.c63 if (link (from, to) < 0)
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dcallout.h17 struct list_link link; member in struct:callout

Completed in 147 milliseconds

1234567891011>>