| /src/bin/sh/ |
| expand.h | 47 struct strlist **lastp; member in struct:arglist
|
| /src/lib/libutil/ |
| ttyaction.c | 72 char *lastp; local 119 p1 = strtok_r(line, " \t", &lastp); 120 p2 = strtok_r(NULL, " \t", &lastp); 122 argv[2] = strtok_r(NULL, "\n", &lastp);
|
| /src/lib/libc/rpc/ |
| getnetpath.c | 213 struct netpath_chain *chainp, *lastp; local 224 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) {
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| l10nflist.c | 184 struct loaded_l10nfile **lastp; 250 lastp = l10nfile_list; 265 lastp = &retval->next; 299 retval->next = *lastp; 300 *lastp = retval; 183 struct loaded_l10nfile **lastp; local
|
| /src/external/gpl2/texinfo/dist/intl/ |
| l10nflist.c | 181 struct loaded_l10nfile **lastp; 274 lastp = l10nfile_list; 289 lastp = &retval->next; 320 retval->next = *lastp; 321 *lastp = retval; 180 struct loaded_l10nfile **lastp; local
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| l10nflist.c | 207 struct loaded_l10nfile **lastp; 300 lastp = l10nfile_list; 315 lastp = &retval->next; 346 retval->next = *lastp; 347 *lastp = retval; 206 struct loaded_l10nfile **lastp; local
|
| /src/common/lib/libprop/ |
| prop_extern.c | 524 const char *lastp; local 536 lastp = path + strlen(path) - 1; 537 while (lastp != path && *lastp == '/') { 538 lastp--; 543 if (*lastp == '/') { 545 while (lastp != path && *lastp == '/') { 546 lastp--; 550 len = (lastp - path) + 1 /* last char */ [all...] |
| /src/lib/libperfuse/ |
| perfuse.c | 122 char *lastp; local 129 for (opt = strtok_r(string, ",", &lastp); 131 opt = strtok_r(NULL, ",", &lastp)) {
|
| /src/sys/arch/powerpc/oea/ |
| ofw_autoconf.c | 104 char *p, *lastp; local 200 lastp = strrchr(cbootpath, '/'); 201 if (lastp != NULL) { 202 lastp++; 203 if ((strncmp(lastp, "sd@", 3) == 0 205 (strncmp(lastp, "disk@", 5) == 0 207 strcpy(lastp, last); 209 lastp = cbootpath; 218 if (strchr(lastp, '@') == NULL) { 224 if ((p = strrchr(lastp, ':')) != NULL) [all...] |
| /src/usr.sbin/perfused/ |
| perfused.c | 321 char *lastp; local 323 for (opt = strtok_r(optstr, ",", &lastp); 325 opt = strtok_r(NULL, ",", &lastp)) {
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-properties.c | 437 elf_property_list *p, **lastp; local 443 lastp = &elf_properties (first_pbfd); 444 for (p = *lastp; p; p = p->next) 493 *lastp = p->next; 518 lastp = &p->next;
|
| elf-attrs.c | 2219 obj_attribute_list **lastp; local 2237 lastp = &elf_other_obj_attributes (abfd)[vendor]; 2238 for (p = *lastp; p; p = p->next) 2242 lastp = &p->next; 2244 list->next = *lastp; 2245 *lastp = list;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-attrs.c | 244 obj_attribute_list **lastp; local 262 lastp = &elf_other_obj_attributes (abfd)[vendor]; 263 for (p = *lastp; p; p = p->next) 267 lastp = &p->next; 269 list->next = *lastp; 270 *lastp = list;
|
| elf-properties.c | 437 elf_property_list *p, **lastp; local 443 lastp = &elf_properties (first_pbfd); 444 for (p = *lastp; p; p = p->next) 493 *lastp = p->next; 518 lastp = &p->next;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-attrs.c | 237 obj_attribute_list **lastp; local 255 lastp = &elf_other_obj_attributes (abfd)[vendor]; 256 for (p = *lastp; p; p = p->next) 260 lastp = &p->next; 262 list->next = *lastp; 263 *lastp = list;
|
| elf-properties.c | 36 elf_property_list *p, **lastp; local 45 lastp = &elf_properties (abfd); 46 for (p = *lastp; p; p = p->next) 60 lastp = &p->next; 72 p->next = *lastp; 73 *lastp = p; 370 elf_property_list *p, **lastp; local 376 lastp = &elf_properties (first_pbfd); 377 for (p = *lastp; p; p = p->next) 426 *lastp = p->next [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-attrs.c | 237 obj_attribute_list **lastp; local 255 lastp = &elf_other_obj_attributes (abfd)[vendor]; 256 for (p = *lastp; p; p = p->next) 260 lastp = &p->next; 262 list->next = *lastp; 263 *lastp = list;
|
| elf-properties.c | 36 elf_property_list *p, **lastp; local 45 lastp = &elf_properties (abfd); 46 for (p = *lastp; p; p = p->next) 60 lastp = &p->next; 72 p->next = *lastp; 73 *lastp = p; 370 elf_property_list *p, **lastp; local 376 lastp = &elf_properties (first_pbfd); 377 for (p = *lastp; p; p = p->next) 426 *lastp = p->next [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch_loop.c | 1009 struct patternlist **lastp = &list; local 1082 *lastp = newp; \ 1083 lastp = &newp->next
|
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch_loop.c | 1011 struct patternlist **lastp = &list; local 1069 *lastp = newp; \ 1070 lastp = &newp->next
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fnmatch_loop.c | 988 struct patternlist **lastp = &list; local 1065 *lastp = newp; \ 1066 lastp = &newp->next
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fnmatch_loop.c | 988 struct patternlist **lastp = &list; local 1065 *lastp = newp; \ 1066 lastp = &newp->next
|
| /src/bin/ksh/ |
| exec.c | 455 char **lastp; local 468 if (Flag(FTALKING) && *(lastp = ap)) { 469 while (*++lastp) 472 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| optim2.c | 290 struct dlnod *p, *lastp; local 293 lastp = dl; 357 p->back = lastp; 358 lastp->forw = p; 359 lastp = p;
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| xgettext.c | 1350 flag_context_list_ty **lastp = NULL; local 1354 lastp = &list->next; 1355 list = *lastp; 1374 else if (lastp != NULL) 1394 list->next = *lastp; 1395 *lastp = list;
|