| /freebsd-9-stable/crypto/heimdal/tests/db/ |
| D | Makefile.am | 9 check_SCRIPTS = loaddump-db add-modify-delete check-dbinfo 22 add-modify-delete: add-modify-delete.in Makefile 23 $(do_subst) < $(srcdir)/add-modify-delete.in > add-modify-delete.tmp 24 chmod +x add-modify-delete.tmp 25 mv add-modify-delete.tmp add-modify-delete 59 add-modify-delete.in \
|
| D | Makefile.in | 314 check_SCRIPTS = loaddump-db add-modify-delete check-dbinfo 337 add-modify-delete.in \ 773 add-modify-delete: add-modify-delete.in Makefile 774 $(do_subst) < $(srcdir)/add-modify-delete.in > add-modify-delete.tmp 775 chmod +x add-modify-delete.tmp 776 mv add-modify-delete.tmp add-modify-delete
|
| /freebsd-9-stable/tools/regression/usr.sbin/etcupdate/ |
| D | ignore.sh | 83 echo "old" > $i/tree/modify 85 echo "new" > $NEW/tree/modify 185 U /tree/modify 193 file /tree/modify "new" 213 file /tree/modify "old" 233 file /tree/modify "old" 256 file /tree/modify "old"
|
| /freebsd-9-stable/contrib/dialog/ |
| D | CHANGES | 8 + modify util.c to work better with old versions of ncurses: 20 + modify dlg_checklist() so that only one item in the list can 26 + modify LIB_CREATE symbol in makefile.in to include the library 29 + modify dlg_exit_label() to suppress the Cancel button, for 31 + modify dlg_exit_label() to honor the --nook option, except when there 33 + modify dlg_exit_buttoncode() so that it returns the proper code for 37 + modify handling of "--version" and "--help" to ensure that they are 75 + CF_CURSES_TERM_H, modify to avoid spurious check for 103 + modify pause widget to use dlg_ok_buttoncode(), so help-button works. 107 + modify --trace option to also trace the command-line parameters. [all …]
|
| /freebsd-9-stable/contrib/ncurses/ |
| D | NEWS | 7 -- without limitation the rights to use, copy, modify, merge, publish, -- 58 + modify form library to accept control characters such as newline 61 + modify configure script to assume --without-hashed-db when 149 + modify Ada95 'rain' test program to accept keyboard commands like the 151 + modify BeOS-specific ifdef's to build on Haiku (patch by Scott 164 + modify configure check for pthread library to work with OSF/1 5.1, 169 + modify configure script for the case where tic library is used (and 180 + modify linkage with pthread library to use weak symbols so that 191 + modify _nc_panelhook() data to account for a permanent memory leak. 194 + modify configure script CF_XOPEN_SOURCE macro to add case for [all …]
|
| /freebsd-9-stable/contrib/gcc/ |
| D | value-prof.c | 266 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 …]
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | hashed_db.c | 49 _nc_db_open(const char *path, bool modify) in _nc_db_open() argument 60 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 68 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 75 modify ? DB_CREATE : DB_RDONLY, in _nc_db_open() 87 modify ? (O_CREAT | O_RDWR) : O_RDONLY, in _nc_db_open()
|
| /freebsd-9-stable/contrib/amd/amd/ |
| D | mapc.c | 485 rc = (*m->search) (m, m->map_name, key, valp, &m->modify); in search_map() 528 t = m->modify; in mapc_reload_map() 536 if (t <= m->modify) { in mapc_reload_map() 539 m->map_name, (int) m->modify, (int) t); in mapc_reload_map() 568 m->modify = t; in mapc_reload_map() 589 time_t modify = 0; in mapc_create() local 607 if ((*mt->init) (m, map, &modify) == 0) { in mapc_create() 611 error_init(m, map, &modify); in mapc_create() 626 if ((*mt->init) (m, map, &modify) == 0) { in mapc_create() 677 m->modify = modify; in mapc_create() [all …]
|
| /freebsd-9-stable/crypto/heimdal/tests/kdc/ |
| D | check-referral.in | 88 ${kadmin} modify --alias=alias1 --alias=alias2 foo@${R} || exit 1 159 ${kadmin} modify --alias=alias1 foo@${R} || { ec=1 ; eval "${testfailed}"; } 166 ${kadmin} modify --alias= foo@${R} || { ec=1 ; eval "${testfailed}"; }
|
| /freebsd-9-stable/contrib/amd/ |
| 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-9-stable/sbin/atm/atmconfig/ |
| D | atmconfig_device.help | 45 atmconfig [common-options] device modify [options] <device> 57 ^1 modify 58 usage: atmconfig [common-options] device modify [-mode mode] <device>
|
| /freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| 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-9-stable/usr.bin/mail/ |
| D | quit.c | 71 int mcount, p, modify, autohold, anystat, holdbit, nohold; in quit() local 156 modify = 0; in quit() 167 modify++; in quit() 177 if (p == msgCount && !modify && !anystat) { in quit()
|
| /freebsd-9-stable/sys/netgraph/ |
| D | ng_source.c | 869 int modify; in ng_source_dup_mod() local 874 modify = sc->embed_timestamp.flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod() 875 for (i = 0; !modify && i < NG_SOURCE_COUNTERS; ++i) in ng_source_dup_mod() 876 modify = sc->embed_counter[i].flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod() 879 if (modify) in ng_source_dup_mod() 889 if (!modify) in ng_source_dup_mod()
|
| /freebsd-9-stable/contrib/libstdc++/include/ext/ |
| 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
|
| 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
|
| D | numeric | 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-9-stable/contrib/dialog/package/debian/ |
| 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-9-stable/contrib/ntp/html/scripts/ |
| D | miscopt.txt | 15 <li class='inline'><a href='miscopt.html#tinker'>tinker - modify sacred system parameters (dangerou… 17 <li class='inline'><a href='miscopt.html#tos'>tos - modify service parameters</a></li>\
|
| /freebsd-9-stable/contrib/ee/ |
| D | create.make | 168 Don't know where to find curses, you'll need to modify 195 Don't know where to find curses, you'll need to modify
|
| /freebsd-9-stable/contrib/ntp/libparse/ |
| D | mkinfo_scmd.sed | 3 \ * Automatically generated - do not modify\
|
| /freebsd-9-stable/contrib/libreadline/doc/ |
| D | rluserman.texi | 24 Permission is granted to copy, distribute and/or modify this document 31 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
|
| D | history.texi | 24 Permission is granted to copy, distribute and/or modify this document 31 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
|
| /freebsd-9-stable/contrib/cvs/ |
| D | COPYING | 32 distribute copies of the software, or if you modify it. 41 distribute and/or modify the software. 73 2. You may modify your copy or copies of the Program or any portion of 131 4. You may not copy, modify, sublicense, distribute or transfer the 133 Any attempt otherwise to copy, modify, sublicense, distribute or transfer 146 licensor to copy, distribute or modify the Program subject to these 210 This program is free software; you can redistribute it and/or modify
|
| /freebsd-9-stable/sys/geom/part/ |
| D | g_part_if.m | 123 # modify() - scheme specific processing for the modify verb. 124 METHOD int modify {
|