Searched refs:pst (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/one-true-awk/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
156 | pst
272 pst: label
273 NL | ';' | pst NL | pst ';'
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_anchor.c431 struct sldns_file_parse_state pst; local
441 memset(&pst, 0, sizeof(pst));
442 pst.default_ttl = 3600;
443 pst.lineno = 1;
447 status = sldns_fp2wire_rr_buf(in, rr, &len, &dname_len, &pst);
452 pst.lineno, LDNS_WIREPARSE_OFFSET(status),
463 log_err("mem error at %s line %d", fname, pst.lineno);
471 fname, pst.lineno);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsource.c291 "readin pst found and no symtabs.");
322 struct partial_symtab *pst;
340 ALL_OBJFILE_PSYMTABS (objfile, pst)
342 if (pst->fullname != NULL)
344 xfree (pst->fullname);
345 pst->fullname = NULL;
320 struct partial_symtab *pst; local
H A Dada-lang.c3309 ada_lookup_partial_symbol (struct partial_symtab *pst, const char *name,
3314 int length = (global ? pst->n_global_syms : pst->n_static_syms);
3323 pst->objfile->global_psymbols.list + pst->globals_offset :
3324 pst->objfile->static_psymbols.list + pst->statics_offset);
3301 ada_lookup_partial_symbol(struct partial_symtab *pst, const char *name, int global, domain_enum domain, int wild) argument
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c246 * If this is valid, pst points to st. Otherwise,
247 * pst is null.
250 struct stat *pst; member in struct:archive_write_disk
470 if (a->pst != NULL) {
476 a->pst = &a->st;
485 a->pst = &a->st;
563 a->pst = NULL;
946 block_size = a->pst->st_blksize;
1717 a->pst = NULL;
1734 a->pst
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c1034 register struct stab_tag **pst; local
1036 for (pst = &info->tags; *pst != NULL; pst = &(*pst)->next)
1038 if ((*pst)->name[0] == name[0]
1039 && strcmp ((*pst)->name, name) == 0)
1041 (*pst)->slot = dtype;
1042 *pst = (*pst)
[all...]
/freebsd-11-stable/sys/dev/pst/
H A Dpst-raid.c53 #include "dev/pst/pst-iop.h"
82 static MALLOC_DEFINE(M_PSTRAID, "pst", "Promise SuperTrak RAID driver");
88 device_t child = device_add_child(sc->dev, "pst", -1);
138 printf("pst: vendor=<%.16s> product=<%.16s>\n",
140 printf("pst: description=<%.16s> revision=<%.8s>\n",
142 printf("pst: capacity=%lld blocksize=%d\n",
153 psc->disk->d_name = "pst";
166 printf("pst%d: %lluMB <%.40s> [%lld/%d/%d] on %.16s\n", lun,
194 printf("pst
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp987 StatT pst; local
988 auto st = detail::posix_stat(p, pst, &m_ec);
999 return static_cast<uintmax_t>(pst.st_size) == 0;
/freebsd-11-stable/sys/modules/
H A DMakefile777 _pst= pst
/freebsd-11-stable/share/man/man4/
H A DMakefile439 pst.4 \
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c2587 union pstun pst; local
2613 pst.pst_command = buf;
2614 pstat(PSTAT_SETCMD, pst, i, 0, 0);

Completed in 235 milliseconds

12