| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | hashed_db.c | 49 bool modify; member 63 find_connection(const char *path, bool modify) in find_connection() argument 69 if (!strcmp(p->path, path) && p->modify == modify) { in find_connection() 97 make_connection(DB * db, const char *path, bool modify) in make_connection() argument 104 p->modify = modify; in make_connection() 118 _nc_db_open(const char *path, bool modify) in _nc_db_open() argument 135 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 145 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 152 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 161 modify ? (O_CREAT | O_RDWR) : O_RDONLY, in _nc_db_open() [all …]
|
| /freebsd-12.1/lib/libc/x86/sys/ |
| H A D | pkru.c | 51 x86_pkru_get_perm_unsup(u_int keyidx, int *access, int *modify) in x86_pkru_get_perm_unsup() argument 59 x86_pkru_get_perm_hw(u_int keyidx, int *access, int *modify) in x86_pkru_get_perm_hw() argument 70 *modify = (pkru & (2 << keyidx)) == 0; in x86_pkru_get_perm_hw() 82 x86_pkru_set_perm_unsup(u_int keyidx, int access, int modify) in x86_pkru_set_perm_unsup() argument 90 x86_pkru_set_perm_hw(u_int keyidx, int access, int modify) in x86_pkru_set_perm_hw() argument 103 if (!modify) in x86_pkru_set_perm_hw()
|
| /freebsd-12.1/usr.sbin/etcupdate/tests/ |
| H A D | ignore_test.sh | 84 echo "old" > $i/tree/modify 86 echo "new" > $NEW/tree/modify 196 U /tree/modify 205 file /tree/modify "new" 226 file /tree/modify "old" 247 file /tree/modify "old" 271 file /tree/modify "old"
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | CHANGES | 94 + modify samples/setup-tempfile to work with Tru64's shell. 101 + modify prgbox widget to work with --extra-button, etc. 106 + modify msgbox widget to honor "--extra-button". 176 + modify treatment of function pointers in menubox.c, make 216 + modify dlg_parse_rc() to check for error return from 324 + CF_CURSES_TERM_H, modify to avoid spurious check for 742 + modify pause.c, msgbox.c to work with --help-button. 1150 + modify main program to make 1220 + modify configure script to not use "head -1". 1815 + modify exiterr() to avoid possible expansion of '%'. [all …]
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | NEWS | 2181 + modify _nc_find_type_entry() to use hashing. 2762 + modify test/ditto.c to use use_screen(). 3983 + modify misc/shlib to work in test-directory. 5315 + modify ncurses/modules to allow 6353 + modify addch() to work with wide-characters. 7949 + modify configuration scripts to 9198 + modify rain.c to use color. 9459 + modify tset to behave more like SVr4's tset, which does not modify 9723 + modify ncurses 'g' test to allow mouse input 9936 + modify worm.c to hide cursor while running. [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | value-prof.c | 269 modify = stmt; in tree_divmod_fixed_value_transform() 273 modify = TREE_OPERAND (stmt, 0); 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() 436 modify = stmt; in tree_mod_pow2_value_transform() 440 modify = TREE_OPERAND (stmt, 0); in tree_mod_pow2_value_transform() 443 op = TREE_OPERAND (modify, 1); in tree_mod_pow2_value_transform() 486 TREE_OPERAND (modify, 1) = result; in tree_mod_pow2_value_transform() 619 modify = stmt; in tree_mod_subtract_transform() 623 modify = TREE_OPERAND (stmt, 0); in tree_mod_subtract_transform() [all …]
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/ |
| H A D | zfs_diff_001_pos.ksh | 42 log_must ${MKDIR} ${TESTDIR}/dirs/modify 47 log_must ${TOUCH} ${TESTDIR}/files/modify 57 log_must ${TOUCH} ${TESTDIR}/dirs/modify 61 log_must ${DATE} >> ${TESTDIR}/files/modify
|
| H A D | zfs_diff_001_pos.golden | 6 M /testdir1526/dirs/modify 9 M /testdir1526/files/modify
|
| /freebsd-12.1/tests/sys/audit/ |
| H A D | Makefile | 6 ATF_TESTS_C+= file-attribute-modify 22 SRCS.file-attribute-modify+= file-attribute-modify.c 23 SRCS.file-attribute-modify+= utils.c
|
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | mapc.c | 540 rc = (*m->search) (m, m->map_name, key, valp, &m->modify); in search_map() 583 t = m->modify; in mapc_reload_map() 591 if (t <= m->modify) { in mapc_reload_map() 594 m->map_name, (int) m->modify, (int) t); in mapc_reload_map() 625 m->modify = t; in mapc_reload_map() 645 time_t modify = 0; in mapc_create() local 663 if ((*mt->init) (m, map, &modify) == 0) { in mapc_create() 667 error_init(m, map, &modify); in mapc_create() 682 if ((*mt->init) (m, map, &modify) == 0) { in mapc_create() 734 m->modify = modify; in mapc_create() [all …]
|
| /freebsd-12.1/contrib/amd/ |
| H A D | README | 10 [B] if you intend to modify any files, first find out if the file you want 11 to modify gets autogenerated from some other place. If so, modify it at the 71 [D] If you modify any of the *.[chyl] sources in the directories amd, amq, 75 If you modify any of the files in the m4/ or conf/ directories, or any *.in
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | sysarch.h | 145 int x86_pkru_get_perm(unsigned int keyidx, int *access, int *modify); 146 int x86_pkru_set_perm(unsigned int keyidx, int access, int modify);
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| H A D | insert_fn_imps.hpp | 84 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()
|
| /freebsd-12.1/usr.bin/mail/ |
| H A D | quit.c | 73 int mcount, p, modify, autohold, anystat, holdbit, nohold; in quit() local 158 modify = 0; in quit() 169 modify++; in quit() 179 if (p == msgCount && !modify && !anystat) { in quit()
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_source.c | 873 int modify; in ng_source_dup_mod() local 878 modify = sc->embed_timestamp.flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod() 879 for (i = 0; !modify && i < NG_SOURCE_COUNTERS; ++i) in ng_source_dup_mod() 880 modify = sc->embed_counter[i].flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod() 883 if (modify) in ng_source_dup_mod() 893 if (!modify) in ng_source_dup_mod()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | rb_tree | 6 // 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 D | iterator | 6 // 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
|
| /freebsd-12.1/contrib/dialog/package/debian/ |
| H A D | copyright | 9 This program is free software; you can redistribute it and/or modify 34 without limitation the rights to use, copy, modify, merge, publish, 61 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 93 Permission to use, copy, modify, and distribute this software and its
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | vf610-colibri.dtsi | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | axp809.dtsi | 12 * modify it under the terms of the GNU General Public License as 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | vf610-colibri-eval-v3.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | axp152.dtsi | 12 * modify it under the terms of the GNU General Public License as 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6q-tx6q-10x0-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6q-tx6q-11x0-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6q-tx6q-1036-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|