| /freebsd-12-stable/contrib/gdb/gdb/cli/ |
| D | cli-script.c | 1074 struct cmd_list_element *c, *newc, *oldc, *hookc = 0; in define_command() local 1149 newc = add_cmd (comname, class_user, user_defined_command, in define_command() 1152 newc->user_commands = cmds; in define_command() 1161 hookc->hook_pre = newc; /* Target gets hooked. */ in define_command() 1162 newc->hookee_pre = hookc; /* We are marked as hooking target cmd. */ in define_command() 1165 hookc->hook_post = newc; /* Target gets hooked. */ in define_command() 1166 newc->hookee_post = hookc; /* We are marked as hooking target cmd. */ in define_command()
|
| /freebsd-12-stable/sys/dev/iicbus/ |
| D | ds3231.c | 193 int error, conv, newc; in ds3231_conv_sysctl() local 200 newc = conv = (sc->sc_ctrl & DS3231_CTRL_CONV) ? 1 : 0; in ds3231_conv_sysctl() 201 error = sysctl_handle_int(oidp, &newc, 0, req); in ds3231_conv_sysctl() 204 if (conv == 0 && newc != 0) { in ds3231_conv_sysctl()
|
| /freebsd-12-stable/usr.sbin/makefs/msdos/ |
| D | msdosfs_fat.c | 564 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local 587 newc = --count > 0 ? start : fillwith; in fatchain() 593 readcn |= newc & 0xfff; in fatchain() 596 readcn |= newc << 4; in fatchain() 604 putushort(bp->b_data + bo, newc); in fatchain() 610 readcn |= newc & pmp->pm_fatmask; in fatchain()
|
| /freebsd-12-stable/sys/fs/msdosfs/ |
| D | msdosfs_fat.c | 574 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local 597 newc = --count > 0 ? start : fillwith; in fatchain() 603 readcn |= newc & 0xfff; in fatchain() 606 readcn |= newc << 4; in fatchain() 614 putushort(bp->b_data + bo, newc); in fatchain() 620 readcn |= newc & pmp->pm_fatmask; in fatchain()
|
| /freebsd-12-stable/contrib/ee/ |
| D | new_curse.h | 252 extern void Char_ins P_((char *line, char *attrib, int newc, int newatt, int offset, int maxlen)); 255 extern void Char_out P_((int newc, int newatt, char *line, char *attrib, int offset));
|
| D | new_curse.c | 3714 Char_ins(line, attrib, newc, newatt, offset, maxlen) /* insert chars in line */ in Char_ins() argument 3717 char newc; 3732 line[offset] = newc; 3734 Char_out(newc, newatt, line, attrib, offset); 3764 Char_out(newc, newatt, line, attrib, offset) /* output character with proper attribute */ in Char_out() argument 3765 char newc; in Char_out() 3791 putchar(newc); 3792 line[offset] = newc;
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | vdev.c | 553 int newc; in vdev_compact_children() local 560 for (int c = newc = 0; c < oldc; c++) in vdev_compact_children() 562 newc++; in vdev_compact_children() 564 if (newc > 0) { in vdev_compact_children() 565 newchild = kmem_alloc(newc * sizeof (vdev_t *), KM_SLEEP); in vdev_compact_children() 567 for (int c = newc = 0; c < oldc; c++) { in vdev_compact_children() 569 newchild[newc] = cvd; in vdev_compact_children() 570 cvd->vdev_id = newc++; in vdev_compact_children() 579 pvd->vdev_children = newc; in vdev_compact_children() 1300 uint64_t newc = vd->vdev_asize >> vd->vdev_ms_shift; in vdev_metaslab_init() local [all …]
|
| /freebsd-12-stable/contrib/libarchive/ |
| D | NEWS | 326 May 21, 2008: Joerg Sonnenberger: fix bsdtar hardlink handling for newc format 378 Mar 15, 2008: bsdcpio now seems to correctly write hardlinks into newc, 399 Feb 09, 2008: New "linkify" resolver to help with newc hardlink writing; 405 Jan 22, 2008: Fix bad padding when writing symlinks to newc cpio archives. 413 hardlinks extracted from newc cpio files. (Which store the body 488 Sep 26, 2007: cpio-odc and cpio-newc archives no longer write bodies
|
| D | README.md | 117 * SVR4 "newc" cpio
|
| /freebsd-12-stable/crypto/openssl/crypto/evp/ |
| D | e_aes.c | 3958 EVP_CIPHER_CTX *newc; in aes_ocb_ctrl() local 4006 newc = (EVP_CIPHER_CTX *)ptr; in aes_ocb_ctrl() 4007 new_octx = EVP_C_DATA(EVP_AES_OCB_CTX,newc); in aes_ocb_ctrl()
|