Searched full:inpt (Results 1 – 2 of 2) sorted by relevance
| /freebsd/bin/pax/ |
| H A D | pat_rep.c | 832 char *inpt; in rep_name() local 845 * replacement. We build up the final result in nname. inpt points at in rep_name() 852 inpt = buf1; in rep_name() 865 if (regexec(&(pt->rcmp), inpt, MAXSUBEXP, pm, 0) != 0) in rep_name() 876 rpt = inpt + pm[0].rm_so; in rep_name() 878 while ((inpt < rpt) && (outpt < endpt)) in rep_name() 879 *outpt++ = *inpt++; in rep_name() 889 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt)) in rep_name() 902 * expression (inpt always points at the first char in in rep_name() 904 * substitution, we will use inpt to copy the tail to in rep_name() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
| H A D | ti,mux-clock.yaml | 13 This clock assumes a register-mapped multiplexer with multiple inpt clock
|