Searched refs:perm (Results 151 - 175 of 175) sorted by relevance

1234567

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dnamed.vim82 syn keyword namedIntKeyword contained port perm owner group nextgroup=namedNumber,namedNotNumber skipwhite
H A Drpl.vim258 syntax match rplIntrinsic "\(^\|\s\+\)perm\ze\($\|\s\+\)"
/macosx-10.10.1/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c2506 isc_uint32_t perm, mask; local
2521 * UNIX: Check "perm" for sanity, check path length.
2559 perm = cfg_obj_asuint32(cfg_tuple_get(control, "perm"));
2566 if ((perm & mask) == mask)
/macosx-10.10.1/vim-55/src/
H A Dmisc2.c6224 int perm = 0; local
6228 perm = mch_getperm(fname);
6236 (perm & 0222) &&
H A Dex_cmds.c1755 long perm = -1; local
1818 perm = mch_getperm(fname);
1994 if (perm > 0 && (perm & FILE_ATTRIBUTE_HIDDEN))
2958 * We will send 0777 to check_file_readonly(), as the "perm" variable is
H A Dos_unix.c2641 * set file permission for 'name' to 'perm'
2646 mch_setperm(name, perm)
2648 long perm;
2656 (mode_t)perm) == 0 ? OK : FAIL);
/macosx-10.10.1/OpenSSL098-52/src/
H A DMakefile.org591 find . -type f -perm -0100 -print | xargs chmod a+x
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dtcl.h1553 int perm; /* Corresponds to file permissions. */ member in struct:Tcl_GlobTypeData
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dtcl.h1638 int perm;
1635 int perm; member in struct:Tcl_GlobTypeData
H A DtclIOUtil.c2948 Tcl_Obj* perm = Tcl_NewStringObj("0700",-1);
2949 Tcl_IncrRefCount(perm);
2950 Tcl_FSFileAttrsSet(NULL, 2, copyToPtr, perm);
2951 Tcl_DecrRefCount(perm);
2907 Tcl_Obj* perm = Tcl_NewStringObj("0700",-1); local
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket.c510 isc__socket_permunix(isc_sockaddr_t *sockaddr, isc_uint32_t perm,
4917 isc__socket_permunix(isc_sockaddr_t *sockaddr, isc_uint32_t perm, argument
4943 if (chmod(path, perm) < 0) {
4948 path, perm, strbuf);
4963 UNUSED(perm);
/macosx-10.10.1/ruby-106/ruby/
H A Dvariable.c243 int perm; local
246 path = rb_tmp_class_path(RBASIC(klass)->klass, &perm, cache_path);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dsocket.c4588 isc_socket_permunix(isc_sockaddr_t *sockaddr, isc_uint32_t perm, argument
4614 if (chmod(path, perm) < 0) {
4619 path, perm, strbuf);
4634 UNUSED(perm);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/bootstrap/
H A Dtestsuite1055 find "$at_suite_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
1513 find "$at_group_dir" -type d ! -perm -700 -exec chmod u+rwx {} \;
1634 find "$at_group_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-embed.el779 (and (looking-at "perm-mode: *\\([-a-z]+\\): *\\(\"\\([^\"\n\\]\\|\\\\.\\)*\"\\|[- ()a-zA-Z0-9]+\\)]")
1281 ((eq save-mode 'perm) 14)
H A Dcalc.el1618 ((eq calc-mode-save-mode 'perm) "LocPerm ")
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtramp.el6920 (defun tramp-file-mode-permissions (perm suid suid-text)
6923 (let ((r (> (logand perm 4) 0))
6924 (w (> (logand perm 2) 0))
6925 (x (> (logand perm 1) 0)))
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dsocket.c3756 isc__socket_permunix(isc_sockaddr_t *addr, isc_uint32_t perm, argument
3760 UNUSED(perm);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-score.el555 (char-to-perm
557 '(?p perm "permanent") '(?i now "immediate")))
635 char-to-perm "")))
639 (gnus-score-insert-help "Match permanence" char-to-perm 2)))
644 (unless (setq temporary (cadr (assq pchar char-to-perm)))
709 (if (eq temporary 'perm) ; Temp
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dsocket.c3634 isc_socket_permunix(isc_sockaddr_t *addr, isc_uint32_t perm, argument
3638 UNUSED(perm);
/macosx-10.10.1/cups-408/cups/
H A Dconfigure1585 --with-config-file-perm set default ConfigFilePerm value, default=0640
1586 --with-cupsd-file-perm set default cupsd permissions, default=0500
1587 --with-log-file-perm set default LogFilePerm value, default=0644
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1432 "outer" "output" "over" "paglock" "percent" "perm" "permanent" "pipe"
/macosx-10.10.1/gnutar-453/gnutar/tests/
H A Dtestsuite719 find "$at_suite_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
1198 find "$at_group_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
27186 find "$at_group_dir" -type d ! -perm -700 -exec chmod u+rwx \{\} \;
/macosx-10.10.1/screen-22/screen/
H A Dconfigure5534 found=`find $WRITEPATH $XTERMPATH $findfollow -perm -2000 -print`
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim4022 \ 'sem_get(': 'int key [, int max_acquire [, int perm [, int auto_release]]] | resource',
4081 \ 'shm_attach(': 'int key [, int memsize [, int perm]] | int',

Completed in 553 milliseconds

1234567