link 262 lib-src/ebrowse.c struct link *next; /* Next in list or NULL. */ link 271 lib-src/ebrowse.c struct link *aliasee; /* List of aliased namespaces (A::B::C...). */ link 283 lib-src/ebrowse.c struct link *subs; /* List of subclasses. */ link 284 lib-src/ebrowse.c struct link *supers; /* List of superclasses. */ link 600 lib-src/ebrowse.c struct link *lnk, *lnk2, *p, *prev; link 611 lib-src/ebrowse.c lnk = (struct link *) xmalloc (sizeof *lnk); link 612 lib-src/ebrowse.c lnk2 = (struct link *) xmalloc (sizeof *lnk2); link 940 lib-src/ebrowse.c struct link *p; link 1022 lib-src/ebrowse.c static struct link * link 1025 lib-src/ebrowse.c struct link *p = NULL; link 1047 lib-src/ebrowse.c register_namespace_alias (char *new_name, struct link *old_name) link 1277 lib-src/ebrowse.c for (struct link *lk = root->subs; lk; lk = lk->next) link 2374 lib-src/ebrowse.c static struct link * link 2377 lib-src/ebrowse.c struct link *head = NULL; link 2378 lib-src/ebrowse.c struct link *cur = NULL; link 2379 lib-src/ebrowse.c struct link *tmp = NULL; link 2387 lib-src/ebrowse.c tmp = (struct link *) xmalloc (sizeof *cur); link 2989 lib-src/ebrowse.c struct link *pna = check_namespace_alias (id); link 3391 lib-src/ebrowse.c struct link *qna = match_qualified_namespace_alias (); link 304 lib-src/movemail.c tem = link (tempname, lockname); link 188 lib/canonicalize-lgpl.c struct scratch_buffer link; link 307 lib/canonicalize-lgpl.c buf = bufs->link.data; link 308 lib/canonicalize-lgpl.c idx_t bufsize = bufs->link.length; link 312 lib/canonicalize-lgpl.c if (!scratch_buffer_grow (&bufs->link)) link 434 lib/canonicalize-lgpl.c scratch_buffer_init (&bufs.link); link 436 lib/canonicalize-lgpl.c scratch_buffer_free (&bufs.link); link 1673 lib/unistd.in.h _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2) link 1675 lib/unistd.in.h _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2)); link 1678 lib/unistd.in.h _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2) link 1681 lib/unistd.in.h _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2)); link 1683 lib/unistd.in.h _GL_CXXALIASWARN (link); link 1687 lib/unistd.in.h _GL_WARN_ON_USE (link, "link is unportable - " link 2885 src/fileio.c if (link (SSDATA (encoded_file), SSDATA (encoded_newname)) == 0) link 2895 src/fileio.c if (link (SSDATA (encoded_file), SSDATA (encoded_newname)) == 0) link 171 src/filelock.c if (link (old, new) == 0) link 804 src/pdumper.c Lisp_Object link = Fcons (value, tailq->head); link 805 src/pdumper.c tailq->head = link; link 807 src/pdumper.c tailq->tail = link; link 6409 src/w32.c char link[MAX_UTF8_PATH]; link 6425 src/w32.c filename_from_utf16 (link_w, link); link 6434 src/w32.c filename_from_ansi (link_a, link); link 6436 src/w32.c link_len = strlen (link); link 6443 src/w32.c while (link_len > 3 && IS_DIRECTORY_SEP (link[link_len-1])) link 6444 src/w32.c link[link_len--] = '\0'; link 6446 src/w32.c res = readlink (link, target, MAX_UTF8_PATH); link 6455 src/w32.c char *p = link + link_len; link 6457 src/w32.c while (p > link && !IS_ANY_SEP (p[-1])) link 6460 src/w32.c strcpy (target, link); link 6469 src/w32.c filename_from_utf16 (link_w, link); link 6476 src/w32.c filename_from_ansi (link_a, link); link 6478 src/w32.c link_len = strlen (link);