Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd/contrib/ncurses/doc/
H A Dncurses-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/usr.bin/renice/
H A Drenice.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/lib/libsys/
H A Dsemget.284 Alter access for user.
88 Alter access for group.
92 Alter access for other.
H A Dsemop.295 is positive and the process has alter permission,
111 is negative and the process has alter permission,
/freebsd/sys/sys/
H A Dsem.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/lib/libutil/
H A Dfparseln.356 alter this behaviour.
101 If non-zero, alter the operation of
/freebsd/contrib/libpcap/
H A Doptimize.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/share/doc/psd/05.sysman/
H A D1.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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_007_neg.ksh44 # 4. Verify we're unable to alter the xattr on the first file
70 # we shouldn't be able to alter the first file's xattr
/freebsd/contrib/ncurses/doc/html/
H A Dncurses-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/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_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/bin/pax/
H A Doptions.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/contrib/kyua/store/
H A Dmigrate_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/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.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
H A DNoSanitizeList.h10 // User-provided list of ignored entities used to disable/alter
/freebsd/tests/sys/ses/
H A DMakefile8 # Some tests cases alter enclosure state, so they can't run concurrently.
/freebsd/sbin/ipf/ipscan/
H A Dipscan.826 calls or doing anything which would alter the currently running kernel.
/freebsd/contrib/pnglite/
H A DLICENSE10 including commercial applications, and to alter it and redistribute it
/freebsd/sys/contrib/zlib/
H A DLICENSE10 including commercial applications, and to alter it and redistribute it
/freebsd/sbin/ipf/ipnat/
H A Dipnat.132 calls or doing anything which would alter the currently running kernel.
H A Dipnat.852 calls or doing anything which would alter the currently running kernel.
/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md7 intentionally unmodified. Please do not alter the file containing the zstd
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CONF_CTX_set1_prefix.pod20 Command prefixes alter the commands recognised by subsequent SSL_CONF_cmd()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_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/usr.bin/file/
H A DMakefile9 # any computer system, and to alter it and redistribute it freely, subject

12345678910>>...15