/titanic_51/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lcgen.c | 282 FILE* hf; local 300 if (!(hf = fopen(hdr, "w"))) 316 fprintf(hf, "/* : : generated by %s : : */\n", command); 317 fprintf(hf, "#pragma prototyped\n"); 318 fprintf(hf, "\n"); 319 fprintf(hf, "#ifndef _LC_H\n"); 320 fprintf(hf, "#define _LC_H\t\t\t1\n"); 321 fprintf(hf, "\n"); 322 fprintf(hf, "#include <ast.h>\n"); 323 fprintf(hf, "\ [all...] |
/titanic_51/usr/src/lib/libast/common/port/ |
H A D | lcgen.c | 282 FILE* hf; local 300 if (!(hf = fopen(hdr, "w"))) 316 fprintf(hf, "/* : : generated by %s : : */\n", command); 317 fprintf(hf, "#pragma prototyped\n"); 318 fprintf(hf, "\n"); 319 fprintf(hf, "#ifndef _LC_H\n"); 320 fprintf(hf, "#define _LC_H\t\t\t1\n"); 321 fprintf(hf, "\n"); 322 fprintf(hf, "#include <ast.h>\n"); 323 fprintf(hf, "\n"); [all …]
|
/titanic_51/usr/src/cmd/mdb/common/modules/hook/ |
H A D | hook.c | 111 hook_family_int_t hf; in hookeventlist() local 119 if (mdb_vread((void *)&hf, sizeof (hf), (uintptr_t)addr) == -1) { in hookeventlist() 125 hrp = SLIST_FIRST(&hf.hfi_head); in hookeventlist() 169 hook_family_int_t hf, *hfp; in hookrootlist() local 190 if (mdb_vread((void *)&hf, sizeof (hf), (uintptr_t)hfp) == -1) { in hookrootlist() 194 if (!hf.hfi_family.hf_name) { in hookrootlist() 196 hf.hfi_family); in hookrootlist() 200 (uintptr_t)hf in hookrootlist() 216 hook_family_int_t hf; hookevent_stack_walk_init() local [all...] |
/titanic_51/usr/src/cmd/ypcmd/ |
H A D | ypinit.sh | 39 hf=/var/run/ypservers.$$ 85 trap '/usr/bin/rm -f $hf' 0 1 2 3 15 224 touch $hf # make sure file exists 236 echo $host > $hf 244 echo $h >> $hf 268 echo $h >> $hf 286 if [ -s $hf ] 290 cat $hf 304 rm $hf 308 rm $hf [all...] |
/titanic_51/usr/src/cmd/mailx/ |
H A D | collect.c | 64 static char **Xaddone(char **hf, char news[]); 1255 addto(char hf[], char news[]) in addto() argument 1262 hf = addone(hf, name); in addto() 1264 return hf; in addto() 1271 addone(char hf[], char news[]) in addone() argument 1275 if (hf == NOSTR) in addone() 1276 hf = savestr(""); in addone() 1278 return(hf); in addone() 1279 linebuf = (char *)srealloc(hf, (unsigne in addone() 1292 nptrs(char ** hf) nptrs() argument 1307 Xaddone(char ** hf,char news[]) Xaddone() argument [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | neti_impl.c | 385 * hf(I) - family pointer 402 net_family_register(net_handle_t info, hook_family_t *hf) in net_family_register() argument 407 ASSERT(hf != NULL); in net_family_register() 417 if (hook_family_add(hf, ns->netstack_hook, in net_family_register() 428 * hf(I) - family pointer 433 net_family_unregister(net_handle_t info, hook_family_t *hf) in net_family_unregister() argument 438 ASSERT(hf != NULL); in net_family_unregister() 444 hf->hf_name) != 0) in net_family_unregister() 455 net_family_shutdown(net_handle_t info, hook_family_t *hf) in net_family_shutdown() argument 459 ASSERT(hf ! in net_family_shutdown() [all...] |
H A D | hook.c | 850 * Parameters: hf(I) - family pointer 866 hook_family_add(hook_family_t *hf, hook_stack_t *hks, void **store) in hook_family_add() argument 870 ASSERT(hf != NULL); in hook_family_add() 871 ASSERT(hf->hf_name != NULL); in hook_family_add() 873 new = hook_family_copy(hf); in hook_family_add() 888 hfi = hook_family_find(hf->hf_name, hks); in hook_family_add() 925 hook_stack_notify_run(hks, hf->hf_name, HN_REGISTER); in hook_family_add()
|
/titanic_51/usr/src/cmd/ypcmd/mknetid/ |
H A D | mknetid.c | 129 FILE *pf, *mf, *gf, *hf; local 141 hf = openfile(hostfile); 150 dohostfile(hostfile, hf); 279 dohostfile(hostfile, hf) in dohostfile() argument 281 FILE *hf; 290 while (lp = getaline(line, sizeof (line), hf, &curline, "#")) {
|
/titanic_51/usr/src/cmd/datadm/ |
H A D | datadm.c | 785 datadm_hca_entry_find(datadm_hca_entry_t *h1, datadm_hca_find_t *hf) in datadm_hca_entry_find() argument 787 if (datadm_str_match(h1->he_name, hf->hf_sp_entry->spe_devname)) { in datadm_hca_entry_find() 788 hf->hf_hca_entry = h1; in datadm_hca_entry_find() 1290 datadm_hca_find_by_name_t *hf) in datadm_hca_entry_find_by_name() argument 1292 if (datadm_str_match(h1->he_name, hf->hf_name)) { in datadm_hca_entry_find_by_name() 1293 hf->hf_hca_entry = h1; in datadm_hca_entry_find_by_name() 1302 datadm_hca_find_by_name_t hf; in datadm_hca_lookup_by_name() local 1304 hf.hf_name = hca_driver_name; in datadm_hca_lookup_by_name() 1305 hf.hf_hca_entry = NULL; in datadm_hca_lookup_by_name() 1308 &hf); in datadm_hca_lookup_by_name() [all...] |
/titanic_51/usr/src/cmd/sendmail/lib/ |
H A D | Makefile | 40 ROOTETCMAILSYMLINKS = $(ROOTETCMAIL)/sendmail.hf
|
/titanic_51/usr/src/grub/grub-0.97/util/ |
H A D | grub-install.in | 134 | sed 's%.*\(([hf]d[0-9][a-g0-9,]*)\).*%\1%'` 368 \([hf]d[0-9]*\)) 370 [hf]d[0-9]*)
|
/titanic_51/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 434 extern char *addone(char hf[], char news[]); 435 extern char *addto(char hf[], char news[]);
|
/titanic_51/usr/src/cmd/sendmail/libmilter/ |
H A D | engine.c | 1369 char *hf, *hv; local 1377 if (dec_arg2(g->a_buf, g->a_len, &hf, &hv) == MI_SUCCESS) 1378 return (*fi_header)(g->a_ctx, hf, hv);
|
/titanic_51/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 4874 register SM_FILE_T *hf; local 4891 (hf = safefopen(HelpFile, O_RDONLY, 0444, sff)) == NULL) 4913 while (sm_io_fgets(hf, SM_TIME_DEFAULT, buf, sizeof(buf)) != NULL) 4976 (void) sm_io_close(hf, SM_TIME_DEFAULT);
|
/titanic_51/usr/src/pkg/manifests/ |
H A D | service-network-smtp-sendmail.mf | 225 link path=etc/mail/sendmail.hf target=helpfile
|
/titanic_51/usr/src/cmd/sendmail/cf/ |
H A D | README | 228 /etc/sendmail.hf /etc/mail/helpfile 229 /etc/mail/sendmail.hf /etc/mail/helpfile 230 /usr/ucblib/sendmail.hf /etc/mail/helpfile 231 /etc/ucbmail/sendmail.hf /etc/mail/helpfile 232 /usr/lib/sendmail.hf /etc/mail/helpfile 233 /usr/share/lib/sendmail.hf /etc/mail/helpfile 234 /usr/share/misc/sendmail.hf /etc/mail/helpfile 235 /share/misc/sendmail.hf /etc/mail/helpfile
|