HomeSort by: relevance | last modified time | path
    Searched refs:hname (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/usr.bin/msgc/
msgdb.c 99 char hname[1024]; local
110 snprintf (hname, 1024, "%s.h", out_name);
111 nlen = strlen(hname);
112 if (hname[nlen-2] != '.' || hname[nlen-1] != 'h') {
132 out_file = fopen (hname, "w");
135 prog_name, hname);
225 (void)fprintf (out_file, "#include \"%s\"\n", hname);
  /src/external/ibm-public/postfix/dist/src/util/
inet_addr_host.c 75 const char *hname; local
89 hname = 0;
93 hname = mystrndup(hostname + 1, hostnamelen - 2);
96 hname = hostname;
101 if ((aierr = hostname_to_sockaddr(hname, serv, SOCK_STREAM, &res0)) == 0) {
131 if (hname && hname != hostname)
132 myfree((void *) hname);
  /src/crypto/external/apache2/openssl/lib/libcrypto/
rnd_keys.c 69 char hname[64], accum[512]; local
75 gethostname(hname, sizeof(hname) - 1);
81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
  /src/crypto/external/apache2/openssl/lib/libdes/
ornd_keys.c 69 char hname[64], accum[512]; local
75 gethostname(hname, sizeof(hname) - 1);
81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
  /src/crypto/external/bsd/openssl/lib/libcrypto/
rnd_keys.c 69 char hname[64], accum[512]; local
75 gethostname(hname, sizeof(hname) - 1);
81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
  /src/crypto/external/bsd/openssl/lib/libdes/
ornd_keys.c 69 char hname[64], accum[512]; local
75 gethostname(hname, sizeof(hname) - 1);
81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/
rnd_keys.c 69 char hname[64], accum[512]; local
75 gethostname(hname, sizeof(hname) - 1);
81 when.tv_sec, when.tv_usec, getpid(), hname, getuid(),
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ornd_keys.c 69 char hname[64], accum[512]; local
75 gethostname(hname, sizeof(hname) - 1);
81 (long long)when.tv_sec, (long)when.tv_usec, getpid(), hname,
  /src/external/gpl2/xcvs/dist/src/
kerberos4-client.c 47 char *hname; local
57 hname = xstrdup (hp->h_name);
79 realm = krb_realmofhost (hname);
87 hname, realm, (unsigned long) 0, &msg_data,
97 free (hname);
  /src/usr.sbin/rdate/
rdate.c 78 char *hname; local
117 hname = argv[optind];
123 error = getaddrinfo(hname, "time", &hints, &res0);
125 errx(1, "%s: %s", gai_strerror(error), hname);
  /src/external/gpl3/gcc/dist/contrib/header-tools/
graph-header-logs 58 hname = pretty_name (header)
59 header_roots[hname] = { }
116 if hname not in nodes:
117 nodes.append(hname)
125 if header_roots[hname].get(fname) == None:
126 header_roots[hname][fname] = list()
127 if msg not in header_roots[hname][fname]:
129 header_roots[hname][fname].append (msg)
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
graph-header-logs 58 hname = pretty_name (header)
59 header_roots[hname] = { }
116 if hname not in nodes:
117 nodes.append(hname)
125 if header_roots[hname].get(fname) == None:
126 header_roots[hname][fname] = list()
127 if msg not in header_roots[hname][fname]:
129 header_roots[hname][fname].append (msg)
  /src/crypto/external/bsd/heimdal/dist/kuser/
kgetcred.c 236 const char *hname = NULL; local
284 hname = krb5_principal_get_comp_string(context, server, 1);
286 ret = krb5_sname_to_principal(context, hname, sname,
290 sname, hname);
292 hname = krb5_principal_get_comp_string(context, server2, 1);
295 * Modify the original with the new sname/hname. This way we
304 ret = krb5_principal_set_comp_string(context, server, 1, hname);
320 hname = argv[1];
321 if (hname == NULL || *hname == '\0'
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
iruserok.c 97 char hname[MaxHostNameLen]; local
114 strlcpy(hname, hp->h_name, sizeof(hname));
155 (char *)&hname, NULL, ypdomain);
162 (char *)&hname, NULL, ypdomain))
  /src/bin/ksh/
history.c 73 static char *hname; /* current name of history file */ variable
569 if (hname && strcmp(hname, name) == 0)
576 if (hname) {
577 afree(hname, APERM);
578 hname = NULL;
586 afree(hname, APERM);
587 hname = NULL;
685 hname = NULL;
694 hname = alloc(len = strlen(home) + strlen(f) + 2, APERM)
    [all...]
  /src/usr.bin/menuc/
mdb.c 113 char hname[1024], cname[1024], sname[1024]; local
119 snprintf(hname, 1024, "%s.h", out_name);
120 nlen = strlen(hname);
121 if (hname[nlen-2] != '.' || hname[nlen-1] != 'h') {
141 out_file = fopen(hname, "w");
144 prog_name, hname);
277 fprintf(out_file, "#include \"%s\"\n\n", hname);
  /src/usr.sbin/timed/timed/
measure.c 72 const char *hname,
283 inet_ntoa(addr->sin_addr), hname);
287 fprintf(stderr, "measure %s: %s\n", hname,
291 syslog(LOG_ERR, "measure %s: %m", hname);
293 syslog(LOG_ERR, "measure: %s did not respond", hname);
298 hname, trials);
  /src/external/bsd/openldap/dist/tests/progs/
slapd-auth.c 66 static char hname[1024]; variable
282 gethostname(hname, sizeof(hname));
283 printf("%s(tid)\tdeltaT\tauth1\tauth2\trate1\trate2\tRate1+2\n", hname);
318 hname, i, dt, dr1, dr2, rr1, rr2, rr1 + rr2);
331 hname, 0, dr10, dr20, rr1, rr2, rr1 + rr2);
  /src/external/gpl2/mkhybrid/dist/
apple.c 214 get_none_dir(char *hname, const char *dname, dir_ent *s_entry, int ret)
226 get_none_info(char *hname, char *dname, dir_ent *s_entry, int ret)
273 get_cap_dir(char *hname, const char *dname, dir_ent *s_entry, int ret)
274 /* char *hname whole path */
281 num = read_info_file(hname, &info, sizeof(FileInfo));
303 get_cap_info(char *hname, char *dname, dir_ent *s_entry, int ret)
304 /* char *hname whole path */
314 num = read_info_file(hname, &info, sizeof(info));
365 ret = get_none_info(hname, dname, s_entry, TYPE_NONE);
378 get_es_info(char *hname, char *dname, dir_ent *s_entry, int ret
    [all...]
  /src/distrib/alpha/instkernel/ramdisk/
install.sh 386 elif [ "$hname" = "" ]; then
387 hname=$part_name
467 if [ "$hname" != "" ]; then
469 echo "Initializing $hname filesystem, and mounting..."
471 $DONTDOIT mkdir -p /mnt/$hname
472 $DONTDOIT mount -v $ASYNC /dev/${drivename}h /mnt/$hname
496 if [ "$hname" != "" ]; then
497 echo /dev/${drivename}h /$hname ffs rw 1 5 | sed -e s,//,/, >> $FSTAB
  /src/usr.bin/login/
common.c 172 const char *hname; local
175 hname = (hostname == NULL) ? "?" : hostname;
206 " %s", username, tty, hname, assbuf);
213 "%s", nested, pwd->pw_name, tty, hname, assbuf);
220 pwd->pw_name, tty, hname, assbuf);
  /src/external/gpl2/gmake/dist/
file.c 46 return_ISTRING_HASH_1 (((struct file const *) key)->hname);
52 return_ISTRING_HASH_2 (((struct file const *) key)->hname);
58 return_ISTRING_COMPARE (((struct file const *) x)->hname,
59 ((struct file const *) y)->hname);
125 file_key.hname = name;
167 file_key.hname = name;
181 new->name = new->hname = name;
211 from_file->name = from_file->hname;
217 the `hname' member, since it must be put in a new hash bucket,
229 file_key.hname = to_hname
    [all...]
remake.c 732 if (!streq (file->name, file->hname))
733 printf (_("; using VPATH name `%s'"), file->hname);
746 file->name = file->hname;
757 if (!streq(file->name, file->hname))
759 DB (DB_BASIC, (_(" Ignoring VPATH name `%s'.\n"), file->hname));
1181 if (search && strcmp (arfile->hname, arname))
1195 arname = arfile->hname;
1210 if (arfile->name == arfile->hname)
1227 member_date = ar_member_date (file->hname);
1230 : file_timestamp_cons (file->hname, member_date, 0))
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-gram.y 697 char hname[PATH_MAX];
706 cprint(0, "#include \"%s\"\n\n", hname);
772 strlcpy(hname, cname, sizeof(hname));
774 strlcat(hname, ".h", sizeof(hname));
782 hfile = fopen(hname, "w");
784 err(1, "%s", hname);
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 405 const char *hname
420 if (*hname == '[') {
421 cp = strchr(hname + 1, ']');
422 if (!cp || (octets = (size_t)(cp - hname) - 1) >= sizeof(name)) {
427 memcpy(name, hname + 1, octets);
429 hname = name;
446 a_info = getaddrinfo(hname, service, &hints, &ai);
456 a_info = getaddrinfo(hname, service, &hints, &ai);
480 a_info = getaddrinfo(hname, service, &hints, &ai);
1461 const char *hname,
    [all...]

Completed in 26 milliseconds

1 2 3