Searched refs:strp (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-asm.c68 parse_csrn (CGEN_CPU_DESC cd, const char **strp,
74 err = cgen_parse_keyword (cd, strp, keyword_table, field);
78 err = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CSRN_IDX, & value);
88 const char **strp,
92 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr_fmax, field);
96 const char **strp,
100 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_fmax, field);
105 parse_tpreg (CGEN_CPU_DESC cd, const char ** strp,
110 err = cgen_parse_keyword (cd, strp, keyword_table, field);
119 parse_spreg (CGEN_CPU_DESC cd, const char ** strp,
67 parse_csrn(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table, long *field) argument
86 parse_fmax_cr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
94 parse_fmax_ccr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
104 parse_tpreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
118 parse_spreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
132 parse_mep_align(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, long *field) argument
195 parse_mep_alignu(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, unsigned long *field) argument
206 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
215 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep, long signedp) argument
304 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
315 parse_zero(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
417 parse_unsigned7(CGEN_CPU_DESC cd, const char **strp, enum cgen_operand_type opindex, unsigned long *valuep) argument
679 const char **strp = 0; local
731 mep_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
1161 parse_insn_normal(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const char **strp, CGEN_FIELDS *fields) argument
[all...]
H A Dcgen-asm.c199 const char **strp,
210 p = start = *strp;
245 *strp = p;
259 const char **strp,
268 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
283 const char **strp,
292 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
304 const char **strp,
315 (cd, CGEN_PARSE_OPERAND_ADDRESS, strp, opindex, opinfo,
197 cgen_parse_keyword(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, const char **strp, CGEN_KEYWORD *keyword_table, long *valuep) argument
257 cgen_parse_signed_integer(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
281 cgen_parse_unsigned_integer(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
302 cgen_parse_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
/freebsd-11-stable/contrib/libpcap/missing/
H A Dasprintf.c14 pcap_vasprintf(char **strp, const char *format, va_list args) argument
66 *strp = NULL;
72 *strp = NULL;
78 *strp = NULL;
81 *strp = str;
91 pcap_asprintf(char **strp, const char *format, ...) argument
97 ret = pcap_vasprintf(strp, format, args);
H A Dwin_asprintf.c8 pcap_vasprintf(char **strp, const char *format, va_list args) argument
17 *strp = NULL;
23 *strp = NULL;
29 *strp = NULL;
32 *strp = str;
42 pcap_asprintf(char **strp, const char *format, ...) argument
48 ret = pcap_vasprintf(strp, format, args);
/freebsd-11-stable/contrib/ncurses/include/
H A Dcapdefaults.c47 char *strp; variable
51 (short) (strp = strchr(str, '*'), strp ? atoi(strp+1) : 0)
/freebsd-11-stable/lib/libc/stdio/
H A Dvswscanf.c75 const wchar_t *strp; local
85 strp = str;
86 if ((mlen = wcsrtombs_l(mbstr, &strp, SIZE_T_MAX, &mbs, locale)) == (size_t)-1) {
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c176 static const char * getzname(const char * strp) ATTRIBUTE_PURE;
177 static const char * getqzname(const char * strp, const int delim)
179 static const char * getnum(const char * strp, int * nump, int min,
181 static const char * getsecs(const char * strp, long * secsp);
182 static const char * getoffset(const char * strp, long * offsetp);
183 static const char * getrule(const char * strp, struct rule * rulep);
692 getzname(strp)
693 const char * strp;
697 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&
699 ++strp;
713 getqzname(register const char *strp, const int delim) argument
[all...]
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c269 char *strp; local
279 strp = mp->ml_host;
280 if (!xdr_string(xdrsp, &strp, MNTNAMLEN))
282 strp = mp->ml_dirp;
283 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
347 char *strp; local
357 strp = ep->ex_dirp;
358 if (!xdr_string(xdrsp, &strp, MNTPATHLEN))
366 strp = gp->gr_name;
367 if (!xdr_string(xdrsp, &strp, MNTNAMLE
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_attrval.c65 dwarf_attrval_string(Dwarf_Die die, Dwarf_Half attr, const char **strp, Dwarf_Error *err) argument
72 if (die == NULL || strp == NULL) {
77 *strp = NULL;
86 *strp = at->u[1].s;
89 *strp = at->u[0].s;
/freebsd-11-stable/contrib/dtc/
H A Dutil.h71 xasprintf(char **strp, const char *fmt, ...);
73 extern int xasprintf(char **strp, const char *fmt, ...);
H A Dutil.c50 int xasprintf(char **strp, const char *fmt, ...) argument
75 *strp = p;
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c260 const ALT_NAMES *strp; local
271 for (strp = names; strp->val; strp++)
272 if (strp->val == ch) {
273 result = strp->name;
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c788 unsigned char *strp; local
798 for (strp = &str_keyid[4]; keylen > 0; --keylen) {
799 if ((*strp++ = *keyid++) == IAC)
800 *strp++ = IAC;
802 *strp++ = IAC;
803 *strp++ = SE;
804 telnet_net_write(str_keyid, strp - str_keyid);
805 printsub('>', &str_keyid[2], strp - str_keyid - 2);
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.c760 unsigned char *strp; local
770 for (strp = &str_keyid[4]; keylen > 0; --keylen) {
771 if ((*strp++ = *keyid++) == IAC)
772 *strp++ = IAC;
774 *strp++ = IAC;
775 *strp++ = SE;
776 net_write(str_keyid, strp - str_keyid);
777 printsub('>', &str_keyid[2], strp - str_keyid - 2);
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_support_nfs4.c139 parse_flags_verbose(const char *strp, uint32_t *var, argument
146 str = strdup(strp);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c866 char *strp, *nl; local
879 strp = fgets(cpriv->cji_buff, cpriv->cji_buffsize, cpriv->cji_fstream);
880 if (strp == NULL) {
887 nl = strchr(strp, '\n');
902 ch = strp;
903 for (ch = strp; *ch != '\0'; ch++) {
915 return strp;
H A Dcommon.c461 lpd_gettime(struct timespec *tsp, char *strp, size_t strsize) argument
485 if ((strp == NULL) || (strsize < 1))
518 strp[TIMESTR_SIZE+1] = '\0';
520 strlcpy(strp, tempstr, strsize);
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c112 const ctf_sect_t *sp, const ctf_sect_t *strp)
138 if (gsp->st_name < strp->cts_size)
139 name = (const char *)strp->cts_data + gsp->st_name;
802 ctf_sect_t *ctp, *symp, *strp; local
852 strp = &strsect;
854 strp = NULL;
857 fp = ctf_bufopen(ctp, symp, strp, &err);
111 init_symtab(ctf_file_t *fp, const ctf_header_t *hp, const ctf_sect_t *sp, const ctf_sect_t *strp) argument
/freebsd-11-stable/stand/libsa/
H A Dnandfs.c639 char *strp, *lpath; local
654 while ((strp = strsep(&lpath, "/")) != NULL) {
655 if (*strp == '\0')
663 len = strlen(strp);
664 NANDFS_DEBUG("%s: looking for %s\n", __func__, strp);
683 (strncmp(strp, dirent->name, len) == 0) &&
744 NANDFS_DEBUG("%s: strp=%s, lpath=%s, namebuf0=%s, "
745 "namebuf1=%s, idx=%d\n", __func__, strp, lpath,
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1505 register char *strp; local
1511 strp = &outbuf[0];
1517 *strp++ = BACKGND;
1519 strp = scnline(scnkey[(int)c][scnhgt-1-d], strp, cc);
1523 *strp++ = BACKGND;
1524 *strp++ = BACKGND;
1526 while (*--strp == BACKGND && strp >= outbuf)
1528 strp
[all...]
/freebsd-11-stable/sbin/routed/
H A Dtable.c1166 char str[100], *strp; local
1232 strp = &str[strlen(str)];
1234 strp += sprintf(strp," from pid %d",m.r.rtm.rtm_pid);
1256 strp += sprintf(strp, ": %s",
1280 strp += sprintf(strp, " --> %s", naddr_ntoa(gate));
1286 strp += sprintf(strp, " b
[all...]
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c1258 char *strp; local
1264 strp = ps->vbuff.curpos;
1265 cur_len = strp - active->first_avail;
1360 char *strp; local
1401 strp = ps.node->first_avail;
1409 strp = ps.node->first_avail + REDZONE;
1410 size = ps.vbuff.curpos - strp;
1411 VALGRIND_MEMPOOL_ALLOC(pool, strp, size);
1412 VALGRIND_MAKE_MEM_DEFINED(strp, size);
1415 strp
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.glob.c391 Char **t, *p, *strp; local
404 for (t = vl, strp = str; (p = *t++) != NULL; chars++) {
406 *strp++ = *p++ & TRIM;
407 *strp++ = ' ';
409 *--strp = '\0';
/freebsd-11-stable/usr.sbin/kldxref/
H A Def.c177 char *strp; local
198 strp = ef->ef_strtab + symp->st_name;
200 if (strcmp(name, strp) == 0) {
H A Def_obj.c148 const char *strp; local
152 strp = ef->ddbstrtab + symp->st_name;
153 if (symp->st_shndx != SHN_UNDEF && strcmp(name, strp) == 0) {

Completed in 479 milliseconds

12