Home
last modified time | relevance | path

Searched refs:access (Results 51 – 75 of 424) sorted by relevance

12345678910>>...17

/dragonfly/contrib/gcc-4.7/libiberty/
H A Dmake-relative-prefix.c284 if (! access (nstore, X_OK) in make_relative_prefix_1()
286 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK) in make_relative_prefix_1()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dmake-relative-prefix.c287 if (! access (nstore, X_OK) in make_relative_prefix_1()
289 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK) in make_relative_prefix_1()
/dragonfly/contrib/gdb-7/gdb/config/tilegx/
H A Dlinux.mh10 # The dynamically loaded libthread_db needs access to symbols in the
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-emutls.c67 tree access; member
399 tree addr = data->access; in gen_emutls_addr()
427 data->access = addr; in gen_emutls_addr()
607 data->access = NULL; in reset_access()
/dragonfly/tools/regression/bin/sh/parameters/
H A Dmail1.02 # Test that a non-interactive shell does not access $MAIL.
/dragonfly/contrib/byacc/
H A Dmain.c734 if (((tmpdir = getenv("TMPDIR")) == 0 || access(tmpdir, W_OK) != 0) || in open_tmpfile()
735 ((tmpdir = getenv("TEMP")) == 0 || access(tmpdir, W_OK) != 0)) in open_tmpfile()
742 if (access(tmpdir, W_OK) != 0) in open_tmpfile()
/dragonfly/contrib/grep/lib/
H A Dopenat-proc.c89 proc_status = access (dotdot_buf, F_OK) ? -1 : 1; in openat_proc_name()
/dragonfly/share/examples/etc/
H A DREADME.examples30 hosts.allow - host access control configuration (see tcpd(8))
35 login.access - configuration file for login(8)
/dragonfly/bin/mv/
H A Dmv.c180 if (!fflg && !access(to, F_OK)) { in do_move()
197 } else if (access(to, W_OK) && !stat(to, &sb) && isatty(STDIN_FILENO)) { in do_move()
/dragonfly/contrib/cvs-1.12/src/
H A Drcs.c492 if (rdata->access) in RCS_reparsercsfile()
947 free (rnode->access); in free_rcsnode_contents()
6144 char *access, *a; in RCS_addaccess() local
6153 access = xstrdup (rcs->access); in RCS_addaccess()
6158 free (access); in RCS_addaccess()
6162 free (access); in RCS_addaccess()
6163 rcs->access = xrealloc (rcs->access, in RCS_addaccess()
6192 p = rcs->access; in RCS_delaccess()
6220 return rcs->access; in RCS_getaccess()
8037 if (rcs->access) in RCS_putadmin()
[all …]
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h59 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) struct __hack argument
60 #define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) struct __hack argument
61 #define SYSCTL_LONG(parent, nbr, name, access, ptr, val, descr) struct __hack argument
/dragonfly/usr.bin/which/
H A Dwhich.c107 if (access(candidate, X_OK) == 0 && in is_there()
/dragonfly/contrib/elftoolchain/
H A DRELEASE-NOTES41 **libdwarf** DWARF access library.
42 **libelf** ELF access library.
/dragonfly/contrib/cvs-1.12/contrib/
H A Drcslock.in186 if ( /^access list:/ )
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-dump.c296 tree access = (accesses ? VEC_index (tree, accesses, ix) in dequeue_and_dump() local
300 if (access == access_public_node) in dequeue_and_dump()
302 else if (access == access_protected_node) in dequeue_and_dump()
304 else if (access == access_private_node) in dequeue_and_dump()
H A Dgcc-ar.c74 if (access (plugin, R_OK)) in main()
/dragonfly/contrib/lvm2/dist/
H A DREADME11 To access the CVS tree use:
/dragonfly/usr.sbin/lpr/lpr/
H A Dlpr.c449 ret = access(dfname, R_OK); in main()
701 if (access(file, 4) < 0) { in test()
767 if (access(directory, W_OK) == 0) { in checkwriteperm()
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsbase.h393 struct access { struct
395 struct access * nextaccess; argument
667 extern struct access * AccessList;
/dragonfly/games/battlestar/
H A Dcommand4.c232 (location[position].access || position == FINAL); in throw()
258 location[position].access = 1; in throw()
H A Dcypher.c66 if (location[position].access || wiz || tempwiz) { in cypher()
67 if (!location[position].access) { in cypher()
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Darchiver.c124 if ((access(vg->cmd->archive_params->dir, R_OK | W_OK | X_OK) == -1) && in archive()
228 if ((access(vg->cmd->backup_params->dir, R_OK | W_OK | X_OK) == -1) && in backup_locally()
/dragonfly/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_server.c104 if (access((char *)&buf, R_OK) == -1) {
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dnumeric82 // Parallel algorithm for random access iterators.
185 // Parallel algorithm for random access iterators.
337 // Parallel algorithm for random access iterators.
412 // Parallel algorithm for random access iterators.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dnumeric82 // Parallel algorithm for random access iterators.
184 // Parallel algorithm for random access iterators.
335 // Parallel algorithm for random access iterators.
410 // Parallel algorithm for random access iterators.

12345678910>>...17