Home
last modified time | relevance | path

Searched refs:alter (Results 1 – 25 of 66) sorted by relevance

123

/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()
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()
1236 vstore(s, &val[X_ATOM], v, alter); in opt_stmt()
[all …]
/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/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
H A DREADME93 including commercial applications, and to alter it and redistribute it
/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/mail/
H A Dquit.c309 alter(mailname); in quit()
370 alter(mailname); in writeback()
H A Dextern.h78 void alter(char *);
H A Dutil.c317 alter(char *name) in alter() function
/freebsd/tools/test/stress2/misc/
H A Dfuzz.sh135 case 'n': /* Bits to alter */
/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/sys/contrib/openzfs/module/zstd/
H A DREADME.md7 intentionally unmodified. Please do not alter the file containing the zstd
/freebsd/contrib/nvi/regex/
H A DCOPYRIGHT6 any computer system, and to alter it and redistribute it, subject
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCOPYRIGHT.regex8 any computer system, and to alter it and redistribute it, subject
/freebsd/contrib/ntp/html/hints/
H A Dmpeix28 affected by this bug side-effect. You can safely use these commands to alter
/freebsd/lib/libc/regex/
H A DCOPYRIGHT6 any computer system, and to alter it and redistribute it, subject
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import.cfg56 export ALTER_ROOT=/alter${TESTCASE_ID}
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin58 * to alter set of characters encoded (default is to encode all
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp4xx.dtsi76 * than at 0x0 you need to alter this.
/freebsd/sys/contrib/openzfs/
H A DLICENSE178 not remove or alter any copyright, patent or trademark notices
206 limit or alter the recipient's rights in the Source Code form from
/freebsd/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE178 not remove or alter any copyright, patent or trademark notices
206 limit or alter the recipient's rights in the Source Code form from
/freebsd/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE178 not remove or alter any copyright, patent or trademark notices
206 limit or alter the recipient's rights in the Source Code form from
/freebsd/contrib/sendmail/libmilter/
H A DREADME65 Note that since filters use threads, it may be necessary to alter per
/freebsd/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr242 msg_ukrainian_koi8_u_koi8_r_desc="Ukranian KOI8-U+KOI8-R keymap (alter)"
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto88 PASS = 3; // Do not alter the response (passthrough)

123