Lines Matching refs:split
7034 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
7041 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
7043 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
13497 # split strings by '.' and convert to numeric. Append some zeros
13500 minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0]
13532 # split strings by '.' and convert to numeric. Append some zeros
13535 minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0]
15153 nfields = split(line, field, "@")
15284 split(line, arg, " ")
15292 split(mac1, mac2, "(") #)