Searched refs:nname (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/usr.bin/gprof/
H A Daout.c88 for (j = 0; j < nname; j++){
123 nname = 0;
129 nname++;
131 if (nname == 0)
133 askfor = nname + 1;
142 nname = 0;
159 nname , npe -> name , npe -> value );
163 nname++;
H A Dkernel.c39 nname = 0;
41 nname++;
43 if ((nl = (nltype *)calloc(nname + 1, sizeof(nltype))) == NULL)
H A Dlookup.c57 for ( low = 0 , high = nname - 1 ; low != high ; ) {
65 printf( "[nllookup] %d (%d) probes\n" , probes , nname-1 );
85 nname-1 );
H A Delf.c103 nname = 0;
106 nname++;
109 if ((nl = (nltype *)calloc(nname + 1, sizeof(nltype))) == NULL)
H A Darcs.c202 topsortnlp = (nltype **) calloc( nname , sizeof(nltype *) );
205 for ( index = 0 ; index < nname ; index += 1 ) {
208 qsort( topsortnlp , nname , sizeof(nltype *) , topcmp );
212 for ( index = 0 ; index < nname ; index += 1 ) {
238 timesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) );
241 for ( index = 0 ; index < nname ; index++ ) {
245 timesortnlp[nname+index-1] = &cyclenl[index];
247 qsort( timesortnlp , nname + ncycle , sizeof(nltype *) , totalcmp );
248 for ( index = 0 ; index < nname + ncycle ; index++ ) {
260 for ( index = 0 ; index < nname ; inde
[all...]
H A Dprintgprof.c61 sortednlp = (nltype **) calloc( nname , sizeof(nltype *) );
64 for ( idx = 0 ; idx < nname ; idx += 1 ) {
67 qsort( sortednlp , nname , sizeof(nltype *) , timecmp );
68 for ( idx = 0 ; idx < nname ; idx += 1 ) {
230 for ( idx = 0 ; idx < nname + ncycle ; idx ++ ) {
713 namesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) );
716 for ( idx = 0 , nnames = 0 ; idx < nname ; idx++ ) {
H A Dgprof.h149 int nname; /* the number of function names */ variable
H A Dgprof.c167 qsort(nl, nname, sizeof(nltype), valcmp);
511 for (j = j - 1; j < nname; j++) {
/freebsd-10-stable/usr.sbin/jls/
H A Djls.c331 char *nname, *p; local
333 nname = malloc(strlen(name) + 3);
334 if (nname == NULL)
338 sprintf(nname, "%.*s.no%s", (int)(p - name), name, p + 1);
340 sprintf(nname, "no%s", name);
341 return nname;
347 char *nname, *p; local
352 nname = malloc(strlen(name) - 1);
353 if (nname == NULL)
356 sprintf(nname, "
365 char *nname; local
[all...]
/freebsd-10-stable/bin/pax/
H A Dtables.h92 char *nname; /* new name typed in by the user */ member in struct:namt
H A Dtables.c508 add_name(char *oname, int onamelen, char *nname) argument
538 if (strcmp(nname, pt->nname) == 0)
541 free(pt->nname);
542 if ((pt->nname = strdup(nname)) == NULL) {
555 if ((pt->nname = strdup(nname)) != NULL) {
599 *onamelen = l_strncpy(oname, pt->nname, onamesize - 1);
H A Dpat_rep.c869 char nname[PAXPATHLEN+1]; /* final result of all replacements */ local
875 * replacement. We build up the final result in nname. inpt points at
883 outpt = nname;
986 name, nname);
994 if (*nname == '\0')
998 (void)fprintf(stderr,"%s >> %s\n", name, nname);
1005 if (*nname == '\0')
1007 *nlen = l_strncpy(name, nname, PAXPATHLEN + 1);
/freebsd-10-stable/lib/libc/nameser/
H A Dns_name.c718 /* Find the number of octets an nname takes up, including the root label.
723 ns_name_length(ns_nname_ct nname, size_t namesiz) { argument
724 ns_nname_ct orig = nname;
727 while (namesiz-- > 0 && (n = *nname++) != 0) {
736 nname += n;
739 return (nname - orig);
742 /* Compare two nname's for equality. Return -1 on error (setting errno).
788 /* Build an array of <base,len> tuples from an nname, top-down order.
792 ns_name_map(ns_nname_ct nname, size_t namelen, ns_namemap_t map, int mapsize) { argument
796 n = *nname
842 ns_name_labels(ns_nname_ct nname, size_t namesiz) argument
[all...]
H A Dns_parse.c234 rr->nname, NS_MAXNNAME, &rr->nnamel);
/freebsd-10-stable/lib/libjail/
H A Djail.c485 char *nname; local
506 nname = jp[j].jp_flags & JP_BOOL
509 if (nname == NULL) {
514 jiov[i - 1].iov_base = nname;
515 jiov[i - 1].iov_len = strlen(nname) + 1;
873 char *p, *name, *nname; local
908 nname = nononame(name);
909 if (nname == NULL) {
916 name = alloca(strlen(nname) + 1);
917 strcpy(name, nname);
1075 char *nname, *p; local
1093 char *p, *nname; local
[all...]
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dfsi_analyze.c627 char nname[1024]; local
632 xsnprintf(nname, sizeof(nname), "%s/%s", pref, ap->a_name);
634 ap->a_name = xstrdup(nname[1] == '/' ? nname + 1 : nname);
/freebsd-10-stable/contrib/bsnmp/snmp_target/
H A Dtarget_snmp.c524 char nname[SNMP_ADM_STR32_SIZ]; local
580 target_decode_index(&val->var, sub, nname) < 0)
582 if ((notify = target_new_notify(nname)) == NULL)
758 char nname[SNMP_ADM_STR32_SIZ]; local
761 if (target_decode_index(oid, sub, nname) < 0)
766 if (strcmp(nname, notify->name) == 0)
775 char nname[SNMP_ADM_STR32_SIZ]; local
781 if (target_decode_index(oid, sub, nname) < 0)
786 if (strcmp(nname, notify->name) == 0)
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dtrap.c834 target_new_notify(char *nname) argument
840 if (strcmp(nname, notify->name) == 0)
847 strlcpy(notify->name, nname, sizeof(notify->name));
850 strcmp(nname, prev->name) < 0) {
856 if ((cmp = strcmp(nname, temp->name)) <= 0)
/freebsd-10-stable/include/arpa/
H A Dnameser.h173 ns_nname nname; member in struct:__ns_rr2
184 #define ns_rr_nname(rr) ((const ns_nname_t)(rr).nname)
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl2.c3058 char *nname;
3063 nname = ACONCAT (("_ZGA", oname+2, NULL));
3064 nid = get_identifier (nname);
3053 char *nname; local
/freebsd-10-stable/contrib/gcc/
H A Doptabs.c5113 const char *nname, *wname;
5133 nname = GET_MODE_NAME (nmode);
5137 for (q = widening ? nname : wname; *q; p++, q++)
5139 for (q = widening ? wname : nname; *q; p++, q++)
5089 const char *nname, *wname; local

Completed in 462 milliseconds