Searched refs:start_pos (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c40 static int read_manifest_line(FILE *fd, char *buf, int buf_size, int start_pos,
535 read_manifest_line(FILE *fd, char *buf, int buf_size, int start_pos, argument
543 if (start_pos == 0) {
593 end_pos = (start_pos+1);
619 len = end_pos - (start_pos + 1);
620 (void) memcpy(buf, &(buf[start_pos+1]), (size_t)len);
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c1326 evt_node_t *start_pos; local
1341 start_pos = dev_node->evt_node;
1342 curr_evt_node = start_pos->next;
1344 while (curr_evt_node != start_pos) {
1351 free(start_pos);
1365 start_pos = dev_node->evt_node;
1366 curr_evt_node = start_pos->next;
1368 while (curr_evt_node != start_pos) {
1374 free(start_pos);
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h102 int start_pos);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c1251 krb5_int32 start_pos;
1286 start_pos = ftell(KTFILEP(id));
1437 fseek(KTFILEP(id), start_pos + size, SEEK_SET);
1248 krb5_int32 start_pos; local
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c739 const char *start_line, int start_pos);
760 const char *start_line, int start_pos);
1160 const char *start_line, int start_pos);
2152 * start_pos int If start_line isn't NULL, this specifies the
2167 const char *start_line, int start_pos)
2185 retval = _gl_get_line(gl, prompt, start_line, start_pos);
2199 const char *start_line, int start_pos)
2257 if(gl_get_input_line(gl, prompt, start_line, start_pos))
2770 * start_pos int If start_line isn't NULL, this specifies the
2780 const char *start_line, int start_pos)
2166 gl_get_line(GetLine *gl, const char *prompt, const char *start_line, int start_pos) argument
2198 _gl_get_line(GetLine *gl, const char *prompt, const char *start_line, int start_pos) argument
2779 gl_get_input_line(GetLine *gl, const char *prompt, const char *start_line, int start_pos) argument
10363 gl_present_line(GetLine *gl, const char *prompt, const char *start_line, int start_pos) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c701 size_t start_pos; local
705 start_pos = (line_width - strlen(header) - 2) / 2;
707 for (i = 0; i < start_pos; i++)
712 for (i = 0; i < start_pos; i++)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c696 size_t start_pos; local
700 start_pos = (line_width - strlen(header) - 2) / 2;
702 for (i = 0; i < start_pos; i++)
707 for (i = 0; i < start_pos; i++)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c665 size_t start_pos; local
669 start_pos = (line_width - strlen(header) - 2) / 2;
671 for (i = 0; i < start_pos; i++)
676 for (i = 0; i < start_pos; i++)
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c334 int start_pos; local
351 start_pos = loop_start + nCRA;
361 emu10k_write_reg(devc, QKBCA, voice, start_pos);

Completed in 111 milliseconds