Home
last modified time | relevance | path

Searched refs:interpreted (Results 1 – 25 of 136) sorted by relevance

123456

/freebsd-13.1/sys/kern/
H A Dimgact_shell.c119 if (imgp->interpreted & IMGACT_SHELL) in exec_shell_imgact()
122 imgp->interpreted |= IMGACT_SHELL; in exec_shell_imgact()
H A Dimgact_binmisc.c612 if (imgp->interpreted & IMGACT_BINMISC) { in imgact_binmisc_exec()
617 imgp->interpreted |= IMGACT_BINMISC; in imgact_binmisc_exec()
H A Dimgact_aout.c356 imgp->interpreted = 0; in exec_aout_imgact()
/freebsd-13.1/bin/ed/
H A DPOSIX36 character preceded by a backslash is interpreted literally. If the
38 rest of the line is interpreted as a shell command, and no escape
90 remainder of the argument is interpreted as a shell command. To invoke
/freebsd-13.1/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE32 # values are interpreted using local time zone
35 # to get aa:bb being interpreted as minutes:seconds use aa:bb.0
/freebsd-13.1/stand/forth/
H A Dloader.4th116 0= if ( interpreted ) get_arguments then
152 0= if ( interpreted ) get_arguments then
213 \ line, if interpreted, or given on the stack, if compiled in.
288 \ ... prevents words unused by `include' from being interpreted
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dvarmod-subst.mk82 . error The '*' seems to be interpreted as a wildcard of some kind.
86 . error The '.' seems to be interpreted as a wildcard of some kind.
H A Dvarmod-to-separator.mk141 . warning The separator \012 is not interpreted in octal ASCII.
161 . warning The separator \xa is not interpreted in hexadecimal ASCII.
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Dtype_6.rst6 For example, one might tag an array of numbers to communicate that it should be interpreted as a ve…
/freebsd-13.1/sys/sys/
H A Dimgact.h90 unsigned char interpreted; /* mask of interpreters that have run */ member
/freebsd-13.1/crypto/openssl/doc/man3/
H A DASN1_STRING_print_ex.pod66 If B<ASN1_STRFLGS_IGNORE_TYPE> is set then the string type is not interpreted at
73 The content of a string instead of being interpreted can be "dumped": this just
H A DBIO_parse_hostserv.pod25 be interpreted primarily as a hostname or a service name in ambiguous
H A DPKCS12_parse.pod33 The parameter B<pass> is interpreted as a string in the UTF-8 encoding. If it
H A DSCT_validate.pod71 A return value of 0 from SCT_LIST_validate() should not be interpreted as a
H A DPKCS12_newpass.pod22 Each of B<oldpass> and B<newpass> is independently interpreted as a string in
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A Derror_handling_script.rst38 interpreted as an error and reported to the user. In both cases, LLD still
/freebsd-13.1/contrib/libcxxrt/
H A DLICENSE14 … software and documentation are those of the authors and should not be interpreted as representing…
/freebsd-13.1/sys/dts/
H A Dbindings-localbus.txt39 localbus node. Bank is most often interpreted as device chip
/freebsd-13.1/sys/i386/linux/
H A Dimgact_linux.c221 imgp->interpreted = 0; in exec_linux_imgact()
/freebsd-13.1/libexec/bootpd/
H A Dbootptab.mcs47 # so path names (boot files) will be interpreted relative to the same
/freebsd-13.1/crypto/heimdal/lib/gssapi/mech/
H A Dmech.cat528 Optionsal parameters interpreted by the mechanism. Library
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dgpio-keys.yaml53 linux,code == axis are released. This value is interpreted
/freebsd-13.1/share/i18n/csmapper/APPLE/
H A DROMAN%UCS.src132 # interpreted as associated with these glyphs; they are usually
133 # interpreted (if at all) as the control codes DC1-DC4.
H A DUCS%ROMAN.src132 # interpreted as associated with these glyphs; they are usually
133 # interpreted (if at all) as the control codes DC1-DC4.
/freebsd-13.1/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c295 if (!imgp->interpreted) { in mac_veriexec_fingerprint_check_image()

123456