HomeSort by: relevance | last modified time | path
    Searched defs:hfile (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libedit/TEST/
wtc1.c 18 static const char hfile[] = ".whistory"; variable
129 history_w(hist, &ev, H_LOAD, hfile);
271 history_w(hist, &ev, H_SAVE, hfile);
  /src/usr.sbin/ypserv/mknetid/
mknetid.c 385 FILE *hfile; local
389 if ((hfile = fopen(fname, "r")) == NULL)
393 (line = fparseln(hfile, &len, NULL, NULL, FPARSELN_UNESCALL));
412 (void) fclose(hfile);
  /src/bin/csh/
csh.c 878 Char buf[BUFSIZE], hbuf[BUFSIZE], *hfile; local
898 if ((hfile = value(STRhistfile)) == STRNULL) {
899 hfile = Strcpy(buf, value(STRhome));
903 if ((fp = open(short2str(hfile), O_WRONLY | O_CREAT | O_TRUNC,
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.c 1410 FILE *cfile, *hfile; variable
1617 space(hfile, level);
1618 vfprintf(hfile, fmt, ap);
2084 hfile = fopen(hname, "w");
2085 if(hfile == NULL)
2089 fclose(hfile);
  /src/external/bsd/wpa/dist/hostapd/
hostapd_cli.c 2125 char *hfile = NULL; local
2138 hfile = os_malloc(hfile_len);
2139 if (hfile)
2140 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
2144 hostapd_cli_edit_completion_cb, NULL, hfile, NULL);
2150 edit_deinit(hfile, NULL);
2151 os_free(hfile);
  /src/external/gpl3/gdb.old/dist/gdb/
dbxread.c 378 struct header_file *hfile;
405 hfile = HEADER_FILES (dbxread_objfile) + i;
406 hfile->name = xstrdup (name);
407 hfile->instance = instance;
408 hfile->length = 10;
409 hfile->vector = XCNEWVEC (struct type *, 10);
374 struct header_file *hfile; local
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_cli.c 4720 static char *hfile = NULL; variable
4740 hfile = os_malloc(hfile_len);
4741 if (hfile)
4742 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
4746 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) {
4951 edit_deinit(hfile, wpa_cli_edit_filter_history_cb);
4952 os_free(hfile);
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 2387 struct header_file *hfile;
2414 hfile = HEADER_FILES (objfile) + i;
2415 hfile->name = xstrdup (name);
2416 hfile->instance = instance;
2417 hfile->length = 10;
2418 hfile->vector = XCNEWVEC (struct type *, 10);
2384 struct header_file *hfile; local

Completed in 43 milliseconds