next_p 142 source3/printing/printing_db.c struct tdb_print_db *p = NULL, *next_p = NULL;
next_p 144 source3/printing/printing_db.c for (p = print_db_head; p; p = next_p) {
next_p 145 source3/printing/printing_db.c next_p = p->next;
next_p 590 source3/smbd/notify_internal.c const char *p, *next_p;
next_p 609 source3/smbd/notify_internal.c p=next_p,depth++) {
next_p 613 source3/smbd/notify_internal.c next_p = strchr(p+1, '/');
next_p 621 source3/smbd/notify_internal.c if (next_p != NULL) {
next_p 666 source3/smbd/notify_internal.c if (next_p != NULL) {
next_p 588 source4/ntvfs/common/notify.c const char *p, *next_p;
next_p 603 source4/ntvfs/common/notify.c p=next_p,depth++) {
next_p 607 source4/ntvfs/common/notify.c next_p = strchr(p+1, '/');
next_p 615 source4/ntvfs/common/notify.c if (next_p != NULL) {
next_p 660 source4/ntvfs/common/notify.c if (next_p != NULL) {