| /src/usr.bin/xlint/lint2/ |
| main2.c | 74 char *lname; local 95 lname = xmalloc(len + 10); 96 (void)snprintf(lname, len + 10, "llib-l%s.ln", optarg); 97 libname = lname;
|
| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_labels.c | 88 const char *lname; local 98 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) { 105 if ((rc = func(lname, &linfo, arg)) != 0) 118 label_info_cb(const char *lname, const ctf_lblinfo_t *linfo, void *arg) 121 * If lname matches the label we are looking for, copy the 124 if (strcmp(lname, ((linfo_cb_arg_t *)arg)->lca_name) == 0) { 138 * Retrieve information about the label with name "lname" 141 ctf_label_info(ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) 146 cb_arg.lca_name = lname;
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-labels.c | 70 const char *lname; local 81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) 91 if ((rc = func (lname, &linfo, arg)) != 0) 105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) 107 /* If lname matches the label we are looking for, copy the 110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) 123 /* Retrieve information about the label with name "lname". */ 125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) 130 cb_arg.lca_name = lname;
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-labels.c | 70 const char *lname; local 81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) 91 if ((rc = func (lname, &linfo, arg)) != 0) 105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) 107 /* If lname matches the label we are looking for, copy the 110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) 123 /* Retrieve information about the label with name "lname". */ 125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) 130 cb_arg.lca_name = lname;
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-labels.c | 70 const char *lname; local 81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) 91 if ((rc = func (lname, &linfo, arg)) != 0) 105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) 107 /* If lname matches the label we are looking for, copy the 110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) 123 /* Retrieve information about the label with name "lname". */ 125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) 130 cb_arg.lca_name = lname;
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-labels.c | 70 const char *lname; local 81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) 91 if ((rc = func (lname, &linfo, arg)) != 0) 105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) 107 /* If lname matches the label we are looking for, copy the 110 if (strcmp (lname, ((linfo_cb_arg_t *) arg)->lca_name) == 0) 123 /* Retrieve information about the label with name "lname". */ 125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) 130 cb_arg.lca_name = lname;
|
| /src/sys/arch/hp300/stand/mkboot/ |
| mkboot.c | 264 static char lname[10] = "SYS_XXXXX"; local 272 lname[i] = toupper((unsigned char)*str); 274 lname[i] = *str; 280 lname[i] = '\0'; 282 return lname;
|
| /src/games/atc/ |
| log.c | 161 struct utsname lname; local 204 (void)uname(&lname); 205 (void)strlcpy(thisscore.host, lname.nodename,
|
| /src/lib/libc/citrus/ |
| citrus_module.c | 191 char *lname; local 206 lname = name; 224 if (strncmp(dp->d_name, lname, (size_t)len) != 0)
|
| /src/crypto/external/bsd/openssh/dist/ |
| gss-serv.c | 106 char lname[NI_MAXHOST]; local 113 if (gethostname(lname, MAXHOSTNAMELEN)) { 118 if (GSS_ERROR(ssh_gssapi_import_name(ctx, lname))) {
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_iter.c | 66 const char *lname = zpool_get_name(l); local 69 return (strcmp(lname, rname));
|
| /src/sbin/fsck_msdos/ |
| dosfs.h | 119 char lname[DOSLONGNAMELEN]; /* real name */ member in struct:dosDirEntry
|
| /src/sys/arch/hppa/stand/mkboot/ |
| mkboot.c | 390 static char lname[10] = "XXXXXXXXXX"; local 400 lname[i] = toupper(*str); 402 lname[i] = *str; 408 lname[i] = ' '; 409 return(lname);
|
| /src/usr.bin/fsplit/ |
| fsplit.c | 97 static int lname(char *, size_t); 170 nflag = lname(name, sizeof(name)); 333 lname(char *s, size_t l) function
|
| /src/usr.sbin/makefs/ |
| walk.c | 81 const char *lname = (*left)->name, *rname = (*right)->name; local 83 if (strcmp(lname, ".") == 0) 87 return strcmp(lname, rname);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| kuserok.c | 388 char *lname; local 399 lname = malloc(strlen(luser) + 1); 400 if (lname == NULL) 402 ret = krb5_aname_to_localname(context, principal, strlen(luser)+1, lname); 405 if (strcmp(lname, luser) == 0) 411 free(lname); 535 * Simple kuserok: check that the lname for the aname matches luser.
|
| /src/external/bsd/wpa/dist/src/utils/ |
| xml-utils.c | 313 const char *lname; local 318 lname = xml_node_get_localname(ctx, child); 319 if (os_strcasecmp(lname, name) == 0)
|
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_iter.c | 213 const char *lname = zfs_get_name(l); local 219 lat = (char *)strchr(lname, '@'); 227 ret = strcmp(lname, rname);
|
| /src/external/gpl3/gcc/dist/gcc/config/vms/ |
| vms-ar.c | 213 char *lname = argv[nexti]; local 217 if (is_regular_file (lname)) 219 addarg (xstrdup (to_host_file_spec (lname))); 224 lnamelen = strlen (lname); 227 && strcmp (&lname [lnamelen - 2], ".a") == 0) 232 strcpy (nlibname, lname); 241 fprintf (stderr, "ar: file '%s' doesn't exist\n", lname);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| vms-ar.c | 213 char *lname = argv[nexti]; local 217 if (is_regular_file (lname)) 219 addarg (xstrdup (to_host_file_spec (lname))); 224 lnamelen = strlen (lname); 227 && strcmp (&lname [lnamelen - 2], ".a") == 0) 232 strcpy (nlibname, lname); 241 fprintf (stderr, "ar: file '%s' doesn't exist\n", lname);
|
| /src/sys/arch/aarch64/aarch64/ |
| db_trace.c | 128 char *lname; local 133 db_read_bytes((db_addr_t)&lwp->l_name, sizeof(lname), 134 (char *)&lname); 135 if (lname != NULL) { 136 db_read_bytes((db_addr_t)lname, sizeof(c_name),
|
| /src/usr.bin/tic/ |
| tic.c | 147 char *lname; local 150 lname = _ti_getname(TERMINFO_RTYPE, name); 151 if (lname == NULL) 153 term = find_term(lname); 154 free(lname);
|
| /src/external/gpl2/gmake/dist/ |
| file.c | 81 register char *lname, *ln; local 94 lname = (char *) malloc (strlen (name) + 1); 95 for (n = name, ln = lname; *n != '\0'; ++n, ++ln) 98 name = lname; 129 free (lname); 142 char *lname, *ln; local 151 lname = (char *) malloc (strlen (name) + 1); 152 for (n = name, ln = lname; *n != '\0'; ++n, ++ln) 163 name = lname; 174 free (lname); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| timevar.cc | 757 char lname[256]; local 758 snprintf (lname, 256, "`- %s", tv2->name); 759 print_row (fp, total, lname, (*i).second);
|
| /src/bin/ps/ |
| print.c | 1499 lname(struct pinfo *pi, VARENT *ve, enum mode mode) function
|