Searched refs:line_ptr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/krb5/ss/
H A Dparse.c31 * parse(line_ptr, argc_ptr)
37 * line_ptr (char *)
50 int ss_parse (sci_idx, line_ptr, argc_ptr, argv_ptr, quiet)
52 register char *line_ptr;
74 cp = line_ptr; /* cp is for output */
78 printf ("character `%c', mode %d\n", *line_ptr, parse_mode);
82 if (*line_ptr == '\0')
84 if (*line_ptr == ' ' || *line_ptr == '\t') {
85 line_ptr
[all...]
H A Dexecute_cmd.c177 * ss_execute_line(sci_idx, line_ptr)
184 * line_ptr (char *)
192 int ss_execute_line (sci_idx, line_ptr)
194 char *line_ptr;
200 while (line_ptr[0] == ' ' || line_ptr[0] == '\t')
201 line_ptr++;
204 if (*line_ptr == '!') {
208 line_ptr++;
209 system(line_ptr);
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_sort_line.c73 _dwarf_update_line_sec(Dwarf_Small * line_ptr,
141 Dwarf_Small *line_ptr; /* starts at orig_line_ptr, gets local
145 used to update line_ptr as we pass
165 line_ptr = malloc(buffer_len);
166 if (!line_ptr) {
170 orig_line_ptr = line_ptr;
171 memcpy(line_ptr, orig_buffer, buffer_len);
180 for (sec_res = _dwarf_update_line_sec(line_ptr,
187 sec_res = _dwarf_update_line_sec(line_ptr,
192 long bytes_used = new_line_ptr - line_ptr;
299 _dwarf_update_line_sec(Dwarf_Small * line_ptr, unsigned long remaining_bytes, int *any_change, int length_size, int *err_code, Dwarf_Small ** new_line_ptr) argument
[all...]
H A Ddwarf_print_lines.c99 Dwarf_Small *line_ptr = 0; local
215 line_ptr = dbg->de_debug_line.dss_data + line_offset;
244 line_ptr,dbg->de_debug_line.dss_size - line_offset,
260 line_ptr = line_ptr_out;
347 offset = line_ptr - orig_line_ptr;
360 while (line_ptr < line_ptr_end) {
364 (Dwarf_Signed) (line_ptr - orig_line_ptr));
365 opcode = *(Dwarf_Small *) line_ptr;
366 line_ptr++;
369 prefix.pf_opcode_length_table, line_ptr,
[all...]
H A Ddwarf_line.c106 Dwarf_Small *line_ptr; local
180 line_ptr = dbg->de_debug_line.dss_data + line_offset;
208 line_ptr,
224 line_ptr = line_ptr_out;
335 Dwarf_Small *line_ptr = 0; local
455 line_ptr = dbg->de_debug_line.dss_data + line_offset;
483 line_ptr,
500 line_ptr = newlinep;
551 while (line_ptr < line_ptr_end) {
554 opcode = *(Dwarf_Small *) line_ptr;
1640 Dwarf_Small *line_ptr = data_start; local
[all...]
H A Ddwarf_line.h202 #define WHAT_IS_OPCODE(type,opcode,base,opcode_length,line_ptr,highest_std) \
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwborder.c83 chtype *line_ptr, variables[8]; local
125 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx);
127 *(--line_ptr) = _TOPLEFT;
129 line_ptr[++endx] = _TOPRIGHT;
149 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx);
151 *--line_ptr = _BOTTOMLEFT;
153 line_ptr[++endx] = _BOTTOMRIGHT;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c7836 char *line_ptr = gl->line; local
7841 while(*undo_ptr && *line_ptr) {
7843 *undo_ptr++ = *line_ptr;
7844 *line_ptr++ = c;
7850 strlcpy(undo_ptr, line_ptr, gl->linelen);
7851 *line_ptr = '\0';
7853 strlcpy(line_ptr, undo_ptr, gl->linelen);

Completed in 105 milliseconds