| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | hashed_db.c | 50 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 105 p->modify = modify; in make_connection() 119 _nc_db_open(const char *path, bool modify) in _nc_db_open() argument 136 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 146 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 153 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 162 modify ? (O_CREAT | O_RDWR) : O_RDONLY, in _nc_db_open() [all …]
|
| /freebsd-13.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-13.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-13.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-13.1/contrib/ncurses/ |
| H A D | NEWS | 1100 + modify bs.c to make it easier to quit. 1347 + modify test/picsmap.c to read xpm files. 1745 + modify CF_XOPEN_SOURCE macro: 1855 + modify test/ncurses.c: 2753 + modify configure script: 5515 + modify test/ditto.c to use use_screen(). 8068 + modify ncurses/modules to allow 10702 + modify configuration scripts to 11951 + modify rain.c to use color. 12212 + modify tset to behave more like SVr4's tset, which does not modify [all …]
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | CHANGES | 42 + modify msgbox.c, yesno.c to bind SCROLLKEY_BINDINGS before 98 + modify makefile to apply CFLAGS to linking 420 + modify prgbox widget to work with --extra-button, etc. 425 + modify msgbox widget to honor "--extra-button". 535 + modify dlg_parse_rc() to check for error return from 643 + CF_CURSES_TERM_H, modify to avoid spurious check for 1061 + modify pause.c, msgbox.c to work with --help-button. 1469 + modify main program to make 1539 + modify configure script to not use "head -1". 2134 + modify exiterr() to avoid possible expansion of '%'. [all …]
|
| /freebsd-13.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-13.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-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | datapath.h | 343 struct iwl_rx_baid_cfg_cmd_modify modify; member 402 } __packed modify; /* TX_QUEUE_CFG_CMD_MODIFY_API_S_VER_1 */ member
|
| /freebsd-13.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-13.1/sys/netgraph/ |
| H A D | ng_source.c | 882 int modify; in ng_source_dup_mod() local 887 modify = sc->embed_timestamp.flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod() 888 for (i = 0; !modify && i < NG_SOURCE_COUNTERS; ++i) in ng_source_dup_mod() 889 modify = sc->embed_counter[i].flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod() 892 if (modify) in ng_source_dup_mod() 902 if (!modify) in ng_source_dup_mod()
|
| /freebsd-13.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-13.1/sys/contrib/device-tree/src/arm/ |
| 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 | imx6dl-tx6u-801x.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
|
| H A D | imx6dl-sabrelite.dts | 11 * modify it under the terms of the GNU General Public License 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6ul-tx6ul-0010.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 | imx6qp-tx6qp-8037-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 | 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 | 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 | imx6dl-tx6s-8034-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 | imx6dl-tx6u-80xx-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | srp.pod | 14 [B<-modify>] 30 At most one of the B<-add>, B<-modify>, B<-delete>, and B<-list> options
|