| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | sort.c | 88 unsigned int *countp; in sort_pointers() local 118 for (countp = count + 1; countp < count + DIGIT_MAX; ++countp) in sort_pointers() 119 *countp += countp[-1]; in sort_pointers()
|
| /mirbsd/src/sys/ufs/ffs/ |
| D | ffs_softdep_stub.c | 241 softdep_flushworklist(oldmnt, countp, p) in softdep_flushworklist() argument 243 int *countp; 247 *countp = 0;
|
| D | ffs_inode.c | 429 ffs_indirtrunc(ip, lbn, dbn, lastbn, level, countp) in ffs_indirtrunc() argument 434 long *countp; 479 *countp = 0; 540 *countp = blocksreleased;
|
| D | ffs_softdep.c | 864 softdep_flushworklist(oldmnt, countp, p) in softdep_flushworklist() argument 866 int *countp; 887 *countp = 0; 890 *countp += count; 2416 indir_trunc(ip, dbn, level, lbn, countp) in indir_trunc() argument 2421 long *countp; 2480 level - 1, lbn + (i * lbnadd), countp)) != 0) 2484 *countp += nblocks;
|
| /mirbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_inode.c | 437 ext2fs_indirtrunc(ip, lbn, dbn, lastbn, level, countp) in ext2fs_indirtrunc() argument 442 long *countp; 487 *countp = 0; 546 *countp = blocksreleased;
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYMain.c | 674 static BOOL parse_arg(char **arg, unsigned mask, int *countp); 4218 int *countp) in parse_arg() argument 4230 arg_name, mask, countp ? *countp : -1)); in parse_arg() 4233 if (mask == (unsigned) ((countp != 0) ? 0 : 1)) { in parse_arg() 4248 && (countp != 0) in parse_arg() 4249 && (nof_index < (*countp))) in parse_arg() 4280 return (BOOL) (countp != 0); in parse_arg() 4285 nof_index = countp ? *countp : -1; in parse_arg() 4322 if ((countp != 0) && (next_arg != 0)) in parse_arg() 4323 (*countp)++; in parse_arg()
|
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | buffer.c | 730 buf_input_data (struct buffer *buf, size_t *countp) in buf_input_data() argument 734 if (countp != NULL) in buf_input_data() 735 *countp = 0; in buf_input_data() 776 if (countp != NULL) in buf_input_data() 777 *countp += nbytes; in buf_input_data()
|
| /mirbsd/src/usr.bin/vi/vi/ |
| D | vi.c | 1130 v_count(sp, fkey, countp) in v_count() argument 1133 u_long *countp; 1161 *countp = count;
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | dtd_util.c | 456 static AttrInfo *sorted_attrs(const SGML_dtd * dtd, unsigned *countp) in sorted_attrs() argument 475 *countp = count; in sorted_attrs()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | write.c | 442 int *countp = (int *) countparg; in renumber_sections() local 444 sec->index = *countp; in renumber_sections() 445 ++*countp; in renumber_sections()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | aix-thread.c | 587 giter_count (struct thread_info *thread, void *countp) in giter_count() argument 589 (*(int *) countp)++; in giter_count()
|