Searched refs:pent (Results 1 – 9 of 9) sorted by relevance
180 PTABLE_ENTRY *pent; in dos_open() local306 pent = (PTABLE_ENTRY*)&sec[0x1BE]; in dos_open()307 pent = scan_partition_table(pent, part->phys, &part->pno); in dos_open()309 if(!pent) in dos_open()324 fsec = (unsigned long)(pent->start_sec & 0x3F); in dos_open()325 fhead = (unsigned long)pent->start_head; in dos_open()326 fcyl = ((pent->start_sec >> 6) << 8) + pent->start_cyl; in dos_open()329 part->len = pent->size; in dos_open()
86 struct protoent *pent; in cnfp_print() local155 pent = getprotobynumber((EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff); in cnfp_print()156 if (!pent || nflag) in cnfp_print()160 printf("%s ", pent->p_name); in cnfp_print()163 if (pent && pent->p_proto == IPPROTO_TCP) { in cnfp_print()
76 struct protoent *pent = getprotobynumber(proto); in proto_to_name() local77 if (pent) in proto_to_name()78 return pent->p_name; in proto_to_name()92 struct protoent *pent; in name_to_proto() local94 if ((pent = getprotobyname(s))) in name_to_proto()95 proto = pent->p_proto; in name_to_proto()
81 struct protoent *pent = getprotobynumber(proto); in print_proto() local82 if (pent) { in print_proto()84 invertstr, pent->p_name); in print_proto()
88 struct protoent *pent = getprotobynumber(proto); in print_proto() local89 if (pent) { in print_proto()90 printf("-p %s%s ", invertstr, pent->p_name); in print_proto()
239 struct protoent *pent = getprotobynumber(proto); in proto_to_name() local240 if (pent) in proto_to_name()241 return pent->p_name; in proto_to_name()849 struct protoent *pent; in parse_protocol() local858 if ((pent = getprotobyname(s))) in parse_protocol()859 proto = pent->p_proto; in parse_protocol()
244 struct protoent *pent = getprotobynumber(proto); in proto_to_name() local245 if (pent) in proto_to_name()246 return pent->p_name; in proto_to_name()832 struct protoent *pent; in parse_protocol() local841 if ((pent = getprotobyname(s))) in parse_protocol()842 proto = pent->p_proto; in parse_protocol()
323 struct passwd *pent; local331 if ((pent = getpwnam(username)) == NULL) {336 run_uid = pent->pw_uid;337 run_gid = pent->pw_gid;
21909 pentagon pent@gon