Lines Matching refs:ibuf
48 vms_redirect (struct dsc$descriptor_s *desc, char *fname, char *ibuf)52 ibuf++;53 while (isspace ((unsigned char)*ibuf))54 ibuf++;55 fptr = ibuf;56 while (*ibuf && !isspace ((unsigned char)*ibuf))57 ibuf++;58 *ibuf = 0;72 return ibuf;