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

  /src/external/ibm-public/postfix/dist/src/util/
msg_syslog.c 221 struct facility_list *fnp; local
223 for (fnp = facility_list; fnp->name; ++fnp) {
224 if (!strcmp(fnp->name, facility_name)) {
225 msg_syslog_facility = fnp->facility;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pragma.c 433 dt_node_t *fnp = dnp ? dnp->dn_list : NULL; local
434 dt_node_t *inp = fnp ? fnp->dn_list : NULL;
437 (fnp != NULL && fnp->dn_kind != DT_NODE_STRING) ||
444 * If a file is specified, free any old pcb_filetag and swap fnp's
447 if (fnp != NULL) {
458 if (strncmp(fnp->dn_string, "/dev/fd/", 8) != 0) {
459 yypcb->pcb_filetag = fnp->dn_string;
460 fnp->dn_string = NULL
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
format.c 263 fnode *fnp; local
269 for (fnp = fmt->array.array; fnp < &fmt->array.array[FARRAY_SIZE] &&
270 fnp->format != FMT_NONE; fnp++)
271 if (fnp->format == FMT_DT)
273 free (GFC_DESCRIPTOR_DATA(fnp->u.udf.vlist));
274 free (fnp->u.udf.vlist);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
format.c 262 fnode *fnp; local
268 for (fnp = fmt->array.array; fnp < &fmt->array.array[FARRAY_SIZE] &&
269 fnp->format != FMT_NONE; fnp++)
270 if (fnp->format == FMT_DT)
272 if (GFC_DESCRIPTOR_DATA(fnp->u.udf.vlist))
273 free (GFC_DESCRIPTOR_DATA(fnp->u.udf.vlist));
274 free (fnp->u.udf.vlist);
  /src/bin/ed/
main.c 472 char *fnp; local
517 } else if ((fnp = get_filename()) == NULL)
527 if (*fnp && *fnp != '!') strlcpy(old_filename, fnp,
530 if (*fnp == '\0' && *old_filename == '\0') {
535 if (read_file(*fnp ? fnp : old_filename, 0) < 0)
548 } else if ((fnp = get_filename()) == NULL)
550 else if (*fnp == '!')
    [all...]
  /src/sys/fs/nfs/client/
nfs_clvnops.c 1770 struct nfsnode *fnp = VTONFS(ap->a_fvp); local
1837 mtx_lock(&fnp->n_mtx);
1838 if (fnp->n_v4 != NULL && fvp->v_type == VREG &&
1839 (fnp->n_v4->n4_namelen != tcnp->cn_namelen ||
1840 NFSBCMP(tcnp->cn_nameptr, NFS4NODENAME(fnp->n_v4),
1842 tdnp->n_fhp->nfh_len != fnp->n_v4->n4_fhlen ||
1843 NFSBCMP(tdnp->n_fhp->nfh_fh, fnp->n_v4->n4_data,
1853 FREE((caddr_t)fnp->n_v4, M_NFSV4NODE);
1854 fnp->n_v4 = newv4;
1856 fnp->n_v4->n4_fhlen = tdnp->n_fhp->nfh_len
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 126 DwrFileName *fnp = get (i); local
127 Dprintf (1, " %2ld %3lld %8lld %8lld %s\n", i, (long long) fnp->dir_index,
128 (long long) fnp->timestamp, (long long) fnp->file_size,
129 STR (fnp->fname));
1225 DwrFileName *fnp = new DwrFileName (s); local
1226 fnp->dir_index = debug_lineSec->GetULEB128_32 ();
1227 fnp->timestamp = debug_lineSec->GetULEB128 ();
1228 fnp->file_size = debug_lineSec->GetULEB128 ();
1229 file_names->append (fnp);
1311 DwrFileName *fnp = new DwrFileName (nm); local
1334 DwrFileName *fnp = file_names->get (i); local
1457 DwrFileName *fnp = file_names->get (file); local
1511 DwrFileName *fnp = file_names->fetch (fn); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 126 DwrFileName *fnp = get (i); local
127 Dprintf (1, " %2ld %3lld %8lld %8lld %s\n", i, (long long) fnp->dir_index,
128 (long long) fnp->timestamp, (long long) fnp->file_size,
129 STR (fnp->fname));
1225 DwrFileName *fnp = new DwrFileName (s); local
1226 fnp->dir_index = debug_lineSec->GetULEB128_32 ();
1227 fnp->timestamp = debug_lineSec->GetULEB128 ();
1228 fnp->file_size = debug_lineSec->GetULEB128 ();
1229 file_names->append (fnp);
1311 DwrFileName *fnp = new DwrFileName (nm); local
1334 DwrFileName *fnp = file_names->get (i); local
1457 DwrFileName *fnp = file_names->get (file); local
1511 DwrFileName *fnp = file_names->fetch (fn); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 12310 struct fn_field *fnp;
12342 fnp = &flp->fnfields.emplace_back ();
12351 fnp->physname = physname ? physname : "";
12354 fnp->type = type_allocator (objfile, cu->lang ()).new_type ();
12362 smash_to_method_type (fnp->type, type,
12375 fnp->voffset = VOFFSET_STATIC;
12383 fnp->fcontext = die_containing_type (die, cu);
12393 fnp->accessibility = accessibility::PRIVATE;
12396 fnp->accessibility = accessibility::PROTECTED;
12403 fnp->is_artificial = 1
12301 struct fn_field *fnp; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 10603 struct fn_field *fnp;
10635 fnp = &flp->fnfields.emplace_back ();
10644 fnp->physname = physname ? physname : "";
10647 fnp->type = type_allocator (objfile, cu->lang ()).new_type ();
10655 smash_to_method_type (fnp->type, type,
10667 fnp->voffset = VOFFSET_STATIC;
10675 fnp->fcontext = die_containing_type (die, cu);
10685 fnp->accessibility = accessibility::PRIVATE;
10688 fnp->accessibility = accessibility::PROTECTED;
10695 fnp->is_artificial = 1
10596 struct fn_field *fnp; local
    [all...]

Completed in 39 milliseconds