Searched refs:infp (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | makedbm.c | 114 FILE *infp, *outfp; local 313 infp = fopen(infile, "r"); 318 infp = stdin; 320 if (infp == NULL) { 358 if (infp != stdin) 359 (void) fclose(infp); 378 while (fgets(buf, sizeof (buf), infp) != NULL) { 383 if (fgets(p, sizeof (buf)-(p-buf), infp) == NULL)
|
/illumos-gate/usr/src/lib/libmail/common/ |
H A D | copystream.c | 50 copystream(FILE *infp, FILE *outfp) in copystream() argument 56 infp)) > 0) in copystream()
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 341 ctf_dyn_array_info(ctf_file_t *infp, ctf_id_t id, ctf_arinfo_t *arinfop) in ctf_dyn_array_info() argument 343 ctf_file_t *fp = infp; in ctf_dyn_array_info() 350 return (ctf_set_errno(infp, ECTF_NOTARRAY)); in ctf_dyn_array_info() 356 return (ctf_set_errno(infp, ENOENT)); in ctf_dyn_array_info() 359 return (ctf_set_errno(infp, ECTF_NOTARRAY)); in ctf_dyn_array_info()
|
/illumos-gate/usr/src/lib/libmail/inc/ |
H A D | libmail.h | 59 extern int copystream(FILE *infp, FILE *outfp);
|
/illumos-gate/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 1762 print_rmtcallstat(rtype, infp) in print_rmtcallstat() argument 1764 rpcb_stat *infp; 1774 for (pr = infp->rmtinfo; pr; pr = pr->next) { 1795 print_getaddrstat(rtype, infp) in print_getaddrstat() argument 1797 rpcb_stat *infp; 1803 for (al = infp->addrinfo; al; al = al->next) {
|
/illumos-gate/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 2491 wldp_t *infp, *outfp; in ipw2200_getset() local 2495 infp = (wldp_t *)(uintptr_t)m->b_rptr; in ipw2200_getset() 2499 id = infp->wldp_id; in ipw2200_getset()
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 2386 wldp_t *infp, *outfp; in ipw2100_getset() local 2390 infp = (wldp_t *)(uintptr_t)m->b_rptr; in ipw2100_getset() 2394 id = infp->wldp_id; in ipw2100_getset()
|