Home
last modified time | relevance | path

Searched refs:countp (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dsort.c88 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/
Dffs_softdep_stub.c241 softdep_flushworklist(oldmnt, countp, p) in softdep_flushworklist() argument
243 int *countp;
247 *countp = 0;
Dffs_inode.c429 ffs_indirtrunc(ip, lbn, dbn, lastbn, level, countp) in ffs_indirtrunc() argument
434 long *countp;
479 *countp = 0;
540 *countp = blocksreleased;
Dffs_softdep.c864 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/
Dext2fs_inode.c437 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/
DLYMain.c674 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/
Dbuffer.c730 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/
Dvi.c1130 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/
Ddtd_util.c456 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/
Dwrite.c442 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/
Daix-thread.c587 giter_count (struct thread_info *thread, void *countp) in giter_count() argument
589 (*(int *) countp)++; in giter_count()