Searched refs:tempptr (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | rc.c | 484 char *tempptr; in dlg_parse_rc() local 505 if ((tempptr = getenv("DIALOGRC")) != NULL) in dlg_parse_rc() 506 rc_file = fopen(tempptr, "rt"); in dlg_parse_rc() 510 if ((tempptr = getenv("HOME")) != NULL in dlg_parse_rc() 511 && strlen(tempptr) < MAX_LEN - (sizeof(DIALOGRC) + 3)) { in dlg_parse_rc() 512 if (tempptr[0] == '\0' || lastch(tempptr) == '/') in dlg_parse_rc() 513 sprintf(str, "%s%s", tempptr, DIALOGRC); in dlg_parse_rc() 515 sprintf(str, "%s/%s", tempptr, DIALOGRC); in dlg_parse_rc() 516 rc_file = fopen(tempptr = str, "rt"); in dlg_parse_rc() 523 if ((rc_file = fopen(tempptr = str, "rt")) == NULL) in dlg_parse_rc() [all …]
|
| /NextBSD/libexec/bootpd/ |
| HD | hash.c | 261 hash_member *memberptr, *tempptr; local 294 tempptr = memberptr; 299 tempptr->next = NULL; 300 hashi_FreeMembers(tempptr, free_data);
|