HomeSort by relevance Sort by last modified time
    Searched refs:ncb (Results 1 - 11 of 11) sorted by null

  /external/bzip2/
bzmore 22 cb='cbreak'; ncb='-cbreak'
25 cb='min 1 -icanon'; ncb='icanon eof ^d'
30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15
47 stty $ncb echo 2>/dev/null
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /libcore/ojluni/src/main/java/java/io/
BufferedReader.java 155 // char ncb[] = new char[readAheadLimit];
160 char ncb[] = new char[nlength]; local
161 System.arraycopy(cb, markedChar, ncb, 0, delta);
162 cb = ncb;