Searched refs:link (Results 226 - 250 of 385) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libcoreutils --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=gnulib-tests --aux-dir=build-aux --with-tests --avoid=canonicalize-lgpl --avoid=dummy --no-libtool --macro-prefix=gl acl alloca announce-gen areadlink-with-size argmatch argv-iter assert atexit autobuild backupfile base64 c-strcase c-strtod c-strtold calloc canon-host canonicalize chown cloexec closein closeout config-h configmake crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 cycle-check d-ino d-type diacrit dirfd dirname do-release-commit-and-tag dup2 environ error euidaccess exclude exitfail faccessat fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu fopen-safer fprintftime freopen freopen-safer fseeko fsusage fsync ftello ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt-gnu getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell git-version-gen gitlog-to-changelog gnu-make gnu-web-doc-update gnumakefile gnupload group-member hard-locale hash hash-pjw host-os human idcache ignore-value inttostr inttypes isapipe isblank lchmod lchown lib-ignore linebuffer link link-follow linkat long-options lstat maintainer-makefile malloc manywarnings mbrtowc mbsalign mbswidth memcasecmp memchr memcmp memcmp2 memcpy memmove mempcpy memrchr memset mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort nproc obstack pathmax perl physmem posix-shell posixtm posixver priv-set progname propername putenv quote quotearg raise randint randperm readlink readtokens readtokens0 readutmp realloc regex remove rename rmdir root-dev-ino rpmatch safe-read same save-cwd savedir savewd selinux-at settime sig2str sigaction ssize_t stat-macros stat-time stdbool stdlib-safer stpcpy stpncpy strcspn strdup-posix strftime strpbrk strsignal strtod strtoimax strtol strtoumax symlink sys_stat timespec tzset uname unicodeio unistd-safer unlink-busy unlocked-io unsetenv update-copyright uptime useless-if-before-free userspec utimecmp utimens vasprintf-posix vc-list-files verify verror version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xfreopen xgetcwd xgethostname xmemcoll xnanosleep xprintf xprintf-posix xreadlink xstrtod xstrtoimax xstrtol xstrtold xstrtoumax yesno
1590 ## begin gnulib module link
1593 EXTRA_DIST += link.c
1595 EXTRA_libcoreutils_a_SOURCES += link.c
1597 ## end gnulib module link
1599 ## begin gnulib module link-warning
1606 BUILT_SOURCES += link-warning.h
1607 # The link-warning.h that gets inserted into generated .h files is the same as
1608 # build-aux/link
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dlinker.c52 <<bfdlink.h>>) which holds information relevant to the link,
92 link the symbol index used in the output file can be quickly
122 link.
138 Normally all the files involved in a link will be of the same
139 format, but it is also possible to link together different
222 included in the link. For each such element it must call the
235 element to the link and to do the actual work of adding the
241 element should be included in the link. If the element is to
269 Performing the final link
308 link
[all...]
/haiku-fatelf/src/kits/interface/
H A DWindow.cpp430 // a different link and server side thread)
767 // Redirect our link to the new window connection
976 BPrivate::AppServerLink link; local
977 link.StartMessage(AS_GET_WORKSPACE_LAYOUT);
982 if (link.FlushWithReply(status) != B_OK || status != B_OK)
985 link.Read<int32>(&columns);
986 link.Read<int32>(&rows);
1003 BPrivate::AppServerLink link; local
1004 link.StartMessage(AS_ACTIVATE_WORKSPACE);
1005 link
[all...]
H A DMenu.cpp2948 BPrivate::AppServerLink link;
2949 link.StartMessage(AS_SET_MENU_INFO);
2950 link.Attach<menu_info>(*info);
2953 if (link.FlushWithReply(status) == B_OK && status == B_OK)
2967 BPrivate::AppServerLink link;
2968 link.StartMessage(AS_GET_MENU_INFO);
2971 if (link.FlushWithReply(status) == B_OK && status == B_OK)
2972 link.Read<menu_info>(info);
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp807 write_buffer **link = &fWriteBuffers; local
819 link = &other->next;
868 element->next = *link;
871 *link = element;
1169 write_buffer **link = &fWriteBuffers; local
1177 link = &buffer->next;
1194 *link = newBuffer;
1201 link = &buffer->next;
1206 *link = NULL;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dkernel_interface_r5.cpp161 &bfs_link, // link
1072 Inode *link; local
1074 status = Inode::Create(&transaction, directory, name, S_SYMLINK | 0777, 0, 0, &id, &link);
1080 strcpy(link->Node()->short_symlink, path);
1081 status = link->WriteBack(&transaction);
1083 link->Node()->flags |= HOST_ENDIAN_TO_BFS_INT32(INODE_LONG_SYMLINK | INODE_LOGGED);
1086 status = link->WriteAt(&transaction, 0, (const uint8 *)path, &length);
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh54 # link create a library or an executable
716 link|lin|li|l)
717 shift; set dummy --mode link ${1+"$@"}; shift
755 link) ;;
1300 # We use this script file to make the link, it avoids creating a new file
1547 link)
1549 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
1562 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
1572 -no-install link a not-installable executable
1804 $ECHO "If you ever happen to want to link agains
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c3820 * @alink: a type link
3825 xmlSchemaFreeTypeLinkList(xmlSchemaTypeLinkPtr link) argument
3829 while (link != NULL) {
3830 next = link->next;
3831 xmlFree(link);
3832 link = next;
3954 xmlSchemaFacetLinkPtr next, link; local
3956 link = type->facetSet;
3958 next = link->next;
3959 xmlFree(link);
8872 xmlSchemaTypeLinkPtr link, lastLink = NULL; local
13173 xmlSchemaTypeLinkPtr link, lastLink, newLink; local
17103 xmlSchemaFacetLinkPtr link, cur, last = NULL; local
17641 xmlSchemaTypeLinkPtr link, lastLink, prevLink, subLink, newLink; local
[all...]
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php823 <link rel="shortcut icon" href="http://www.haiku-os.org/sites/haiku-os.org/themes/shijin/favicon.ico" type="image/x-icon" />
828 a:link { color:orange; }
/haiku-fatelf/headers/os/drivers/
H A Dfs_interface.h154 status_t (*read_symlink)(fs_volume* volume, fs_vnode* link, char* buffer,
159 status_t (*link)(fs_volume* volume, fs_vnode* dir, const char* name, member in struct:fs_vnode_ops
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_interface.h170 fssh_status_t (*read_symlink)(fssh_fs_volume *volume, fssh_fs_vnode *link,
175 fssh_status_t (*link)(fssh_fs_volume *volume, fssh_fs_vnode *dir, member in struct:fssh_fs_vnode_ops
/haiku-fatelf/headers/private/kernel/
H A Dthread_types.h74 struct list_link link; member in struct:thread_death_entry
86 struct list_link link; member in struct:team_watcher
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp305 if (!fFSOps->link)
307 return fFSOps->link(fVolumeCookie, dir, name, node);
H A Dfs_interface.h194 beos_op_link (*link); member in struct:beos_vnode_ops
/haiku-fatelf/src/bin/network/wget/src/
H A Dhtml-url.c105 { TAG_LINK, "link", tag_handle_link },
120 /* The link is "inline", i.e. needs to be retrieved for this document
125 /* The link is expected to yield HTML contents. It's important not to
281 /* Base URL is unavailable, and the link does not have a
286 _("%s: Cannot resolve incomplete link %s.\n"),
294 DEBUGP (("%s: link \"%s\" doesn't parse.\n",
316 DEBUGP (("%s: merged link \"%s\" doesn't parse.\n",
398 char *link = tag->attrs[attrind].value;
410 struct urlpos *up = append_url (link, ATTR_POS(tag,attrind,ctx),
477 /* All <link hre
397 char *link = tag->attrs[attrind].value; local
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk86 @echo '<link rev=made href="mailto:bug-ncurses@gnu.org">\' >> subst.sed
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A DKernelUserVolume.cpp250 if (!fFSOps->link)
252 return fFSOps->link(fVolumeCookie, dir, name, node);
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h88 /** Read the target of a symbolic link
118 /** Create a symbolic link */
124 /** Create a hard link to a file */
125 int (*link) (const char *, const char *); member in struct:fuse_operations
/haiku-fatelf/headers/private/userlandfs/legacy/
H A Dfsproto.h175 op_link (*link); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcireg.h336 STAILQ_ENTRY(fwohcidb_tr) link; member in struct:fwohcidb_tr
/haiku-fatelf/src/add-ons/kernel/drivers/network/pegasus/
H A Dif_aue.c345 dev->link = aue_miibus_status(dev) & MII_STATUS_LINK;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wb840/
H A Ddevice.c309 state.media = (data->link ? IFM_ACTIVE : 0) | IFM_ETHER
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dfsproto.h171 op_link (*link); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dfsproto.h168 op_link (*link); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp431 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_LINK, fFS->ops.link);

Completed in 535 milliseconds

1234567891011>>