Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 45) sorted by relevance

12

/coreutils/src/
Dmake-prime-list.c54 unsigned p; member
74 process_prime (struct prime *info, unsigned p) in process_prime()
122 unsigned p; in output_primes() local
173 void *p = malloc (s); in xalloc() local
216 unsigned p = 3 + 2 * i; in main() local
Dpwd.c76 file_name_free (struct file_name *p) in file_name_free()
85 struct file_name *p = xmalloc (sizeof *p); in file_name_init() local
99 file_name_prepend (struct file_name *p, char const *s, size_t s_len) in file_name_prepend()
128 char *p = buf; in nth_parent() local
303 char *p; in logical_getcwd() local
Dpr.c806 char *p; in first_last_page() local
1328 COLUMN *p; in init_fps() local
1398 COLUMN *p; in init_funcs() local
1481 open_file (char *name, COLUMN *p) in open_file()
1514 close_file (COLUMN *p) in close_file()
1559 hold_file (COLUMN *p) in hold_file()
1586 COLUMN *p; in reset_status() local
1703 COLUMN *p; in init_page() local
1745 align_column (COLUMN *p) in align_column()
1777 COLUMN *p; in print_page() local
[all …]
Dshuf.c115 char *p; in input_from_argv() local
140 char *p = rawmemchr (line, eolbyte); in next_line() local
242 const struct linebuffer *p = &lines[permutation[i]]; in write_permuted_output_reservoir() local
259 char *p; in read_input() local
306 char *const *p = line + permutation[i]; in write_permuted_lines() local
359 char *const *p = lines + j; in write_random_lines() local
Dcsplit.c280 clear_line_control (struct line *p) in clear_line_control()
292 struct line *p = xmalloc (sizeof *p); in new_line_control() local
427 struct buffer_record *p; in save_buffer() local
471 char *p = b->buffer; in load_buffer() local
669 handle_line_error (const struct control *p, intmax_t repetition) in handle_line_error()
689 process_line_count (const struct control *p, intmax_t repetition) in process_line_count()
723 regexp_error (struct control *p, intmax_t repetition, bool ignore) in regexp_error()
749 process_regexp (struct control *p, intmax_t repetition) in process_regexp()
1022 struct control *p; in new_control_record() local
1041 check_for_offset (struct control *p, char const *str, char const *num) in check_for_offset()
[all …]
Dtsort.c121 struct item *p, *q, *r, *s, *t; in search_item() local
266 struct successor *p; in record_relation() local
333 struct successor **p = &k->top; in detect_loop() local
485 struct successor *p = head->top; in tsort() local
Doperand2sig.c70 char *p; in operand2sig() local
Dsleep.c121 char const *p; in main() local
Dwc_avx2.c92 for (char *p = (char *) datap; p < end; p++) in wc_lines_avx2() local
Dwho.c292 char *p = buf + strlen (buf); in print_line() local
399 char *p = hoststr; in print_user() local
413 char *p = hoststr; in print_user() local
450 char *p = mempcpy (comment, prefix, prefixlen); in make_id_equals_comment() local
Dwc.c277 for (char *p = buf; p < end; p++) in wc_lines() local
284 for (char *p = buf; (p = rawmemchr (p, '\n')) < end; p++) in wc_lines() local
427 char const *p = buf; in wc() local
564 char const *p = buf; in wc() local
Ddircolors.c148 char const *p; in parse_line() local
492 char const *p = G_line; in main() local
Dprintf.c257 char const *p = escstart + 1; in print_esc() local
346 char *p; /* Null-terminated copy of % directive. */ in print_direc() local
Dgetlimits.c90 char *p = absnum + strlen (absnum); in decimal_absval_add_one() local
Dcp-hash.c53 struct Src_to_dest const *p = x; in src_to_dest_hash() local
Dod.c505 unsigned char const *p = block; in print_named_ascii() local
536 unsigned char const *p = block; in print_ascii() local
599 simple_strtoi (char const *s, char const **p, int *val) in simple_strtoi()
639 char const *p; in ATTRIBUTE_NONNULL() local
1113 char *p = buf + sizeof buf; in format_address_std() local
Dls.c1085 intmax_t p = pos[i]; in dired_dump_obstack() local
1397 struct dev_ino const *p = x; in dev_ino_hash() local
1451 free_pending_ent (struct pending *p) in free_pending_ent()
2305 char const *p = getenv ("COLUMNS"); in decode_switches() local
2333 char const *p = getenv ("TABSIZE"); in decode_switches() local
2374 char const *p; in decode_switches() local
2453 char const *const *p = time_style_args; in decode_switches() local
2514 char const *p; in get_funky_string() local
2737 char const *p; /* Pointer to character being parsed */ in parse_ls_color() local
3144 char *p = human_readable (total_blocks, buf + 1, human_output_opts, in print_dir() local
[all …]
Dstty.c2119 strtoul_tcflag_t (char const *s, int base, char **p, tcflag_t *result, in strtoul_tcflag_t()
2133 strtoul_cc_t (char const *s, int base, char **p, cc_t *result, char delim) in strtoul_cc_t()
2154 char *p; in recover_mode() local
2166 char *p; in recover_mode() local
Dtr.c587 char *p = printable_buf; in make_printable_str() local
852 char const *p = es->s; in build_spec_list() local
1013 struct List_element *p; in get_next() local
1238 struct List_element *p; in get_spec_stats() local
1366 struct List_element *p; in string2_extend() local
Dseq.c439 char const *p = s; in trim_leading_zeros() local
474 char *p = memcpy (p0 + inc_size - p_len, a, p_len + 1); in seq_fast() local
Dfactor.c240 uintmax_t p[MAX_NFACTS]; member
247 mpz_t *p; member
525 uintmax_t *p = factors->p; in factor_insert_multiplicity() local
553 #define factor_insert(f, p) factor_insert_multiplicity (f, p, 1) argument
616 mpz_t *p = factors->p; in mp_factor_insert() local
715 factor_insert_refind (struct factors *factors, uintmax_t p, int i, int off) in factor_insert_refind()
779 uintmax_t p = 3; in factor_using_division() local
841 mp_bitcnt_t p; in mp_factor_using_division() local
2281 char const *p = s; in strto2uintmax() local
Dnumfmt.c1258 for (intmax_t p = padding; 0 < p; p--) in print_padded_number() local
1263 for (intmax_t p = padding; p < 0; p++) in print_padded_number() local
1291 char *p = text; in process_suffixed_number() local
1351 struct field_range_pair *p = frp; in include_field() local
/coreutils/src/blake2/
Dblake2-impl.h127 const uint8_t *p = ( const uint8_t * )src; in load48() local
138 uint8_t *p = ( uint8_t * )dst; in store48() local
Dblake2b-ref.c87 const uint8_t *p = ( const uint8_t * )( P ); in blake2b_init_param() local
349 uint8_t * p = buf; in main() local
/coreutils/gl/lib/
Drandread.c233 readsource (struct randread_source *s, unsigned char *p, size_t size) in readsource()
253 readisaac (struct isaac *isaac, void *p, size_t size) in readisaac()

12