Searched refs:buf2 (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Darch.py65 buf2 = _get_sysinfo(lib.SI_ARCHITECTURE_32)
67 if buf1 == NULL and buf2 == NULL:
69 if buf1 == NULL and buf2:
70 buf = buf2
71 if buf2 == NULL and buf1:
78 buf2 = force_text(ffi.string(ffi.cast("char *", buf2)))
79 robj = [buf1, buf2]

Completed in 632 milliseconds