| /src/usr.sbin/autofs/ |
| popen.c | 70 static SLIST_HEAD(, pid) pidlist = SLIST_HEAD_INITIALIZER(pidlist); 130 SLIST_FOREACH(p, &pidlist, next) 146 SLIST_INSERT_HEAD(&pidlist, cur, next); 161 SLIST_FOREACH(cur, &pidlist, next) { 170 SLIST_REMOVE_HEAD(&pidlist, next);
|
| /src/lib/libc/gen/ |
| popen.c | 73 } *pidlist; variable in typeref:struct:pid 127 for (old = pidlist; old; old = old->next) 174 cur->next = pidlist; 175 pidlist = cur; 278 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next) 291 pidlist = cur->next;
|
| /src/external/bsd/blocklist/port/ |
| popenve.c | 76 } *pidlist; variable in typeref:struct:pid 161 for (old = pidlist; old; old = old->next) { 181 cur->next = pidlist; 182 pidlist = cur; 249 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next) 264 pidlist = cur->next;
|