Searched refs:avp (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | parseaddr.c | 673 char **avp; local 722 avp = av; 932 if (avp >= &av[MAXATOM]) 942 *avp++ = tok; 945 *avp = NULL; 1022 register char **avp; /* address vector pointer */ local 1104 avp = pvp; 1117 while ((ap = *avp) != NULL || *rvp != NULL) 1146 mlp->match_first = avp; 1148 ap = *avp; [all …]
|
| D | map.c | 327 char **avp; local 341 for (avp = av; *avp != NULL; avp++) 342 sm_dprintf("\n\t%s", *avp); 362 for (avp = av; --c >= '0' && *avp != NULL; avp++) 364 if (*avp == NULL) 366 len += strlen(*avp); 412 for (avp = av; --c >= '0' && *avp != NULL; avp++) 414 if (*avp == NULL) 418 for (ap = *avp; (c = *ap++) != '\0' && len > 0; --len)
|
| D | readcf.c | 1807 char **avp; local 1824 avp = (char **) xalloc(sizeof(*avp) * i); 1825 memmove((char *) avp, (char *) argv, sizeof(*avp) * i); 1827 return avp;
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32thread.h | 186 #define JOIN(t, avp) \ argument 189 || (GetExitCodeThread((t)->self,(LPDWORD)(avp)) == 0) \ 192 *avp = (AV *)((t)->i.retv); \ 195 #define JOIN(t, avp) \ 198 || (GetExitCodeThread((t)->self,(LPDWORD)(avp)) == 0) \
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | win32thread.h | 186 #define JOIN(t, avp) \ argument 189 || (GetExitCodeThread((t)->self,(LPDWORD)(avp)) == 0) \ 192 *avp = (AV *)((t)->i.retv); \ 195 #define JOIN(t, avp) \ 198 || (GetExitCodeThread((t)->self,(LPDWORD)(avp)) == 0) \
|
| /mirbsd/src/usr.bin/radioctl/ |
| D | radioctl.c | 108 char **avp; in main() local 151 for (avp = argv; *avp != NULL; avp++) in main() 152 if (strchr(*avp, '=') != NULL) { in main()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | thread.h | 154 #define JOIN(t, avp) (*(avp) = (AV *)cthread_join(t->self)) argument 290 # define JOIN(t, avp) \ argument 293 if ((_eC_ = pthread_join((t)->self, (void**)(avp)))) \
|
| /mirbsd/src/lib/libc/time/ |
| D | zic.c | 1433 atcomp(avp, bvp) in atcomp() argument 1434 void * avp; in atcomp() 1437 if (((struct attype *) avp)->at < ((struct attype *) bvp)->at) 1439 else if (((struct attype *) avp)->at > ((struct attype *) bvp)->at)
|