| /dflybsd-src/usr.sbin/pw/ |
| H A D | pw.c | 91 static void cmdhelp(int mode, int which); 99 int which = -1; in main() local 157 else if (which == -1 && (tmp = getindex(Which, argv[1])) != -1) in main() 158 which = tmp; in main() 159 else if ((mode == -1 && which == -1) && in main() 162 which = tmp / M_NUM; in main() 165 cmdhelp(mode, which); in main() 166 else if (which != -1 && mode != -1) in main() 177 if (mode == -1 || which == -1) in main() 178 cmdhelp(mode, which); in main() [all …]
|
| /dflybsd-src/contrib/gdb-7/readline/ |
| H A D | history.c | 369 replace_history_entry (which, line, data) in replace_history_entry() argument 370 int which; in replace_history_entry() 376 if (which < 0 || which >= history_length) 380 old_value = the_history[which]; 385 the_history[which] = temp; 397 replace_history_data (which,old, new) in replace_history_data() argument 398 int which; in replace_history_data() 404 if (which < -2 || which >= history_length || history_length == 0 || the_history == 0) 407 if (which >= 0) 409 entry = the_history[which]; [all …]
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_rb.c | 232 struct archive_rb_node *old_father, const unsigned int which) in __archive_rb_tree_reparent_nodes() argument 234 const unsigned int other = which ^ RB_DIR_OTHER; in __archive_rb_tree_reparent_nodes() 236 struct archive_rb_node * const old_child = old_father->rb_nodes[which]; in __archive_rb_tree_reparent_nodes() 246 new_child->rb_nodes[which] = old_child->rb_nodes[other]; in __archive_rb_tree_reparent_nodes() 265 if (!RB_SENTINEL_P(new_child->rb_nodes[which])) { in __archive_rb_tree_reparent_nodes() 266 RB_SET_FATHER(new_child->rb_nodes[which], new_child); in __archive_rb_tree_reparent_nodes() 267 RB_SET_POSITION(new_child->rb_nodes[which], which); in __archive_rb_tree_reparent_nodes() 279 unsigned int which; in __archive_rb_tree_insert_rebalance() local 288 which = (father == grandpa->rb_right); in __archive_rb_tree_insert_rebalance() 289 other = which ^ RB_DIR_OTHER; in __archive_rb_tree_insert_rebalance() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| H A D | eh_alloc.cc | 109 unsigned int which = 0; in __cxa_allocate_exception() local 116 if (++which >= EMERGENCY_OBJ_COUNT) in __cxa_allocate_exception() 120 emergency_used |= (bitmask_type)1 << which; in __cxa_allocate_exception() 121 ret = &emergency_buffer[which][0]; in __cxa_allocate_exception() 143 const unsigned int which in __cxa_free_exception() local 147 emergency_used &= ~((bitmask_type)1 << which); in __cxa_free_exception() 167 unsigned int which = 0; in __cxa_allocate_dependent_exception() local 172 if (++which >= EMERGENCY_OBJ_COUNT) in __cxa_allocate_dependent_exception() 176 dependents_used |= (bitmask_type)1 << which; in __cxa_allocate_dependent_exception() 177 ret = &dependents_buffer[which]; in __cxa_allocate_dependent_exception() [all …]
|
| /dflybsd-src/usr.bin/renice/ |
| H A D | renice.c | 59 int errs, incr, prio, which, who; in main() local 63 which = PRIO_PROCESS; in main() 79 which = PRIO_PGRP; in main() 83 which = PRIO_USER; in main() 87 which = PRIO_PROCESS; in main() 90 if (which == PRIO_USER) { in main() 112 errs += donice(which, who, prio, incr); in main() 118 donice(int which, int who, int prio, int incr) in donice() argument 123 oldprio = getpriority(which, who); in donice() 134 if (setpriority(which, who, prio) < 0) { in donice()
|
| /dflybsd-src/test/x86_64/ |
| H A D | Makefile | 153 `cat ${QEMUDIR}/vn.which` ${QEMUDIR}/root.img 154 dd if=/dev/zero of=/dev/`cat ${QEMUDIR}/vn.which` bs=32k count=4 155 fdisk -IB `cat ${QEMUDIR}/vn.which` 156 disklabel -r -w `cat ${QEMUDIR}/vn.which`s1 auto 157 disklabel `cat ${QEMUDIR}/vn.which`s1 > ${QEMUDIR}/label.tmp 159 disklabel -R `cat ${QEMUDIR}/vn.which`s1 ${QEMUDIR}/label.tmp 160 disklabel -B `cat ${QEMUDIR}/vn.which`s1 161 newfs /dev/`cat ${QEMUDIR}/vn.which`s1a 163 vnconfig -u `cat ${QEMUDIR}/vn.which` > /dev/null 2>&1 166 vnconfig -c `cat ${QEMUDIR}/vn.which` ${QEMUDIR}/root.img [all …]
|
| /dflybsd-src/contrib/ncurses/ncurses/tinfo/ |
| H A D | db_iterator.c | 121 update_getenv(const char *name, DBDIRS which) in update_getenv() argument 125 if (which < dbdLAST) { in update_getenv() 127 char *cached_value = my_vars[which].value; in update_getenv() 139 my_vars[which].name = name; in update_getenv() 142 FreeIfNeeded(my_vars[which].value); in update_getenv() 143 my_vars[which].value = value; in update_getenv() 154 cache_getenv(const char *name, DBDIRS which) in cache_getenv() argument 158 (void) update_getenv(name, which); in cache_getenv() 159 if (which < dbdLAST) { in cache_getenv() 160 result = my_vars[which].value; in cache_getenv() [all …]
|
| /dflybsd-src/test/vkernel/ |
| H A D | Makefile | 99 vnconfig -c -T -S ${ROOTSIZE} `cat ${VKDIR}/vn.which` ${VKDIR}/root.img 100 dd if=/dev/zero of=/dev/`cat ${VKDIR}/vn.which` bs=32k count=4 101 fdisk -IB `cat ${VKDIR}/vn.which` 102 disklabel -r -w `cat ${VKDIR}/vn.which`s1 auto 103 disklabel `cat ${VKDIR}/vn.which`s1 > ${VKDIR}/label.tmp 109 disklabel -R `cat ${VKDIR}/vn.which`s1 ${VKDIR}/label.tmp 110 disklabel -B `cat ${VKDIR}/vn.which`s1 111 ${NEWFS_CMD} ${NEWFS_ARGS} /dev/`cat ${VKDIR}/vn.which`s1a 113 vnconfig -u `cat ${VKDIR}/vn.which` > /dev/null 2>&1 116 vnconfig -c `cat ${VKDIR}/vn.which` ${VKDIR}/root.img [all …]
|
| /dflybsd-src/sys/libprop/ |
| H A D | prop_rb.c | 255 const unsigned int which) in rb_tree_reparent_nodes() argument 257 const unsigned int other = which ^ RB_DIR_OTHER; in rb_tree_reparent_nodes() 259 struct rb_node * const old_child = old_father->rb_nodes[which]; in rb_tree_reparent_nodes() 263 KASSERT(which == RB_DIR_LEFT || which == RB_DIR_RIGHT); in rb_tree_reparent_nodes() 277 new_child->rb_nodes[which] = old_child->rb_nodes[other]; in rb_tree_reparent_nodes() 306 if (!RB_SENTINEL_P(new_child->rb_nodes[which])) { in rb_tree_reparent_nodes() 307 RB_SET_FATHER(new_child->rb_nodes[which], new_child); in rb_tree_reparent_nodes() 308 RB_SET_POSITION(new_child->rb_nodes[which], which); in rb_tree_reparent_nodes() 323 unsigned int which; in rb_tree_insert_rebalance() local 343 which = (father == grandpa->rb_right); in rb_tree_insert_rebalance() [all …]
|
| /dflybsd-src/contrib/dialog/ |
| H A D | buildlist.c | 741 int which = (items[cur_item].state != 0); in dlg_buildlist() local 742 MY_DATA *moi = data + which; in dlg_buildlist() 743 int at_top = index2row(&all, moi->top_index, which); in dlg_buildlist() 744 int at_end = index2row(&all, -1, which); in dlg_buildlist() 745 int at_bot = skip_rows(&all, at_top, all.use_height, which); in dlg_buildlist() 752 mySide(which))); in dlg_buildlist() 761 int cur_row = index2row(&all, cur_item, which); in dlg_buildlist() 762 cur_y = (data[which].box_y in dlg_buildlist() 767 cur_x = (data[which].box_x in dlg_buildlist() 791 if (j != which) { in dlg_buildlist() [all …]
|
| /dflybsd-src/contrib/dhcpcd/compat/ |
| H A D | rb.c | 332 struct rb_node *old_father, const unsigned int which) in rb_tree_reparent_nodes() argument 334 const unsigned int other = which ^ RB_DIR_OTHER; in rb_tree_reparent_nodes() 336 struct rb_node * const old_child = old_father->rb_nodes[which]; in rb_tree_reparent_nodes() 340 KASSERT(which == RB_DIR_LEFT || which == RB_DIR_RIGHT); in rb_tree_reparent_nodes() 354 new_child->rb_nodes[which] = old_child->rb_nodes[other]; in rb_tree_reparent_nodes() 383 if (!RB_SENTINEL_P(new_child->rb_nodes[which])) { in rb_tree_reparent_nodes() 384 RB_SET_FATHER(new_child->rb_nodes[which], new_child); in rb_tree_reparent_nodes() 385 RB_SET_POSITION(new_child->rb_nodes[which], which); in rb_tree_reparent_nodes() 400 unsigned int which; in rb_tree_insert_rebalance() local 420 which = (father == grandpa->rb_right); in rb_tree_insert_rebalance() [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | block.c | 434 enum block_enum which; in initialize_block_iterator() local 441 which = GLOBAL_BLOCK; in initialize_block_iterator() 446 which = STATIC_BLOCK; in initialize_block_iterator() 454 iter->which = FIRST_LOCAL_BLOCK; in initialize_block_iterator() 472 iter->which = FIRST_LOCAL_BLOCK; in initialize_block_iterator() 477 iter->which = which; in initialize_block_iterator() 501 gdb_assert (iterator->which != FIRST_LOCAL_BLOCK); in block_iterator_step() 514 block = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab), iterator->which); in block_iterator_step() 539 if (iterator->which == FIRST_LOCAL_BLOCK) in block_iterator_first() 550 if (iterator->which == FIRST_LOCAL_BLOCK) in block_iterator_next() [all …]
|
| /dflybsd-src/usr.bin/setcaps/ |
| H A D | setcaps.c | 93 char *which; in main() local 101 which = av[j]; in main() 102 if ((scan = strchr(which, ':')) != NULL) { in main() 115 which, *scan); in main() 125 if (ptr == NULL || strcmp(ptr, which) != 0) in main() 131 which, strerror(errno)); in main() 134 printf("%s: ", which); in main() 143 printf("%s: not-found\n", which); in main()
|
| /dflybsd-src/nrelease/ |
| H A D | Makefile | 347 vnconfig -e vn ${ISOROOT}/boot/efiboot.img > ${ISODIR}/vn.which 348 mount_msdos /dev/`cat ${ISODIR}/vn.which` ${IMGMNT} 352 vnconfig -u `cat ${ISODIR}/vn.which` 353 rm -f ${ISODIR}/vn.which 390 vnconfig -e vn ${IMGFILE} > ${ISODIR}/vn.which 392 fdisk -b ${ISOROOT}/boot/mbr -IB `cat ${ISODIR}/vn.which` 393 fdisk -s `cat ${ISODIR}/vn.which` >${ISODIR}/fdisk.dat 400 fdisk -iv -f ${ISODIR}/fdisk.conf `cat ${ISODIR}/vn.which` 402 newfs_msdos -F 32 -c 2 -L EFI -m 0xf8 `cat ${ISODIR}/vn.which`s1 403 mount_msdos /dev/`cat ${ISODIR}/vn.which`s1 ${IMGMNT} [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| H A D | cxx11-shim_facets.cc | 194 ios_base& io, ios_base::iostate& err, tm* t, char which); 694 ios_base& io, ios_base::iostate& err, tm* t, char which) in __time_get() argument 697 switch(which) in __time_get() 787 locale::facet::_M_sso_shim(const locale::id* which) const in _M_sso_shim() 789 locale::facet::_M_cow_shim(const locale::id* which) const in _M_sso_shim() 800 if (which == &numpunct<char>::id) in _M_sso_shim() 802 if (which == &std::collate<char>::id) in _M_sso_shim() 804 if (which == &time_get<char>::id) in _M_sso_shim() 806 if (which == &money_get<char>::id) in _M_sso_shim() 808 if (which == &money_put<char>::id) in _M_sso_shim() [all …]
|
| /dflybsd-src/test/lockf/ |
| H A D | lockf.c | 74 const char *which; in trylocks() local 100 which = "read"; in trylocks() 104 which = "write"; in trylocks() 108 which = "un"; in trylocks() 114 printf("%d: try %slock %d to %d\n", id, which, (int)fl.l_start, in trylocks() 121 printf("%d: got %slock %d to %d\n", id, which, (int)fl.l_start, in trylocks()
|
| /dflybsd-src/contrib/lvm2/dist/test/ |
| H A D | t-pvcreate-operation-md.sh | 12 which mdadm || exit 200 13 which sfdisk || exit 200 14 which perl || exit 200 15 which awk || exit 200 16 which cut || exit 200
|
| /dflybsd-src/contrib/cryptsetup/po/ |
| H A D | Makevars | 23 # This is the email address or URL to which the translators shall report 25 # - Strings which are not entire sentences, see the maintainer guidelines 27 # - Strings which use unclear terms or require additional context to be 29 # - Strings which make invalid assumptions about notation of date, time or 36 # which the translators can contact you. 39 # This is the list of locale categories, beyond LC_MESSAGES, for which the
|
| /dflybsd-src/contrib/cvs-1.12/src/ |
| H A D | recurse.c | 40 int which; member 159 int which, int aflag, int locktype, in start_recursion() argument 180 local, which, aflag, locktype, in start_recursion() 194 local, which, aflag, locktype, in start_recursion() 205 frame.which = which; in start_recursion() 258 int just_subdirs = (which & W_LOCAL) && !isdir (CVSADM); in start_recursion() 389 if (!(which & W_LOCAL)) in start_recursion() 401 if ((which & W_LOCAL) && isdir (CVSADM) && in start_recursion() 719 if (frame->which & W_LOCAL) in do_recursion() 758 int lwhich = frame->which; in do_recursion() [all …]
|
| H A D | annotate.c | 171 int which; in rannotate_proc() local 231 which = W_REPOS | W_ATTIC; in rannotate_proc() 233 which = W_REPOS; in rannotate_proc() 238 which = W_LOCAL; in rannotate_proc() 249 argc - 1, argv + 1, local, which, 0, CVS_LOCK_READ, in rannotate_proc() 251 if (which & W_REPOS) in rannotate_proc()
|
| /dflybsd-src/contrib/gcc-8.0/libgomp/ |
| H A D | parallel.c | 173 GOMP_cancellation_point (int which) in GOMP_cancellation_point() argument 180 if (which & (GOMP_CANCEL_LOOP | GOMP_CANCEL_SECTIONS)) in GOMP_cancellation_point() 186 else if (which & GOMP_CANCEL_TASKGROUP) in GOMP_cancellation_point() 201 GOMP_cancel (int which, bool do_cancel) in ialias() 207 return ialias_call (GOMP_cancellation_point) (which); in ialias() 211 if (which & (GOMP_CANCEL_LOOP | GOMP_CANCEL_SECTIONS)) in ialias() 219 else if (which & GOMP_CANCEL_TASKGROUP) in ialias()
|
| /dflybsd-src/sys/kern/ |
| H A D | kern_plimit.c | 268 kern_setrlimit(u_int which, struct rlimit *limp) in kern_setrlimit() argument 275 if (which >= RLIM_NLIMITS) in kern_setrlimit() 283 alimp = &limit->pl_rlimit[which]; in kern_setrlimit() 307 switch (which) { in kern_setrlimit() 398 error = kern_setrlimit(uap->which, &alim); in sys_setrlimit() 407 kern_getrlimit(u_int which, struct rlimit *limp) in kern_getrlimit() argument 420 if (which >= RLIM_NLIMITS) in kern_getrlimit() 424 *limp = limit->pl_rlimit[which]; in kern_getrlimit() 435 error = kern_getrlimit(uap->which, &lim); in sys_getrlimit()
|
| /dflybsd-src/sys/dev/acpica/ |
| H A D | acpi_pci.c | 73 static int acpi_pci_read_ivar(device_t dev, device_t child, int which, 75 static int acpi_pci_write_ivar(device_t dev, device_t child, int which, 110 acpi_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in acpi_pci_read_ivar() argument 115 switch (which) { in acpi_pci_read_ivar() 123 return (pci_read_ivar(dev, child, which, result)); in acpi_pci_read_ivar() 127 acpi_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value) in acpi_pci_write_ivar() argument 132 switch (which) { in acpi_pci_write_ivar() 140 return (pci_write_ivar(dev, child, which, value)); in acpi_pci_write_ivar()
|
| H A D | acpi_pcib_pci.c | 62 int which, uintptr_t *result); 126 acpi_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in acpi_pcib_read_ivar() argument 130 switch (which) { in acpi_pcib_read_ivar() 135 return (pcib_read_ivar(dev, child, which, result)); in acpi_pcib_read_ivar()
|
| /dflybsd-src/games/fortune/ |
| H A D | Notes | 19 (which contains the fortunes themselves) and the data file which describes 22 database, and "fortunes.dat" is the data file which describes it. See 38 Anything which would not make it onto network prime time programming 39 (or which would only be broadcast if some discredited kind of guy said it) 43 sequestered in the potentially offensive section as well. Anything which 51 a program which is supposed to be entertaining. People who run "fortune 54 worth seriously (i.e., not in jest) assaulted. Jokes which depend for their 77 which time it will be worth absolutely nothing. 80 Attributions which do not fit on one (72 char) line should be continued 81 on a line which lines up below the first text of the attribution, e.g., [all …]
|