Searched refs:pline (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/usr.bin/tip/tip/
H A Dtipout.c81 char *pline = line; local
85 while (c != '\n' && (size_t)(pline - line) < sizeof(line)) {
86 *pline++ = c;
89 *pline = '\0';
92 if (pline == line) {
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dwresize.c54 struct ldat *pline = cmp->_line; local
75 tst->_line[row].text = &pline[tst->_pary + row].text[tst->_parx];
92 struct ldat *pline; local
129 pline = win->_parent->_line;
131 pline = 0;
173 s = &pline[win->_pary + row].text[win->_parx];
H A Dlib_pad.c232 register struct ldat *pline = &curscr->_line[nind]; local
235 if (pline->text[j] != nline->text[j]
236 || pline->text[k] != nline->text[k]) {
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dplist.c262 char *cp, pline[FILENAME_MAX]; local
268 while (fgets(pline, FILENAME_MAX, fp)) {
269 int len = strlen(pline);
271 while (len && isspace(pline[len - 1]))
272 pline[--len] = '\0';
275 cp = pline;
276 if (pline[0] != CMD_CHAR) {
280 cmd = plist_cmd(pline + 1, &cp);
283 __func__, pline);
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpatch.c913 Reg1 LINENUM pline = 1 + fuzz; local
917 for (iline=base+offset+fuzz; pline <= pat_lines; pline++,iline++) {
920 pfetch(pline),
921 pch_line_len(pline) ))
925 pfetch(pline),
926 pch_line_len(pline) ))
/freebsd-9.3-release/sbin/geom/class/part/
H A Dgeom_part.c836 char **ap, *argv[6], line[BUFSIZ], *pline; local
896 pline = (char *)line;
897 pline[strlen(line) - 1] = 0;
898 if (skip_line(pline))
901 (*ap = strsep(&pline, " \t")) != NULL;)
905 label = pline = NULL;
939 pline = argv[4];
942 pline = argv[5];
971 if (pline == NULL || *pline !
[all...]
/freebsd-9.3-release/usr.bin/id/
H A Did.c61 void pline(struct passwd *);
203 pline(pw);
459 pline(struct passwd *pw) function
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsyms.c914 unsigned int *pline,
931 *pline = 0;
1311 *pline = 0;
1329 *pline = bfd_get_16 (abfd, stab + DESCOFF);
907 _bfd_stab_section_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, bfd_boolean *pfound, const char **pfilename, const char **pfnname, unsigned int *pline, void **pinfo) argument
/freebsd-9.3-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c249 void parse_line(char *pline, int *fc, char **fv, int nf);
344 parse_line(char *pline, int *fc, char **fv, int nf) argument
348 p = pline;
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c823 int pline)
873 fprintf(args.pa_graphfile, "%p %u", (void *)paddr, pline);
822 pmcpl_ct_node_printchild(struct pmcpl_ct_node *ct, uintfptr_t paddr, int pline) argument
/freebsd-9.3-release/contrib/binutils/gas/
H A Dexpr.c120 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline)
129 *pline = l->line;
119 expr_symbol_where(symbolS *sym, char **pfile, unsigned int *pline) argument

Completed in 200 milliseconds