/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 1459 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 D | renice.8 | 33 .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 D | semget.2 | 84 Alter access for user. 88 Alter access for group. 92 Alter access for other.
|
H A D | semop.2 | 95 is positive and the process has alter permission, 111 is negative and the process has alter permission,
|
/freebsd/sys/sys/ |
H A D | sem.h | 97 #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 D | fparseln.3 | 56 alter this behaviour. 101 If non-zero, alter the operation of
|
/freebsd/contrib/libpcap/ |
H A D | optimize.c | 767 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 D | 1.6.t | 37 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 D | xattr_007_neg.ksh | 44 # 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 D | ncurses-intro.html | 2017 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 D | xattr_007_neg.ksh | 43 # 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 D | options.h | 86 * 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 D | migrate_v1_v2.sql | 76 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 D | DiagnosticOptions.h | 111 /// 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 D | NoSanitizeList.h | 10 // User-provided list of ignored entities used to disable/alter
|
/freebsd/tests/sys/ses/ |
H A D | Makefile | 8 # Some tests cases alter enclosure state, so they can't run concurrently.
|
/freebsd/sbin/ipf/ipscan/ |
H A D | ipscan.8 | 26 calls or doing anything which would alter the currently running kernel.
|
/freebsd/contrib/pnglite/ |
H A D | LICENSE | 10 including commercial applications, and to alter it and redistribute it
|
/freebsd/sys/contrib/zlib/ |
H A D | LICENSE | 10 including commercial applications, and to alter it and redistribute it
|
/freebsd/sbin/ipf/ipnat/ |
H A D | ipnat.1 | 32 calls or doing anything which would alter the currently running kernel.
|
H A D | ipnat.8 | 52 calls or doing anything which would alter the currently running kernel.
|
/freebsd/sys/contrib/openzfs/module/zstd/ |
H A D | README.md | 7 intentionally unmodified. Please do not alter the file containing the zstd
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CONF_CTX_set1_prefix.pod | 20 Command prefixes alter the commands recognised by subsequent SSL_CONF_cmd()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_setup.c | 420 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 D | Makefile | 9 # any computer system, and to alter it and redistribute it freely, subject
|