Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/openbsd-src/sys/arch/arm/include/
H A Datomic.h19 _t ret, modified; \
31 : "=&r" (ret), "=&r" (modified) \
48 unsigned long modified; in _def_atomic_cas() local
60 : "=&r" (ret), "=&r" (modified) in _def_atomic_cas()
78 _t ret, modified; \
85 : "=&r" (ret), "=&r" (modified) \
102 unsigned long modified; in _def_atomic_swap() local
109 : "=&r" (ret), "=&r" (modified) in _def_atomic_swap()
126 _t ret, modified; \
134 : "=&r" (ret), "=&r" (modified) \
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dtrap.t60 is($x, 42, '$x after new() never modified');
76 is($x, 4711, '$x after new() never modified');
80 is($x, 4711, '$x after new() never modified');
84 is($x, 4711, '$x after new() never modified');
89 is($x, 4711, '$x after new() never modified');
94 is($x, '-815', '$x after new not modified');
100 is($x, '0', '$x after new not modified');
108 is($x, 2, 'never modified since it dies');
111 is($x, 2, 'never modified since it dies');
118 is($x, 2, 'never modified sinc
[all...]
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dregexp.t274 my $modified = "";
306 $modified .= substr($pat, $i+1, $j - $i);
327 $modified .= substr($pat, $i + 1, $j - $i);
328 $modified .= " " if $in_brackets;
344 $modified .= substr($pat, $i + 1, $j - $i);
364 $modified .= " ] ])";
371 $modified .= " " if $in_brackets;
372 $modified .= $curchar;
380 $modified .= "(?[ [ ";
388 $modified .= " ] ";
[all …]
/openbsd-src/sys/arch/arm64/include/
H A Datomic.h30 unsigned int modified, tmp; in atomic_setbits_int() local
37 : "=&r" (tmp), "=&r" (modified) in atomic_setbits_int()
50 unsigned int modified, tmp; in atomic_clearbits_int() local
57 : "=&r" (tmp), "=&r" (modified) in atomic_clearbits_int()
/openbsd-src/sbin/fdisk/
H A Duser.c61 int modified; variable
87 printf("%s%s: %d> ", disk.dk_name, modified ? "*" : "", in USER_edit()
97 if (modified) in USER_edit()
102 if (modified && Xwrite(NULL, &mbr) == CMD_CONT) in USER_edit()
107 modified = 0; in USER_edit()
109 modified = 1; in USER_edit()
/openbsd-src/lib/libcrypto/x509/
H A Dx509_set.c97 x->cert_info->enc.modified = 1; in X509_set_version()
120 x->cert_info->enc.modified = 1; in X509_set_serialNumber()
134 x->cert_info->enc.modified = 1; in X509_set_issuer_name()
144 x->cert_info->enc.modified = 1; in X509_set_subject_name()
176 x->cert_info->enc.modified = 1; in X509_set_notBefore()
219 x->cert_info->enc.modified = 1; in X509_set_notAfter()
240 x->cert_info->enc.modified = 1; in X509_set_pubkey()
H A Dx509rset.c76 x->req_info->enc.modified = 1; in X509_REQ_set_version()
93 x->req_info->enc.modified = 1; in X509_REQ_set_subject_name()
110 x->req_info->enc.modified = 1; in X509_REQ_set_pubkey()
/openbsd-src/bin/ksh/
H A Dvi.c179 static int modified; /* buffer has been "modified" */ variable
532 modified = 1; in vi_reset()
770 modified = 1; hnum = hlast; in vi_cmd()
778 modified = 1; hnum = hlast; in vi_cmd()
787 modified = 1; hnum = hlast; in vi_cmd()
830 modified = 1; hnum = hlast; in vi_cmd()
836 modified = 1; hnum = hlast; in vi_cmd()
848 modified = 1; hnum = hlast; in vi_cmd()
859 modified = 1; hnum = hlast; in vi_cmd()
880 if (grabhist(modified, argcnt - 1) < 0) in vi_cmd()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
H A Dmirror-05.txt2 http://example.com/modified.txt
4 if-modified-since: Tue, 01 Feb 1994 12:00:00 GMT
6 GET /modified.txt HTTP/1.1
H A Dmirror-02.txt2 http://example.com/not-modified.txt
4 GET /not-modified.txt HTTP/1.1
H A Dmirror-01.txt2 http://example.com/modified.txt
4 GET /modified.txt HTTP/1.1
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dtrap.t
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dbisect.pl141 my $modified = my @modified = `git ls-files --modified --deleted --others`;
149 if ($modified) {
155 join("\t","",@modified),
156 "$modified modified, untracked, or other file(s)\n",
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/
H A Dbindtextdom.c102 int modified; local
116 modified = 0;
169 modified = 1;
207 modified = 1;
318 modified = 1;
337 if (modified)
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dbindtextdom.c100 int modified; in __libc_rwlock_define() local
114 modified = 0; in __libc_rwlock_define()
167 modified = 1; in __libc_rwlock_define()
205 modified = 1; in __libc_rwlock_define()
316 modified = 1; in __libc_rwlock_define()
335 if (modified) in __libc_rwlock_define()
/openbsd-src/gnu/gcc/intl/
H A Dbindtextdom.c107 int modified; local
121 modified = 0;
174 modified = 1;
212 modified = 1;
323 modified = 1;
342 if (modified)
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86RetClean.cpp97 bool modified = false; in runOnMachineFunction() local
116 modified |= fixupInstruction(MF, MBB, *fixup); in runOnMachineFunction()
118 return modified; in runOnMachineFunction()
/openbsd-src/lib/libcrypto/asn1/
H A Dtasn_utl.c151 aenc->modified = 1; in asn1_enc_init()
160 aenc->modified = 1; in asn1_enc_clear()
195 aenc->modified = 0; in asn1_enc_save()
209 if (aenc->modified) in asn1_enc_restore()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetCXXABI.def35 /// The generic ARM ABI is a modified version of the Itanium ABI
77 /// The generic AArch64 ABI is also a modified version of the Itanium ABI,
85 /// The generic Mips ABI is a modified version of the Itanium ABI.
91 /// The WebAssembly ABI is a modified version of the Itanium ABI.
106 /// The Fuchsia ABI is a modified version of the Itanium ABI.
112 /// The XL ABI is the ABI used by IBM xlclang compiler and is a modified
/openbsd-src/gnu/usr.bin/cvs/
H A DFAQ80 Last modified: _6/13/1997_
87 Last modified: _6/13/1997_
191 Last modified: _6/13/1997_
231 Last modified: _6/13/1997_
361 Last modified: _6/13/1997_
394 Last modified: _6/13/1997_
417 Last modified: _6/13/1997_
447 Last modified: _6/13/1997_
563 Last modified: _6/13/1997_
615 Last modified: _6/13/1997_
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D010_pc_keysort.t1 # copied over from JSON::PC and modified to use JSON::PP
2 # copied over from JSON::XS and modified to use JSON::PP
H A D009_pc_extra_number.t1 # copied over from JSON::PC and modified to use JSON::PP
2 # copied over from JSON::XS and modified to use JSON::PP
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dmime-header.t250 is $input => "", "encode valid with FB_QUIET flag: input string is modified and empty";
256 is $input => $invalid_unicode, "encode with FB_QUIET flag: input string is modified and starts with first invalid character";
262 is $input => $valid_unicode . $invalid_unicode, "encode with FB_QUIET and LEAVE_SRC flags: input string is not modified";
268 is $input => $valid_unicode . $invalid_unicode, "encode with FB_PERLQQ flag: input string is not modified";
274 is $input => $valid_unicode, "encode valid with coderef check: input string is not modified";
280 is $input => $valid_unicode . $invalid_unicode, "encode with coderef check: input string is not modified";
290 is $input => "", "decode valid with FB_QUIET flag: input string is modified and empty";
296 is $input => $invalid_mime, "decode with FB_QUIET flag: input string is modified and starts with first mime word with unknown charset";
302 is $input => $invalid_mime_unicode, "decode with FB_QUIET flag: input string is modified and starts with first mime word with invalid unicode character";
308 is $input => $valid_mime . " " . $invalid_mime, "decode with FB_QUIET flag: input string is not modified";
[all...]
/openbsd-src/usr.bin/less/
H A Dcmdbuf.c65 int modified; member
696 curr_mlist->modified = 1; in cmd_accept()
1275 int modified = 0; in save_cmdhist() local
1282 if (mlist_search.modified) in save_cmdhist()
1283 modified = 1; in save_cmdhist()
1284 if (mlist_shell.modified) in save_cmdhist()
1285 modified = 1; in save_cmdhist()
1286 if (!modified) in save_cmdhist()
/openbsd-src/gnu/lib/libreadline/doc/
H A Drluserman.texinfo33 Permission is granted to copy and distribute modified versions of this
39 into another language, under the above conditions for modified versions,
64 Permission is granted to copy and distribute modified versions of this
70 into another language, under the above conditions for modified versions,

12345678910>>...26