/freebsd/lib/liblua/ |
H A D | luaconf.h | 421 #define lua_numbertointeger(n,p) \ argument 442 #define lua_str2number(s,p) strtof((s), (p)) argument 458 #define lua_str2number(s,p) strtold((s), (p)) argument 473 #define lua_str2number(s,p) strtod((s), (p)) argument 606 #define lua_strx2number(s,p) lua_str2number(s,p) argument 614 #define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p) argument 639 #define lua_str2number(s,p) ((lua_Number)strtod((s), (p))) argument
|
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 69 alloc_special_type* p; in prealloc_setup() local 133 alloc_special_type* p, *np; in alloc_clear_special_list() local 162 alloc_special_type* p; in alloc_clear() local 216 alloc_special_type* p; in alloc_special_obtain() local 257 alloc_special_type *p = alloc->quar; in pushintosuper() local 312 alloc_special_type* p; in alloc_get_mem() local 675 sldns_status unbound_lite_pkt2wire(uint8_t **dest, const sldns_pkt *p, in unbound_lite_pkt2wire()
|
H A D | regional.c | 121 char* p = r->next, *np; in regional_free_all() local 216 char* p = r->next; in count_chunks() local 231 char* p = r->large_list; in count_large() local
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | ldebug.c | 106 static const char *upvalname (Proto *p, int uv) { in upvalname() 198 Proto *p = cl->l.p; in funcinfo() local 324 static void kname (Proto *p, int pc, int c, const char **name) { in kname() 354 static int findsetreg (Proto *p, int lastpc, int reg) { in findsetreg() 405 static const char *getobjname (Proto *p, int lastpc, int reg, in getobjname() 461 Proto *p = ci_func(ci)->p; /* calling function */ in getfuncname() local 506 StkId p; in isinstack() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Chunks.cpp | 68 static void add16(uint8_t *p, int16_t v) { write16le(p, read16le(p) + v); } in add16() 69 static void add32(uint8_t *p, int32_t v) { write32le(p, read32le(p) + v); } in add32() 70 static void add64(uint8_t *p, int64_t v) { write64le(p, read64le(p) + v); } in add64() 71 static void or16(uint8_t *p, uint16_t v) { write16le(p, read16le(p) | v); } in or16() 72 static void or32(uint8_t *p, uint32_t v) { write32le(p, read32le(p) | v); } in or32() 114 uint64_t s, uint64_t p, in applyRelX64() 141 uint64_t s, uint64_t p, in applyRelX86() 209 uint64_t s, uint64_t p, in applyRelARM() 240 void applyArm64Addr(uint8_t *off, uint64_t s, uint64_t p, int shift) { in applyArm64Addr() 326 uint64_t s, uint64_t p, in applyRelARM64() [all …]
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 214 struct ucred *cred, NFSPROC_T *p, struct nfsclowner **owpp, in nfscl_open() 432 int fhlen, struct ucred *cred, NFSPROC_T *p, struct nfscldeleg *dp) in nfscl_deleg() 517 int fords, struct ucred *cred, NFSPROC_T *p, nfsv4stateid_t *stateidp, in nfscl_getstateid() 866 nfscl_getcl(struct mount *mp, struct ucred *cred, NFSPROC_T *p, in nfscl_getcl() 1082 short type, struct ucred *cred, NFSPROC_T *p, struct nfsclclient *rclp, in nfscl_getbytelock() 1283 __unused struct ucred *cred, NFSPROC_T *p, int callcnt, in nfscl_relbytelock() 1390 nfscl_releasealllocks(struct nfsclclient *clp, vnode_t vp, NFSPROC_T *p, in nfscl_releasealllocks() 1427 struct ucred *cred, NFSPROC_T *p, void *id, int flags) in nfscl_checkwritelocked() 1604 struct nfsmount *nmp, struct ucred *cred, NFSPROC_T *p) in nfscl_expireopen() 1792 struct ucred *cred, NFSPROC_T *p) in nfscl_expireclient() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_mtree.c | 196 mtree_strnlen(const char *p, size_t maxlen) in mtree_strnlen() 299 struct mtree_entry *p, *q; in cleanup() local 424 bid_keycmp(const char *p, const char *key, ssize_t len) in bid_keycmp() 455 bid_keyword(const char *p, ssize_t len) in bid_keyword() 524 bid_keyword_list(const char *p, ssize_t len, int unset, int last_is_path) in bid_keyword_list() 580 bid_entry(const char *p, ssize_t len, ssize_t nl, int *last_is_path) in bid_entry() 671 const char *p; in mtree_bid() local 692 const char *p; in detect_form() local 1038 char *p, *s; in read_mtree() local 1116 char *p; in read_header() local [all …]
|
/freebsd/sbin/routed/ |
H A D | main.c | 92 char *p, *q; in main() local 784 void *p = malloc(size); in rtmalloc() local 836 msglog(const char *p, ...) in msglog() 864 msglim(struct msg_limit *lim, naddr addr, const char *p, ...) in msglim() 921 logbad(int dump, const char *p, ...) in logbad()
|
H A D | parms.c | 158 char *p, *lptr; in gwkludge() local 367 const char *p; in parse_quote() local 467 char *val0, *p, delim; in get_passwd() local 563 char delim, *val0 = NULL, *tgt, *val, *p; in parse_parms() local 937 char *mname, *p; in getnet() local
|
/freebsd/contrib/libpcap/ |
H A D | nametoaddr.c | 163 bpf_u_int32 **p; in pcap_nametoaddr() local 511 struct protoent *p; in pcap_nametoproto() local 570 u_short p; member 606 struct eproto *p = eproto_db; in pcap_nametoeproto() local 630 struct eproto *p = llc_db; in pcap_nametollc() local
|
/freebsd/usr.bin/m4/ |
H A D | misc.c | 299 void *p = malloc(n); in xalloc() local 318 void *p = calloc(n, s); in xcalloc() local 337 char *p = realloc(old, n); in xrealloc() local 357 void *p = reallocarray(old, s1, s2); in xreallocarray() local 377 char *p = strdup(s); in xstrdup() local
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | main.c | 137 char buf[1024], sparebuf[1024], *p; in dofile() local 175 char *p = buf+5; in dofile() local 280 char *p = *++argv; in main() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.cpp | 180 for (const char *p = format; *p != '\0'; p++) { in RenderFrame() local 281 for (const char *p = format; *p != '\0'; p++) { in RenderNeedsSymbolization() local 305 for (const char *p = format; *p != '\0'; p++) { in RenderData() local
|
/freebsd/contrib/arm-optimized-routines/string/test/ |
H A D | memmove.c | 48 alignup (void *p) in alignup() 62 void *p; in test() local 102 void *p; in test_overlap() local
|
/freebsd/crypto/openssl/crypto/txt_db/ |
H A D | txt_db.c | 27 char *p, *f; in TXT_DB_read() local 190 char *p, **pp, *f; in TXT_DB_write() local 282 char **p, *max; in TXT_DB_free() local
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_tag.c | 312 char *arg, *p, *t; in ex_tag_pop() local 467 char *p; in ex_tag_display() local 845 char *p, *t; in ex_tagf_alloc() local 906 char *p; in ctag_search() local 1030 char *back, *front, *map, *p, *search, *t; in ctag_sfile() local 1164 char *p, *buf; in ctag_file() local 1233 #define SKIP_PAST_NEWLINE(p, back) \ argument 1239 char *p; in binary_search() local
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_pool.c | 310 ip_pool_t *p, *q; in ipf_pool_soft_fini() local 360 ip_pool_t *p; in ipf_pool_node_add() local 452 ip_pool_t *p; in ipf_pool_node_del() local 614 ip_pool_t *p; in ipf_pool_exists() local 654 ip_pool_t *p; in ipf_pool_find() local 675 ip_pool_t *p; in ipf_pool_select_add_ref() local 931 ip_pool_t *p; in ipf_pool_create() local 1072 ip_pool_t *p, *q; in ipf_pool_flush() local
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 115 struct stot *p = stot; local 138 struct stot *p = stot; local 197 bin2hex(tlsa, p, size, min_size) in bin2hex() argument 254 unsigned char *p; local 754 hex2bin(p, size) in hex2bin() argument 846 char *p, *token; local 992 char *p; local 1609 nsportip(p) in nsportip() argument
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc.c | 160 vm_page_t p; in ttm_vm_page_alloc_dma32() local 180 vm_page_t p; in ttm_vm_page_alloc_any() local 190 vm_page_t p; in ttm_vm_page_alloc() local 355 vm_page_t p, p1; in ttm_page_pool_free() local 527 vm_page_t p; in ttm_alloc_new_pages() local 601 vm_page_t p; in ttm_page_pool_fill_locked() local 661 vm_page_t p; in ttm_page_pool_get_pages() local 735 vm_page_t p = NULL; in ttm_get_pages() local
|
/freebsd/contrib/pam-krb5/tests/tap/ |
H A D | basic.c | 59 # define mkdir(p, m) _mkdir(p) argument 60 # define rmdir(p) _rmdir(p) argument 806 void *p; in bcalloc() local 821 void *p; in bmalloc() local 834 brealloc(void *p, size_t size) in brealloc() 858 breallocarray(void *p, size_t n, size_t size) in breallocarray() 877 char *p; in bstrdup() local 897 const char *p; in bstrndup() local
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 49 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_exp() 97 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp() 169 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_recp() 312 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_mont() 609 int bn_mod_exp_mont_fixed_top(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, in bn_mod_exp_mont_fixed_top() 1159 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_mont_consttime() 1172 int BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, in BN_mod_exp_mont_word() 1320 int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_simple()
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | qlog.c | 19 static ossl_unused ossl_inline int bit_get(const size_t *p, uint32_t bit_no) in bit_get() 24 static ossl_unused ossl_inline void bit_set(size_t *p, uint32_t bit_no, int enable) in bit_set() 266 static void write_str_once(QLOG *qlog, const char *key, char **p) in write_str_once() 336 const char *p = buf; in qlog_event_seq_header() local 517 const char *p, *term_end, *end; member 543 const char *p = lex->term_end, *end = lex->end, *term_end; in lex_do() local 599 const char *p = lex->p, *term_end = lex->term_end, *s; in lex_extract_to() local 659 static int validate_name(const char **p, size_t *l) in validate_name()
|
/freebsd/usr.bin/chpass/ |
H A D | edit.c | 105 char *bp, *gecos, *p; in display() local 196 char *buf, *p, *val; in verify() local
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_disk_sparse.c | 41 char *buff, *p; verify_write_data() local 138 char *buff, *p; verify_write_data_block() local [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclAccessPair.h | 45 DeclAccessPair p; in make() local 51 DeclAccessPair p; in makeLazy() local
|