Home
last modified time | relevance | path

Searched refs:strp (Results 1 – 16 of 16) sorted by relevance

/original-bsd/contrib/emacs-18.57/src/
H A Ddoc.c319 if (strp[0] == '\\' && strp[1] == '=')
325 strp += 3;
327 else if (strp[0] == '\\' && strp[1] == '[')
331 start = strp;
334 && *strp != ']')
335 strp++;
361 else if (strp[0] == '\\' && (strp[1] == '{' || strp[1] == '<'))
368 start = strp;
371 && *strp != '}' && *strp != '>')
372 strp++;
[all …]
/original-bsd/lib/libc/gen/
H A Dctime.c406 if (strp == NULL || !isdigit(*strp))
413 ++strp;
436 strp = getnum(strp, &num, 0, HOURSPERDAY);
441 ++strp;
442 strp = getnum(strp, &num, 0, MINSPERHOUR - 1);
448 strp = getnum(strp, &num, 0, SECSPERMIN - 1);
473 ++strp;
474 } else if (isdigit(*strp) || *strp++ == '+')
477 strp = getsecs(strp, offsetp);
515 strp = getnum(strp, &rulep->r_week, 1, 5);
[all …]
/original-bsd/local/sccscmds/sccscmds.2/com/
H A Dnewstats.c5 newstats(pkt,strp,ch) in newstats() argument
7 register char *strp;
12 sprintf(strp,"%c%c %s/%s/%s\n",CTLCHAR,STATS,fivech,fivech,fivech);
13 putline(pkt,strp);
/original-bsd/local/sccscmds/sccscmds.ok/com/
H A Dnewstats.c5 newstats(pkt,strp,ch) in newstats() argument
7 register char *strp;
12 sprintf(strp,"%c%c %s/%s/%s\n",CTLCHAR,STATS,fivech,fivech,fivech);
13 putline(pkt,strp);
/original-bsd/usr.bin/showmount/
H A Dshowmount.c189 char *strp; local
199 strp = mp->ml_host;
200 if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN))
202 strp = mp->ml_dirp;
203 if (!xdr_string(xdrsp, &strp, RPCMNT_PATHLEN))
269 char *strp; local
279 strp = ep->ex_dirp;
280 if (!xdr_string(xdrsp, &strp, RPCMNT_PATHLEN))
288 strp = gp->gr_name;
289 if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN))
/original-bsd/usr.bin/pascal/src/
H A Dstring.c38 STATIC char *strp[20]; variable
39 STATIC char **stract strp; variable
122 for (i = STRINC, sp = strp; sp < stract; sp++) {
149 return (strp[(i / STRINC) - 1] + (i % STRINC));
/original-bsd/local/ditroff/ditroff.old.okeeffe/troff/
H A Dn3.c575 register tchar *strp; in collect() local
611 strp = (tchar *)argppend; in collect()
620 savnxf, nxf, argpp, strp, lim, enda); in collect()
624 *argpp++ = strp; in collect()
640 *strp++ = i; in collect()
641 if (strflg && (strp >= lim)) { in collect()
644 strp, lim); in collect()
651 SPACETEST(strp, 3 * sizeof(tchar)); in collect()
653 *strp++ = 0; in collect()
657 argtop = strp; in collect()
/original-bsd/old/roff/common_source/
H A Dn3.c514 register tchar *strp; in collect() local
550 strp = (tchar *)argppend; in collect()
559 savnxf, nxf, argpp, strp, lim, enda); in collect()
563 *argpp++ = strp; in collect()
579 *strp++ = i; in collect()
580 if (strflg && (strp >= lim)) { in collect()
583 strp, lim); in collect()
589 SPACETEST(strp, 3 * sizeof(tchar)); in collect()
591 *strp++ = 0; in collect()
595 argtop = strp; in collect()
/original-bsd/local/ditroff/ditroff.okeeffe/
H A Dn3.c582 register tchar *strp; in collect() local
618 strp = (tchar *)argppend; in collect()
627 savnxf, nxf, argpp, strp, lim, enda); in collect()
631 *argpp++ = strp; in collect()
647 *strp++ = i; in collect()
648 if (strflg && strp >= lim) { in collect()
653 SPACETEST(strp, 3 * sizeof(tchar)); in collect()
655 *strp++ = 0; in collect()
659 argtop = strp; in collect()
/original-bsd/lib/libtelnet/
H A Dencrypt.c722 unsigned char *strp, *cp; variable
767 unsigned char *strp; local
777 for (strp = &str_keyid[4]; keylen > 0; --keylen) {
778 if ((*strp++ = *keyid++) == IAC)
779 *strp++ = IAC;
781 *strp++ = IAC;
782 *strp++ = SE;
783 net_write(str_keyid, strp - str_keyid);
784 printsub('>', &str_keyid[2], strp - str_keyid - 2);
/original-bsd/local/ditroff/ditroff.okeeffe/troff/
H A Dn3.c582 register tchar *strp; in collect() local
618 strp = (tchar *)argppend; in collect()
627 savnxf, nxf, argpp, strp, lim, enda); in collect()
631 *argpp++ = strp; in collect()
647 *strp++ = i; in collect()
648 if (strflg && strp >= lim) { in collect()
653 SPACETEST(strp, 3 * sizeof(tchar)); in collect()
655 *strp++ = 0; in collect()
659 argtop = strp; in collect()
/original-bsd/local/sccscmds/sccscmds.2/cmd/
H A Dadmin.c700 fgetchk(strp,len,inptr,file,pkt) in fgetchk() argument
701 register char *strp; in fgetchk()
709 for (k = 1; fgets(strp,len,inptr); k++) {
710 if (*strp == CTLCHAR) {
717 chkid(strp);
719 putline(pkt,strp);
/original-bsd/local/sccscmds/sccscmds.ok/cmd/
H A Dadmin.c700 fgetchk(strp,len,inptr,file,pkt) in fgetchk() argument
701 register char *strp; in fgetchk()
709 for (k = 1; fgets(strp,len,inptr); k++) {
710 if (*strp == CTLCHAR) {
717 chkid(strp);
719 putline(pkt,strp);
/original-bsd/usr.sbin/lpr/lpd/
H A Dprintjob.c944 register char *strp; local
951 strp = &outbuf[0];
957 *strp++ = BACKGND;
959 strp = scnline(scnkey[c][scnhgt-1-d], strp, cc);
962 *strp++ = BACKGND;
963 *strp++ = BACKGND;
965 while (*--strp == BACKGND && strp >= outbuf)
967 strp++;
968 *strp++ = '\n';
969 (void) write(scfd, outbuf, strp-outbuf);
/original-bsd/sbin/mountd/
H A Dmountd.c486 char *strp; local
492 strp = &mlp->ml_host[0];
493 if (!xdr_string(xdrsp, &strp, RPCMNT_NAMELEN))
495 strp = &mlp->ml_dirp[0];
496 if (!xdr_string(xdrsp, &strp, RPCMNT_PATHLEN))
557 char *strp; local
564 strp = dp->dp_dirp;
579 strp = grp->gr_ptr.gt_hostent->h_name;
580 if (!xdr_string(xdrsp, &strp,
586 strp = grp->gr_ptr.gt_net.nt_name;
[all …]
/original-bsd/usr.bin/ex/
H A Dex_temp.c388 } strregs[('z'-'a'+1) + ('9'-'0'+1)], *strp; variable
589 strp = sp = mapreg(c);
653 register struct strreg *sp = strp; in rbflush()