/src/bin/sh/ |
options.c | 428 char **ap1, **ap2, **ss; local in function:rotatecmd 454 ap2 = ss = (char **)stalloc(n * sizeof(char *)); 458 *ap2++ = *ap1++; 459 for (ap2 = shellparam.p + shellparam.nparam, ap1 = ap2 - n; 461 *--ap2 = *--ap1; 463 *--ap2 = *--ap1; 476 char **ap1, **ap2; local in function:shiftcmd 502 ap2 = shellparam.p; 503 while ((*ap2++ = *ap1++) != NULL [all...] |
exec.c | 287 char **ap2; local in function:execinterp 328 for (ap2 = argv ; *ap2++ != NULL ; ); 329 new = ckmalloc(i + ((char *)ap2 - (char *)argv)); 330 ap = newargs, ap2 = new; 332 *ap2++ = *ap++; 334 while (*ap2++ = *ap++);
|
/src/sbin/routed/ |
parms.c | 498 struct auth k, *ap, *ap2; local in function:get_passwd 534 for (ap2 = parmp->parm_auth; ap2 < ap; ap2++) { 535 if (ap2->keyid == l) {
|
/src/sys/arch/newsmips/apbus/ |
if_sn.c | 703 ushort ap2, ap1, ap0; local in function:camdump 706 ap2 = NIC_GET(sc, SNR_CAP2); 709 printf("%d: ap2=0x%x ap1=0x%x ap0=0x%x\n", i, ap2, ap1, ap0);
|
/src/usr.bin/xlint/lint2/ |
chk.c | 341 const type_t *tp1, *tp2, **ap1, **ap2; local in function:chkfaui 379 ap2 = tp2->t_args; 381 while (*ap1 != NULL && *ap2 != NULL) { 387 *ap1, *ap2); 389 ap2++; 391 if (*ap1 == *ap2) { 400 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) { 409 total_args(n, ap2), mkpos(&call->f_pos)); 426 printflike(hte, call, n, ai->a_fstrg, ap2); 428 scanflike(hte, call, n, ai->a_fstrg, ap2); 1130 const type_t **ap1, **ap2, *tp1, *tp2; local in function:check_argument_declarations [all...] |
/src/usr.bin/mail/ |
cmd3.c | 1106 char **ap, **ap2, *cp; local in function:alternates 1120 for (ap = namelist, ap2 = altnames; *ap; ap++, ap2++) { 1123 *ap2 = cp; 1125 *ap2 = 0;
|
mime_attach.c | 978 struct attachment *ap2; local in function:mime_attach_files 979 ap2 = attach_one_file(ap, argv[i], attach_num); 980 if (ap2 != NULL) { 981 ap = ap2; 1030 struct attachment *ap2; local in function:mime_attach_optargs 1039 ap2 = attach_one_file(ap, filename, attach_num); 1040 if (ap2 != NULL) { 1041 ap = ap2;
|
/src/usr.sbin/sysinst/ |
util.c | 1933 va_list ap2; local in function:scripting_vfprintf 1935 va_copy(ap2, ap); 1939 (void)vfprintf(script, fmt, ap2);
|