Home
last modified time | relevance | path

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

12345678910>>...42

/src/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif43 changetype: modify
58 changetype: modify
71 changetype: modify
86 changetype: modify
98 changetype: modify
126 changetype: modify
138 changetype: modify
150 changetype: modify
164 changetype: modify
180 changetype: modify
[all …]
/src/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c50 bool modify; member
64 find_connection(const char *path, bool modify) in find_connection() argument
70 if (!strcmp(p->path, path) && p->modify == modify) { in find_connection()
98 make_connection(DB * db, const char *path, bool modify) in make_connection() argument
107 p->modify = modify; in make_connection()
122 _nc_db_open(const char *path, bool modify) in _nc_db_open() argument
130 if ((result = find_connection(path, modify)) == NULL) { in _nc_db_open()
139 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open()
149 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open()
156 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open()
[all …]
/src/lib/libsys/x86/
H A Dpkru.c47 x86_pkru_get_perm_unsup(u_int keyidx, int *access, int *modify) in x86_pkru_get_perm_unsup() argument
55 x86_pkru_get_perm_hw(u_int keyidx, int *access, int *modify) in x86_pkru_get_perm_hw() argument
66 *modify = (pkru & (2 << keyidx)) == 0; in x86_pkru_get_perm_hw()
78 x86_pkru_set_perm_unsup(u_int keyidx, int access, int modify) in x86_pkru_set_perm_unsup() argument
86 x86_pkru_set_perm_hw(u_int keyidx, int access, int modify) in x86_pkru_set_perm_hw() argument
99 if (!modify) in x86_pkru_set_perm_hw()
/src/usr.sbin/etcupdate/tests/
H A Dignore_test.sh83 echo "old" > $i/tree/modify
85 echo "new" > $NEW/tree/modify
195 U /tree/modify
204 file /tree/modify "new"
225 file /tree/modify "old"
246 file /tree/modify "old"
270 file /tree/modify "old"
/src/tools/test/stress2/misc/
H A Dpkru.sh53 int x86_pkru_get_perm(unsigned int keyidx, int *access, int *modify);
54 int x86_pkru_set_perm(unsigned int keyidx, int access, int modify);
112 int x86_pkru_get_perm(unsigned int keyidx, int *access, int *modify);
113 int x86_pkru_set_perm(unsigned int keyidx, int access, int modify);
176 int x86_pkru_get_perm(unsigned int keyidx, int *access, int *modify);
177 int x86_pkru_set_perm(unsigned int keyidx, int access, int modify);
265 int x86_pkru_get_perm(unsigned int keyidx, int *access, int *modify);
266 int x86_pkru_set_perm(unsigned int keyidx, int access, int modify);
404 int access, error, modify, orig_access, orig_modify;
410 modify = check_modify ? 0 : 1;
[all …]
/src/contrib/ncurses/
H A DNEWS8 -- without limitation the rights to use, copy, modify, merge, publish, --
56 + modify MinGW32 configuration to account for its use of Windows-style
113 + modify configure-script and makefiles to make it easier to override
138 + modify MKfallback.sh to eliminate TERMINFO environment variable.
148 + modify handle_wheel case 2 to ignore the event as in case 1 for
186 + modify configure script cases for $host_os, to accommodate 64-bit
202 + modify recursive make rules to avoid interference with GNU make's
209 + modify configure check for MAKEFLAGS/MFLAGS to ignore existing value
228 + modify ".spec" test-files to work around timestamp-clamping in
290 + modify infocmp -E/-e fallback feature to reduce stricter compiler
[all …]
H A DANNOUNCE122 * modify _nc_syserr_abort to use _nc_env_access, rather than only
125 * modify flushinp to use file descriptors in SCREEN, rather than
127 * modify mcprint to use file descriptor in SCREEN, for consistency
128 * modify internal function _nc_read_file_entry to show relevant
137 * modify delscreen to limit the windows which it creates to just
139 * modify endwin to return an error if it is called again without an
141 * modify wenclose to handle pads
169 + modify "-u" option to not report cancels for strings which
181 + modify check for multiply defined aliases to report problems
190 + modify reset command to avoid altering clocal if the terminal
[all …]
/src/contrib/dialog/
H A DCHANGES13 + modify options-parsing to permit a "no" on any boolean option and
23 + modify configure script's compiler check to work around Xcode's
45 + modify dlg_ok_label() and dlg_ok_labels() to ignore --no-ok if all
50 + modify several widgets to make their handling of --no-ok consistent
57 + modify configure script to make Solaris -R rpath feature work
81 + modify init_dialog's initialization of tab_len and aspect_ratio to
144 + modify dselect/fselect to work with autosizing (Debian #915949).
147 + modify inputmenu to recognize the "Cancel" button and keys bound to
183 + modify dialog-config.in so that setting prefix or exec-prefix to
190 + modify dlg_will_resize() and dlg_result_key() functions to reduce
[all …]
/src/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/
H A Dzfs_diff_001_pos.ksh40 log_must ${MKDIR} ${TESTDIR}/dirs/modify
45 log_must ${TOUCH} ${TESTDIR}/files/modify
55 log_must ${TOUCH} ${TESTDIR}/dirs/modify
59 log_must ${DATE} >> ${TESTDIR}/files/modify
H A Dzfs_diff_001_pos.golden6 M /testdir1526/dirs/modify
9 M /testdir1526/files/modify
/src/tests/sys/audit/
H A DMakefile4 ATF_TESTS_C+= file-attribute-modify
20 SRCS.file-attribute-modify+= file-attribute-modify.c
21 SRCS.file-attribute-modify+= utils.c
/src/contrib/bmake/unit-tests/
H A Dvarname-dot-newline.mk23 .if make(try-to-modify)
40 @${MAKE} -f ${MAKEFILE} try-to-modify || true
/src/sys/x86/include/
H A Dsysarch.h147 int x86_pkru_get_perm(unsigned int keyidx, int *access, int *modify);
148 int x86_pkru_set_perm(unsigned int keyidx, int access, int modify);
/src/crypto/openssl/doc/man1/
H A Dopenssl-srp.pod.in14 [B<-modify>]
31 password) file. At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list>
56 =item B<-modify>
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Ddatapath.h558 struct iwl_rx_baid_cfg_cmd_modify modify; member
622 } __packed modify; /* TX_QUEUE_CFG_CMD_MODIFY_API_S_VER_1 */ member
692 } __packed modify; /* SEC_KEY_MODIFY_CMD_API_S_VER_1 */ member
/src/release/packages/ucl/
H A Dmtree-all.ucl6 * Permission to use, copy, modify, and distribute this software for any
25 and create or modify a hierarchy from a specification.
H A Dpam-all.ucl6 * Permission to use, copy, modify, and distribute this software for any
26 method without needing to modify the application.
H A Dsound-all.ucl6 * Permission to use, copy, modify, and distribute this software for any
30 * sndctl(8) can display and modify audio device configuration.
/src/crypto/krb5/src/ccapi/common/win/
H A Dccs_request.Acf12 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
19 * permission. Furthermore if you modify this software you must label
H A Dccs_reply.Acf12 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
19 * permission. Furthermore if you modify this software you must label
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-key.c135 .u.modify.old_sta_mask = cpu_to_le32(data->old_sta_mask), in iwl_mvm_mld_update_sta_key()
136 .u.modify.new_sta_mask = cpu_to_le32(data->new_sta_mask), in iwl_mvm_mld_update_sta_key()
137 .u.modify.key_id = cpu_to_le32(key->keyidx), in iwl_mvm_mld_update_sta_key()
138 .u.modify.key_flags = in iwl_mvm_mld_update_sta_key()
/src/usr.bin/mail/
H A Dquit.c65 int mcount, p, modify, autohold, anystat, holdbit, nohold; in quit() local
150 modify = 0; in quit()
161 modify++; in quit()
171 if (p == msgCount && !modify && !anystat) { in quit()
/src/sys/contrib/dev/iwlwifi/mld/
H A Dkey.c336 .u.modify.old_sta_mask = cpu_to_le32(data->old_sta_mask), in iwl_mld_update_sta_key_iter()
337 .u.modify.new_sta_mask = cpu_to_le32(data->new_sta_mask), in iwl_mld_update_sta_key_iter()
338 .u.modify.key_id = cpu_to_le32(key->keyidx), in iwl_mld_update_sta_key_iter()
339 .u.modify.key_flags = in iwl_mld_update_sta_key_iter()
/src/crypto/krb5/src/lib/
H A Dkrb5.rc12 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
19 * permission. Furthermore if you modify this software you must label
/src/sys/netgraph/
H A Dng_source.c881 int modify; in ng_source_dup_mod() local
886 modify = sc->embed_timestamp.flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod()
887 for (i = 0; !modify && i < NG_SOURCE_COUNTERS; ++i) in ng_source_dup_mod()
888 modify = sc->embed_counter[i].flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod()
891 if (modify) in ng_source_dup_mod()
901 if (!modify) in ng_source_dup_mod()

12345678910>>...42