Searched refs:p_line (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/usr.bin/patch/
H A Dpch.c58 static char **p_line = NULL;/* the text of the hunk */ variable
138 if (p_line == NULL)
139 p_line = malloc(hunkmax * sizeof(char *));
154 if (p_line == NULL || p_len == NULL || p_char == NULL)
157 p_line = reallocf(p_line, new_hunkmax * sizeof(char *));
161 if (p_line != NULL && p_len != NULL && p_char != NULL) {
558 free(p_line[p_end]);
601 p_line[p_end] = NULL;
622 p_line[p_en
[all...]
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console_io.c127 char *p_line; local
137 p_line = NULL;
138 n = getline(&p_line, &len, file);
139 if (n > 0 && (p_line[0] == 'y' || p_line[0] == 'Y'))
147 free(p_line);
150 free(p_line);
H A Dosm_console.c1834 char *p_line; local
1906 p_line = NULL;
1908 n = getline(&p_line, &len, p_oct->in);
1911 parse_cmd_line(p_line, p_osm);
1917 if (p_line)
1918 free(p_line);
/freebsd-13-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk251 class_add_prop(ParseState, p_line, "line")
355 class_add_prop(AST, p_line, "line")
447 _block_start = get(_state, p_line)
672 errorc(get(_sromsig, p_line), "missing signature value")
2740 set(_obj, p_line, NR)
2810 set(_obj, p_line, NR)
2861 set(_obj, p_line, NR)
2911 get(map_get(_table, _i), p_line) ")")
2965 set(_obj, p_line, NR)
3032 set(_obj, p_line, N
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c551 /* the *p_line parameter must be either 0 for the first invocation or the
576 u32 *p_line,
583 p_cli->first.val = *p_line;
586 *p_line += DIV_ROUND_UP(p_blk->total_size, p_blk->real_size_in_page);
587 p_cli->last.val = *p_line-1;
573 ecore_ilt_cli_adv_line(struct ecore_hwfn *p_hwfn, struct ecore_ilt_client_cfg *p_cli, struct ecore_ilt_cli_blk *p_blk, u32 *p_line, enum ilt_clients client_id) argument

Completed in 115 milliseconds