Home
last modified time | relevance | path

Searched full:alter (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/freebsd-head/usr.bin/renice/
HDrenice.833 .Nd alter priority of running processes
79 Users other than the super-user may only alter the priority of
87 may alter the priority of any process
/freebsd-head/contrib/ncurses/doc/
HDncurses-intro.doc1459 int move_field(FIELD *field, /* field to alter */
1468 int set_field_just(FIELD *field, /* field to alter */
1487 int set_field_fore(FIELD *field, /* field to alter */
1492 int set_field_back(FIELD *field, /* field to alter */
1497 int set_field_pad(FIELD *field, /* field to alter */
1502 int set_new_page(FIELD *field, /* field to alter */
1517 int set_field_opts(FIELD *field, /* field to alter */
1520 int field_opts_on(FIELD *field, /* field to alter */
1523 int field_opts_off(FIELD *field, /* field to alter */
1603 int set_field_status(FIELD *field, /* field to alter */
[all …]
/freebsd-head/lib/libsys/
HDsemget.284 Alter access for user.
88 Alter access for group.
92 Alter access for other.
HDsemop.295 is positive and the process has alter permission,
111 is negative and the process has alter permission,
/freebsd-head/sys/sys/
HDsem.h97 #define SETVAL 8 /* Set the value of semval to arg.val {ALTER} */
98 #define SETALL 9 /* Set semvals from arg.array {ALTER} */
105 #define SEM_A IPC_W /* alter permission */
/freebsd-head/lib/libutil/
HDfparseln.356 alter this behaviour.
101 If non-zero, alter the operation of
/freebsd-head/contrib/libpcap/
HDoptimize.c767 vstore(struct stmt *s, bpf_u_int32 *valp, bpf_u_int32 newval, int alter) in vstore() argument
769 if (alter && newval != VAL_UNKNOWN && *valp == newval) in vstore()
1181 * anything it defines in the value table 'val'. If 'alter' is true,
1186 opt_stmt(opt_state_t *opt_state, struct stmt *s, bpf_u_int32 val[], int alter) in opt_stmt() argument
1197 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1204 if (alter && opt_state->vmap[v].is_const) { in opt_stmt()
1216 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1221 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1226 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1231 vstore(s, &val[X_ATOM], v, alter); in opt_stmt()
[all …]
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
HDxattr_007_neg.ksh45 # 4. Verify we're unable to alter the xattr on the first file
71 # we shouldn't be able to alter the first file's xattr
/freebsd-head/share/doc/psd/05.sysman/
HD1.6.t37 or to alter this priority using the calls:
128 alter \fIrlim_cur\fP within the range from 0 to \fIrlim_max\fP
/freebsd-head/contrib/ncurses/doc/html/
HDncurses-intro.html2017 int move_field(FIELD *field, /* field to alter */
2029 int set_field_just(FIELD *field, /* field to alter */
2052 int set_field_fore(FIELD *field, /* field to alter */
2057 int set_field_back(FIELD *field, /* field to alter */
2062 int set_field_pad(FIELD *field, /* field to alter */
2067 int set_new_page(FIELD *field, /* field to alter */
2085 int set_field_opts(FIELD *field, /* field to alter */
2088 int field_opts_on(FIELD *field, /* field to alter */
2091 int field_opts_off(FIELD *field, /* field to alter */
2189 int set_field_status(FIELD *field, /* field to alter */
[all …]
/freebsd-head/tests/sys/cddl/zfs/tests/xattr/
HDxattr_007_neg.ksh43 # 4. Verify we're unable to alter the xattr on the first file
79 # we shouldn't be able to alter the first file's xattr
/freebsd-head/bin/pax/
HDoptions.h86 * ascii string indexed by bit position above (alter the above and you must
87 * alter this string) used to tell the user what flags caused us to complain
/freebsd-head/contrib/kyua/store/
HDmigrate_v1_v2.sql76 ALTER TABLE new_metadata RENAME TO metadata;
113 ALTER TABLE new_test_programs RENAME TO test_programs;
117 ALTER TABLE test_cases ADD COLUMN metadata_id INTEGER;
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnosticOptions.h111 /// The list of -W... options used to alter the diagnostic mappings, with the
119 /// The list of -R... options used to alter the diagnostic mappings, with the
HDNoSanitizeList.h10 // User-provided list of ignored entities used to disable/alter
/freebsd-head/tests/sys/ses/
HDMakefile8 # Some tests cases alter enclosure state, so they can't run concurrently.
/freebsd-head/sbin/ipf/ipscan/
HDipscan.826 calls or doing anything which would alter the currently running kernel.
/freebsd-head/contrib/pnglite/
HDLICENSE10 including commercial applications, and to alter it and redistribute it
/freebsd-head/sys/contrib/zlib/
HDLICENSE10 including commercial applications, and to alter it and redistribute it
/freebsd-head/sbin/ipf/ipnat/
HDipnat.132 calls or doing anything which would alter the currently running kernel.
HDipnat.852 calls or doing anything which would alter the currently running kernel.
/freebsd-head/sys/contrib/openzfs/module/zstd/
HDREADME.md7 intentionally unmodified. Please do not alter the file containing the zstd
/freebsd-head/crypto/openssl/doc/man3/
HDSSL_CONF_CTX_set1_prefix.pod20 Command prefixes alter the commands recognised by subsequent SSL_CONF_cmd()
/freebsd-head/contrib/ncurses/ncurses/tinfo/
HDlib_setup.c420 TTY alter = saved; in _nc_check_screensize() local
433 alter.c_lflag &= (unsigned) ~(ECHO | ICANON | ISIG | IEXTEN); in _nc_check_screensize()
434 alter.c_iflag &= (unsigned) ~(IXON | BRKINT | PARMRK); in _nc_check_screensize()
435 alter.c_cc[VMIN] = 0; in _nc_check_screensize()
436 alter.c_cc[VTIME] = 1; in _nc_check_screensize()
437 SET_TTY(fd, &alter); in _nc_check_screensize()
/freebsd-head/usr.bin/file/
HDMakefile9 # any computer system, and to alter it and redistribute it freely, subject

12345678910>>...15