Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 25 of 1456) sorted by relevance

12345678910>>...59

/openbsd-src/lib/libcurses/tinfo/
H A Dhashed_db.c52 bool modify; member
66 find_connection(const char *path, bool modify) in find_connection() argument
72 if (!strcmp(p->path, path) && p->modify == modify) { in find_connection()
100 make_connection(DB * db, const char *path, bool modify) in make_connection() argument
107 p->modify = modify; in make_connection()
121 _nc_db_open(const char *path, bool modify) in _nc_db_open() argument
129 if ((result = find_connection(path, modify)) == 0) { in _nc_db_open()
138 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open()
148 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open()
155 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/
H A DEncode.xs61 utf8_safe_downgrade(pTHX_ SV ** src, U8 ** s, STRLEN * slen, bool modify) in utf8_safe_downgrade() argument
63 if (!modify) { in utf8_safe_downgrade()
80 utf8_safe_upgrade(pTHX_ SV ** src, U8 ** s, STRLEN * slen, bool modify) in utf8_safe_upgrade() argument
82 if (!modify) { in utf8_safe_upgrade()
629 bool modify; variable
635 modify = (check && !(check & ENCODE_LEAVE_SRC));
639 s = modify ? (U8 *)SvPV_force_nomg(src, slen) : (U8 *)SvPV_nomg(src, slen);
641 utf8_safe_downgrade(aTHX_ &src, &s, &slen, modify);
666 if (modify) {
687 bool modify; variable
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dvalue-prof.c266 tree modify, op, op1, op2, result, value, tree_val; in tree_divmod_fixed_value_transform() local
269 modify = stmt; in tree_divmod_fixed_value_transform()
273 modify = TREE_OPERAND (stmt, 0); in tree_divmod_fixed_value_transform()
274 if (TREE_CODE (modify) != MODIFY_EXPR) in tree_divmod_fixed_value_transform()
276 op = TREE_OPERAND (modify, 1); in tree_divmod_fixed_value_transform()
328 TREE_OPERAND (modify, 1) = result; in tree_divmod_fixed_value_transform()
433 tree modify, op, op1, op2, result, value; in tree_mod_pow2_value_transform() local
436 modify = stmt; in tree_mod_pow2_value_transform()
440 modify = TREE_OPERAND (stmt, 0); in tree_mod_pow2_value_transform()
441 if (TREE_CODE (modify) != MODIFY_EXPR) in tree_mod_pow2_value_transform()
[all …]
/openbsd-src/usr.sbin/amd/amd/
H A Dmapc.c128 time_t modify; /* Modify time of map */ member
320 rc = (*m->search)(m, m->map_name, key, valp, &m->modify); in search_map()
382 time_t modify; in mapc_create() local
388 if ((*mt->init)(map, &modify) == 0) in mapc_create()
431 m->modify = modify; in mapc_create()
551 if (error || t > m->modify) { in mapc_meta_search()
552 m->modify = t; in mapc_meta_search()
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/20_util/
H A Dbinders.cc31 void modify(int i) { } in modify() function in Elem
43 std::bind2nd(std::mem_fun_ref(&Elem::modify), 42)); in test01()
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm556 # deleted below and we don't want to modify the input hash.
856 # Don't modify constant (read-only) objects.
858 return $self if $selfref && $self->modify('from_dec');
896 # Don't modify constant (read-only) objects.
898 return $self if $selfref && $self->modify('from_hex');
936 # Don't modify constant (read-only) objects.
938 return $self if $selfref && $self->modify('from_oct');
976 # Don't modify constant (read-only) objects.
978 return $self if $selfref && $self->modify('from_bin');
1016 # Don't modify constan
5821 sub modify () { 0; } global() subroutine
[all...]
H A DBigFloat.pm547 # Don't modify constant (read-only) objects.
549 return $self if $selfref && $self->modify('from_dec');
581 # Don't modify constant (read-only) objects.
583 return $self if $selfref && $self->modify('from_hex');
615 # Don't modify constant (read-only) objects.
617 return $self if $selfref && $self->modify('from_oct');
649 # Don't modify constant (read-only) objects.
651 return $self if $selfref && $self->modify('from_bin');
683 # Don't modify constant (read-only) objects.
685 return $self if $selfref && $self->modify('from_ieee75
[all...]
/openbsd-src/gnu/usr.bin/perl/t/lib/croak/
H A Dop72 Can't modify array dereference in numeric bitwise and (&) at - line 2, near "1;"
79 Can't modify array dereference in numeric bitwise or (|) at - line 2, near "1;"
86 Can't modify array dereference in numeric bitwise xor (^) at - line 2, near "1;"
93 Can't modify array dereference in string bitwise and (&.) at - line 2, near "1;"
100 Can't modify array dereference in string bitwise or (|.) at - line 2, near "1;"
107 Can't modify array dereference in string bitwise xor (^.) at - line 2, near "1;"
113 Can't modify hash dereference in substr at - line 1, near "3;"
119 Can't modify hash dereference in substr at - line 1, near "3;"
125 Can't modify hash dereference in vec at - line 1, near "3;"
131 Can't modify has
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dmagic.t45 is($input, $mod ? '' : $str, "$func " . ($mod ? 'modifies' : 'does not modify') . ' $input string');
56 is($input, $mod ? '' : $input_str, "$func " . ($mod ? 'modifies' : 'does not modify') . ' $input string');
66 is($input, $mod ? '' : $str, "$func " . ($mod ? 'modifies' : 'does not modify') . ' $input string');
77 is($input, $mod ? '' : $input_str, "$func " . ($mod ? 'modifies' : 'does not modify') . ' $input string');
87 is($input, $mod ? '' : $str, "$func " . ($mod ? 'modifies' : 'does not modify') . ' $input string');
97 is($input, $str, "$func does not modify \$input string");
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/Unicode/
H A DUnicode.xs146 bool modify = (check && !(check & ENCODE_LEAVE_SRC)); variable
152 s = modify ? (U8 *)SvPV_force_nomg(str, ulen) : (U8 *)SvPV_nomg(str, ulen);
154 if (!modify) {
390 bool modify = (check && !(check & ENCODE_LEAVE_SRC)); variable
396 s = modify ? (U8 *)SvPV_force_nomg(utf8, ulen) : (U8 *)SvPV_nomg(utf8, ulen);
398 if (!modify) {
/openbsd-src/usr.bin/mail/
H A Dquit.c66 int mcount, p, modify, autohold, anystat, holdbit, nohold; in quit() local
156 modify = 0; in quit()
163 modify++; in quit()
165 if (p == msgCount && !modify && !anystat) { in quit()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dinsert_fn_imps.hpp84 modify(point_iterator it, const_reference r_new_val) in modify() function in PB_DS_CLASS_C_DEC
90 base_type::modify(it, r_new_val); in modify()
/openbsd-src/gnu/llvm/llvm/docs/
H A DExtendingLLVM.rst230 Also, you need to implement (or modify) any analyses or passes that you want to
255 add enum ``LLVMTypeKind`` and modify
268 modify ``void ModuleBitcodeWriter::writeTypeTable()`` to serialize your type
272 modify ``Error BitcodeReader::parseTypeTableBody()`` to read your data type
296 add enum ``LLVMTypeKind`` and modify
301 modify ``lltok::Kind LLLexer::LexIdentifier()`` to add ability to
306 modify ``void ModuleBitcodeWriter::writeTypeTable()`` to serialize your type
310 modify ``Error BitcodeReader::parseTypeTableBody()`` to read your data type
318 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Drb_tree6 // software; you can redistribute it and/or modify it under the
35 * Permission to use, copy, modify, distribute and sell this software
47 * Permission to use, copy, modify, distribute and sell this software
H A Diterator6 // software; you can redistribute it and/or modify it under the
35 * Permission to use, copy, modify, distribute and sell this software
47 * Permission to use, copy, modify, distribute and sell this software
H A Dnumeric6 // software; you can redistribute it and/or modify it under the
35 * Permission to use, copy, modify, distribute and sell this software
47 * Permission to use, copy, modify, distribute and sell this software
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Drb_tree6 // software; you can redistribute it and/or modify it under the
35 * Permission to use, copy, modify, distribute and sell this software
47 * Permission to use, copy, modify, distribute and sell this software
H A Diterator6 // software; you can redistribute it and/or modify it under the
35 * Permission to use, copy, modify, distribute and sell this software
47 * Permission to use, copy, modify, distribute and sell this software
H A Dnumeric6 // software; you can redistribute it and/or modify it under the
35 * Permission to use, copy, modify, distribute and sell this software
47 * Permission to use, copy, modify, distribute and sell this software
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigintpm.t32 is($x, -12, "bgcd() does not modify invocand");
49 is($x, -12, "blcm() does not modify invocand");
H A Dbigfltpm.t48 is($x, -12, "bgcd() does not modify invocand");
65 is($x, -12, "blcm() does not modify invocand");
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dkvhslice.t124 like $@, qr{^Can't modify key/value hash slice in list assignment},
135 qr{^Can't modify key/value hash slice in scalar assignment},
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A D01_test6 ## modify it under the same terms as Perl itself.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Daclocal.m418 # This program is free software; you can redistribute it and/or modify
49 # This program is free software; you can redistribute it and/or modify
113 # This program is free software; you can redistribute it and/or modify
157 # This program is free software; you can redistribute it and/or modify
324 # This program is free software; you can redistribute it and/or modify
408 # This program is free software; you can redistribute it and/or modify
436 # This program is free software; you can redistribute it and/or modify
558 # This program is free software; you can redistribute it and/or modify
581 # This program is free software; you can redistribute it and/or modify
615 # This program is free software; you can redistribute it and/or modify
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgpl.pod13 Perl is free software; you can redistribute it and/or modify
65 distribute copies of the software, or if you modify it.
74 copy, distribute and/or modify the software.
106 2. You may modify your copy or copies of the Program or any portion
165 4. You may not copy, modify, sublicense, distribute or transfer the
167 Any attempt otherwise to copy, modify, sublicense, distribute or
180 original licensor to copy, distribute or modify the Program subject to
247 modify it under the terms of the GNU General Public License as

12345678910>>...59