| /src/external/cddl/osnet/dist/tools/ctf/common/ |
| utils.c | 44 vwarn(const char *format, va_list alist) 50 (void) vfprintf(stderr, format, alist); 60 va_list alist; local 62 va_start(alist, format); 63 vwarn(format, alist); 64 va_end(alist); 68 vdie(const char *format, va_list alist) 70 vwarn(format, alist); 78 va_list alist; local 80 va_start(alist, format) [all...] |
| /src/external/mpl/bind/dist/lib/isccc/include/isccc/ |
| alist.h | 1 /* $NetBSD: alist.h,v 1.8 2025/01/26 16:25:44 christos Exp $ */ 34 /*! \file isccc/alist.h */ 49 isccc_alist_alistp(isccc_sexpr_t *alist); 52 isccc_alist_emptyp(isccc_sexpr_t *alist); 55 isccc_alist_first(isccc_sexpr_t *alist); 58 isccc_alist_assq(isccc_sexpr_t *alist, const char *key); 61 isccc_alist_delete(isccc_sexpr_t *alist, const char *key); 64 isccc_alist_define(isccc_sexpr_t *alist, const char *key, isccc_sexpr_t *value); 67 isccc_alist_definestring(isccc_sexpr_t *alist, const char *key, 71 isccc_alist_definebinary(isccc_sexpr_t *alist, const char *key [all...] |
| cc.h | 74 isccc_cc_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer, uint32_t algorithm, 107 isccc_cc_definestring(isccc_sexpr_t *alist, const char *key, const char *str); 111 isccc_cc_defineuint32(isccc_sexpr_t *alist, const char *key, uint32_t i); 115 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp); 119 isccc_cc_lookupuint32(isccc_sexpr_t *alist, const char *key, uint32_t *uintp);
|
| /src/external/cddl/osnet/dist/lib/libuutil/common/ |
| uu_pname.c | 47 uu_die_internal(int status, const char *format, va_list alist) __NORETURN; 89 uu_warn_internal(int err, const char *format, va_list alist) 94 (void) vfprintf(stderr, format, alist); 101 uu_vwarn(const char *format, va_list alist) 103 uu_warn_internal(errno, format, alist); 110 va_list alist; local 111 va_start(alist, format); 112 uu_warn_internal(errno, format, alist); 113 va_end(alist); 117 uu_die_internal(int status, const char *format, va_list alist) 144 va_list alist; local 160 va_list alist; local [all...] |
| uu_dprintf.c | 100 va_list alist; local 110 va_start(alist, format); 111 (void) vfprintf(stderr, format, alist); 112 va_end(alist);
|
| /src/external/mpl/bind/dist/lib/isccc/ |
| alist.c | 1 /* $NetBSD: alist.c,v 1.9 2025/01/26 16:25:44 christos Exp $ */ 41 #include <isccc/alist.h> 48 #define ALIST_TAG "*alist*" 56 isccc_sexpr_t *alist, *tag; local 62 alist = isccc_sexpr_cons(tag, NULL); 63 if (alist == NULL) { 68 return alist; 72 isccc_alist_alistp(isccc_sexpr_t *alist) { 75 if (alist == NULL || alist->type != ISCCC_SEXPRTYPE_DOTTEDPAIR) [all...] |
| cc.c | 46 #include <isccc/alist.h> 107 table_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer); 110 list_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer); 207 table_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer) { 213 for (elt = isccc_alist_first(alist); elt != NULL; 316 isccc_cc_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer, uint32_t algorithm, 362 isccc_alist_delete(alist, "_auth"); 366 result = table_towire(alist, buffer); 380 verify(isccc_sexpr_t *alist, unsigned char *data, unsigned int length, 394 _auth = isccc_alist_lookup(alist, "_auth") 547 isccc_sexpr_t *alist, *value; local 662 isccc_sexpr_t *alist, *_ctrl, *_data; local 815 isccc_sexpr_t *alist, *_ctrl, *_data; local [all...] |
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| alist.c | 43 #include "alist.h" 49 struct alist { struct 82 alist_t *alist; local 84 alist = xcalloc(sizeof (alist_t)); 85 alist->al_elements = hash_new(nbuckets, hashfn, cmpfn); 86 alist->al_namefree = namefree; 87 alist->al_valfree = valfree; 89 return (alist); 103 alist_t *alist = arg2; local 104 if (alist->al_namefree [all...] |
| alist.h | 41 typedef struct alist alist_t;
|
| /src/external/cddl/osnet/dist/lib/libctf/common/ |
| ctf_subr.c | 80 va_list alist; local 82 va_start(alist, format); 84 (void) vfprintf(stderr, format, alist); 85 va_end(alist);
|
| /src/external/cddl/osnet/dist/uts/common/ctf/ |
| ctf_subr.c | 89 va_list alist; local 91 va_start(alist, format); 93 (void) vprintf(format, alist); 94 va_end(alist);
|
| /src/external/bsd/ntp/dist/libntp/ |
| socktohost.c | 35 struct addrinfo * alist; local 64 alist = NULL; 66 a_info = getaddrinfo(pbuf, svc, &hints, &alist); 76 a_info = getaddrinfo(pbuf, svc, &hints, &alist); 82 a_info = getaddrinfo(pbuf, svc, &hints, &alist); 88 INSIST(alist != NULL); 90 for (ai = alist; ai != NULL; ai = ai->ai_next) { 104 freeaddrinfo(alist);
|
| /src/lib/libc/gen/ |
| extattr.c | 104 void *alist = NULL; local 122 if ((alist = malloc((size_t)llen)) == NULL) 125 llen = extattr_list_fd(from_fd, namespace, alist, (size_t)llen); 137 alen = ((uint8_t *)alist)[i]; 138 ap = ((char *)alist) + i + 1; 164 free(alist); 174 void *alist = NULL; local 192 if ((alist = malloc((size_t)llen)) == NULL) 195 llen = extattr_list_file(from, namespace, alist, (size_t)llen); 207 alen = ((uint8_t *)alist)[i] 244 void *alist = NULL; local [all...] |
| /src/external/mpl/bind/lib/libisccc/ |
| Makefile | 15 SRCS= alist.c base64.c cc.c ccmsg.c sexpr.c symtab.c
|
| /src/external/gpl3/binutils/dist/ld/ |
| mri.c | 133 struct section_name_struct *alist; local 139 for (alist = address; 140 alist != NULL; 141 alist = alist->next) 147 if (strcmp (alist->name, olist->name) == 0) 149 olist->vma = alist->vma; 157 mri_add_to_list (&order, alist->name, alist->vma, 0, 0, 0);
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-subr.c | 223 va_list alist; local 225 va_start (alist, format); 228 (void) vfprintf (stderr, format, alist); 229 va_end (alist); 244 va_list alist; local 256 va_start (alist, format); 257 if (vasprintf (&cew->cew_text, format, alist) < 0) 260 va_end (alist); 263 va_end (alist);
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| mri.c | 133 struct section_name_struct *alist; local 139 for (alist = address; 140 alist != NULL; 141 alist = alist->next) 147 if (strcmp (alist->name, olist->name) == 0) 149 olist->vma = alist->vma; 157 mri_add_to_list (&order, alist->name, alist->vma, 0, 0, 0);
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-subr.c | 223 va_list alist; local 225 va_start (alist, format); 228 (void) vfprintf (stderr, format, alist); 229 va_end (alist); 244 va_list alist; local 256 va_start (alist, format); 257 if (vasprintf (&cew->cew_text, format, alist) < 0) 260 va_end (alist); 263 va_end (alist);
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-subr.c | 223 va_list alist; local 225 va_start (alist, format); 228 (void) vfprintf (stderr, format, alist); 229 va_end (alist); 244 va_list alist; local 256 va_start (alist, format); 257 if (vasprintf (&cew->cew_text, format, alist) < 0) 260 va_end (alist); 263 va_end (alist);
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-subr.c | 223 va_list alist; local 225 va_start (alist, format); 228 (void) vfprintf (stderr, format, alist); 229 va_end (alist); 244 va_list alist; local 256 va_start (alist, format); 257 if (vasprintf (&cew->cew_text, format, alist) < 0) 260 va_end (alist); 263 va_end (alist);
|
| /src/external/bsd/nvi/dist/gtk/ |
| gtkviscreen.h | 52 PangoAttrList* alist; variable
|
| /src/external/cddl/osnet/usr.bin/ctfmerge/ |
| Makefile | 14 SRCS= alist.c \
|
| /src/crypto/external/bsd/openssh/dist/ |
| scp.c | 998 arglist alist; local 1003 memset(&alist, '\0', sizeof(alist)); 1004 alist.list = NULL; 1116 freeargs(&alist); 1117 addargs(&alist, "%s", ssh_program); 1118 addargs(&alist, "-x"); 1119 addargs(&alist, "-oClearAllForwardings=yes"); 1120 addargs(&alist, "-n"); 1122 addargs(&alist, "%s" 1196 arglist alist; local [all...] |
| /src/sys/dev/rcons/ |
| raster.h | 75 #define ARGS(alist) alist 77 #define ARGS(alist) ()
|
| /src/usr.bin/mail/ |
| mime_attach.c | 70 show_alist(struct attachment *alist, struct attachment *ap) 72 (void)printf("alist=%p ap=%p\n", alist, ap); 73 for (ap = alist; ap; ap = ap->a_flink) { 862 edit_attachlist(struct attachment *alist) 871 ap = alist; 873 SHOW_ALIST(alist, ap); 895 alist = ap->a_flink; 896 if (alist) 897 alist->a_blink = NULL [all...] |