Home
last modified time | relevance | path

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

12345678910>>...66

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c49 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 Dpkru.c51 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 Dignore_test.sh84 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 DCHANGES94 + 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 DNEWS2181 + 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 Dvalue-prof.c269 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 Dzfs_diff_001_pos.ksh42 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 Dzfs_diff_001_pos.golden6 M /testdir1526/dirs/modify
9 M /testdir1526/files/modify
/freebsd-12.1/tests/sys/audit/
H A DMakefile6 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 Dmapc.c540 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 DREADME10 [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 Dsysarch.h145 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 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()
/freebsd-12.1/usr.bin/mail/
H A Dquit.c73 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 Dng_source.c873 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 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
/freebsd-12.1/contrib/dialog/package/debian/
H A Dcopyright9 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 Dvf610-colibri.dtsi10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Daxp809.dtsi12 * modify it under the terms of the GNU General Public License as
27 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dvf610-colibri-eval-v3.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Daxp152.dtsi12 * modify it under the terms of the GNU General Public License as
27 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6q-tx6q-10x0-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6q-tx6q-11x0-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6q-tx6q-1036-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or

12345678910>>...66