Home
last modified time | relevance | path

Searched full:posix (Results 1 – 25 of 4134) sorted by relevance

12345678910>>...166

/external/python/cpython2/Lib/test/
Dtest_posix.py1 "Test posix functions"
5 # Skip these tests if there is no posix module.
6 posix = test_support.import_module('posix') variable
40 # test posix functions which take no arguments and have
51 posix_func = getattr(posix, name, None)
56 @unittest.skipUnless(hasattr(posix, 'getresuid'),
57 'test needs posix.getresuid()')
59 user_ids = posix.getresuid()
64 @unittest.skipUnless(hasattr(posix, 'getresgid'),
65 'test needs posix.getresgid()')
[all …]
/external/python/cpython3/Lib/test/
Dtest_posix.py1 "Test posix functions"
9 # Skip these tests if there is no posix module.
10 posix = import_helper.import_module('posix') variable
33 if not hasattr(posix, 'sched_getscheduler'):
36 posix.sched_getscheduler(0)
42 requires_sched = unittest.skipUnless(_supports_sched(), 'requires POSIX scheduler API')
63 # test posix functions which take no arguments and have
72 posix_func = getattr(posix, name, None)
77 @unittest.skipUnless(hasattr(posix, 'getresuid'),
78 'test needs posix.getresuid()')
[all …]
/external/toybox/
DAndroid.bp88 "toys/posix/basename.c",
89 "toys/posix/cat.c",
90 "toys/posix/chmod.c",
91 "toys/posix/cmp.c",
92 "toys/posix/comm.c",
93 "toys/posix/cp.c",
94 "toys/posix/cpio.c",
95 "toys/posix/cut.c",
96 "toys/posix/date.c",
97 "toys/posix/dirname.c",
[all …]
/external/pcre/testdata/
Dtestoutput181 # This set of tests is run only with the 8-bit library. It tests the POSIX
3 # not be run with JIT (which is not available for the POSIX interface).
6 #pattern posix
11 ** Ignored with POSIX interface: auto_callout
15 ** Ignored with POSIX interface: find_limits
20 ** Ignored with POSIX interface: partial_hard
24 ** Ignored with POSIX interface: parens_nest_limit
27 ** Ignored with POSIX interface: allow_surrogate_escapes max_pattern_length
57 No match: POSIX code 17: match failed
68 No match: POSIX code 17: match failed
[all …]
/external/pcre/doc/
Dpcre2posix.325 This set of functions provides a POSIX-style API for the PCRE2 regular
26 expression 8-bit library. There are no POSIX-style wrappers for PCRE2's 16-bit
38 standard POSIX names such \fBregcomp()\fP into \fBpcre2_regcomp()\fP etc. This
39 means that a program can use the usual POSIX names without running the risk of
40 accidentally linking with POSIX functions from a different library.
42 On Unix-like systems the PCRE2 POSIX library is called \fBlibpcre2-posix\fP, so
43 can be accessed by adding \fB-lpcre2-posix\fP to the command for linking an
44 application. Because the POSIX functions call the native ones, it is also
48 10.33 to 10.36 of the library contained functions with the POSIX names
51 earlier versions of PCRE2, which had only POSIX names. However, this has proved
[all …]
/external/clang/test/Driver/
Dthread-model.c1 …-target arm-unknown-linux-gnu -c %s -mthread-model posix -v 2>&1 | FileCheck -check-prefix=CHECK-P…
4 // CHECK-POSIX: "-mthread-model" "posix"
8 …ang -### -target arm-unknown-linux-gnu -c %s -v 2>&1 | FileCheck -check-prefix=CHECK-LINUX-POSIX %s
11 // CHECK-LINUX-POSIX: Thread model: posix
12 // CHECK-LINUX-POSIX: "-mthread-model" "posix"
19 …m32-unknown-linux-gnu -c %s -v -mthread-model posix 2>&1 | FileCheck -check-prefix=CHECK-WEBASSEMB…
23 …m64-unknown-linux-gnu -c %s -v -mthread-model posix 2>&1 | FileCheck -check-prefix=CHECK-WEBASSEMB…
25 // CHECK-WEBASSEMBLY-DEFAULT: Thread model: posix
26 // CHECK-WEBASSEMBLY-DEFAULT: "-mthread-model" "posix"
29 // CHECK-WEBASSEMBLY-POSIX: Thread model: posix
[all …]
/external/openthread/src/posix/
DREADME.md1 # OpenThread POSIX app
3 OpenThread supports running its core on POSIX and transmits radio frames through a radio transceive…
16 POSIX Chip
19 ## Build POSIX CLI
22 ./script/cmake-build posix
25 If built successfully, the binary should be found at: `build/posix/src/posix/ot-cli`.
45 ./build/posix/src/posix/ot-cli 'spinel+hdlc+forkpty://build/simulation/examples/apps/ncp/ot-rcp?for…
133 ./build/posix/src/posix/ot-cli 'spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200'
155 ./build/posix/src/posix/ot-cli 'spinel+hdlc+uart:///dev/ttyUSB0?uart-baudrate=115200'
160 OpenThread Posix Daemon mode uses a unix socket as input and output, so that OpenThread core can ru…
[all …]
/external/openthread/src/posix/platform/
DCMakeLists.txt29 set(OT_PLATFORM_LIB "openthread-posix" PARENT_SCOPE)
31 add_library(ot-posix-config INTERFACE)
35 target_compile_definitions(ot-posix-config
42 target_compile_definitions(ot-posix-config
46 target_compile_definitions(ot-posix-config
53 target_compile_definitions(ot-posix-config
60 target_compile_definitions(ot-posix-config
67 target_compile_definitions(ot-posix-config
74 target_compile_definitions(ot-posix-config
80 set(OT_CONFIG "openthread-core-posix-config.h" PARENT_SCOPE)
[all …]
/external/pcre/doc/html/
Dpcre2posix.html18 <li><a name="TOC3" href="#SEC3">USING THE POSIX FUNCTIONS</a>
48 This set of functions provides a POSIX-style API for the PCRE2 regular
49 expression 8-bit library. There are no POSIX-style wrappers for PCRE2's 16-bit
60 standard POSIX names such <b>regcomp()</b> into <b>pcre2_regcomp()</b> etc. This
61 means that a program can use the usual POSIX names without running the risk of
62 accidentally linking with POSIX functions from a different library.
65 On Unix-like systems the PCRE2 POSIX library is called <b>libpcre2-posix</b>, so
66 can be accessed by adding <b>-lpcre2-posix</b> to the command for linking an
67 application. Because the POSIX functions call the native ones, it is also
72 10.33 to 10.36 of the library contained functions with the POSIX names
[all …]
/external/bc/locales/
Dru_RU.ISO8859-5.msg66 16 "POSIX �� ��������� ���� ������� 1 �������: %s"
67 17 "POSIX �� ��������� ������������ � �������� '#'"
68 18 "POSIX �� ��������� ��������� �������� �����: %s"
69 19 "POSIX �� ��������� ����� ('.') � �������� ������ ��� ���������� ����������"
70 20 "POSIX ������� ������ ������ ��������� ��������"
71 21 "POSIX �� ��������� ������������ ��������� ��������: %s"
72 22 "POSIX �� ��������� ���������� ��������� �������� �� �������, ���� ����������� ��� �����"
73 23 "POSIX ������� 0 ��� 1 ��������� ��������� �� �������"
74 24 "POSIX �������, ����� ��� 3 ����� ����� ���� ���������"
75 25 "POSIX ������� ������� ����� ������ ����� ������ � ������� � ������������ �������"
[all …]
Dru_RU.CP1251.msg66 16 "POSIX �� ��������� ���� ������� 1 �������: %s"
67 17 "POSIX �� ��������� ������������ � �������� '#'"
68 18 "POSIX �� ��������� ��������� �������� �����: %s"
69 19 "POSIX �� ��������� ����� ('.') � �������� ������ ��� ���������� ����������"
70 20 "POSIX ������� ������ ������ ��������� ��������"
71 21 "POSIX �� ��������� ������������ ��������� ��������: %s"
72 22 "POSIX �� ��������� ���������� ��������� �������� �� �������, ���� ����������� ��� �����"
73 23 "POSIX ������� 0 ��� 1 ��������� ��������� �� �������"
74 24 "POSIX �������, ����� ��� 3 ����� ����� ���� ���������"
75 25 "POSIX ������� ������� ����� ������ ����� ������ � ������� � ������������ �������"
[all …]
Dru_RU.KOI8-R.msg66 16 "POSIX �� ��������� ���� ������� 1 �������: %s"
67 17 "POSIX �� ��������� ������������ � �������� '#'"
68 18 "POSIX �� ��������� ��������� �������� �����: %s"
69 19 "POSIX �� ��������� ����� ('.') � �������� ������ ��� ���������� ����������"
70 20 "POSIX ������� ������ ������ ��������� ��������"
71 21 "POSIX �� ��������� ������������ ��������� ��������: %s"
72 22 "POSIX �� ��������� ���������� ��������� �������� �� �������, ���� ����������� ��� �����"
73 23 "POSIX ������� 0 ��� 1 ��������� ��������� �� �������"
74 24 "POSIX �������, ����� ��� 3 ����� ����� ���� ���������"
75 25 "POSIX ������� ������� ����� ������ ����� ������ � ������� � ������������ �������"
[all …]
Dru_RU.CP866.msg66 16 "POSIX �� ����᪠�� ���� ������� 1 ᨬ����: %s"
67 17 "POSIX �� ����᪠�� �������ਥ� � �業��� '#'"
68 18 "POSIX �� ����᪠�� ᫥���饥 ���祢�� ᫮��: %s"
69 19 "POSIX �� ����᪠�� ��� ('.') � ����⢥ ��몠 ��� ��᫥����� १����"
70 20 "POSIX �ॡ�� ᪮��� ����� ��ࠦ���� ������"
71 21 "POSIX �� ࠧ�蠥� �ᯮ�짮���� ᫥���騩 ������: %s"
72 22 "POSIX �� ࠧ�蠥� �����ࠬ �ࠢ����� ��室��� �� �।���, �᫨ �⢥ত���� ��� 横��"
73 23 "POSIX �ॡ�� 0 ��� 1 ������ �ࠢ����� �� �᫮���"
74 24 "POSIX �ॡ��, �⮡� �� 3 ��� ��⫨ �뫨 ������묨"
75 25 "POSIX �ॡ�� ������ ����� ��ப� ����� �窮� � ����⮩ � ��।������� �㭪樨"
[all …]
Dja_JP.eucJP.msg66 16 "POSIX �� 1 ʸ�����Ĺ��̾������Ĥ��ޤ���%s"
67 17 "POSIX �� '#' ������ץȤΥ����Ȥ���Ĥ��ޤ���"
68 18 "POSIX �ϰʲ��Υ�����ɤ���Ĥ��ޤ���%s"
69 19 "POSIX �ϺǸ�η�̤Υ��硼�ȥ��åȤȤ��ƥԥꥪ�� ('.') ����Ĥ��ޤ���"
70 20 "POSIX ������ͼ��μ���˳�̤�ɬ�פȤ��ޤ���"
71 21 "POSIX �ϼ��α黻�Ҥ���Ĥ��ޤ���%s"
72 22 "POSIX �� if ʸ��롼�פγ�����ӱ黻�Ҥ���Ĥ��ޤ���"
73 23 "POSIX�Ͼ�老�Ȥ�0�ޤ���1����ӱ黻�Ҥ�ɬ�פȤ��ޤ���"
74 24 "POSIX��for�롼�פ�3�Ĥ���ʬ�����٤ƶ��Ǥʤ����Ȥ��׵ᤷ�ޤ���"
75 25 "POSIX�Ǥϡ����ߥ����ȴؿ�����δ֤˲��Ԥ������ɬ�פ�����ޤ���"
[all …]
Dru_RU.utf8.msg66 16 "POSIX не допускает имен длиннее 1 символа: %s"
67 17 "POSIX не допускает комментариев к сценарию '#'"
68 18 "POSIX не допускает следующее ключевое слово: %s"
69 19 "POSIX не допускает точку ('.') в качестве ярлыка для последнего результата"
70 20 "POSIX требует скобок вокруг выражений возврата"
71 21 "POSIX не разрешает использовать следующий оператор: %s"
72 22 "POSIX не разрешает операторам сравнения выходить за пределы, если утверждения или циклы"
73 23 "POSIX требует 0 или 1 оператора сравнения на условие"
74 24 "POSIX требует, чтобы все 3 части петли были непустыми"
75 25 "POSIX требует наличия новой строки между точкой с запятой и определением функции"
[all …]
Dru_RU.UTF-8.msg66 16 "POSIX не допускает имен длиннее 1 символа: %s"
67 17 "POSIX не допускает комментариев к сценарию '#'"
68 18 "POSIX не допускает следующее ключевое слово: %s"
69 19 "POSIX не допускает точку ('.') в качестве ярлыка для последнего результата"
70 20 "POSIX требует скобок вокруг выражений возврата"
71 21 "POSIX не разрешает использовать следующий оператор: %s"
72 22 "POSIX не разрешает операторам сравнения выходить за пределы, если утверждения или циклы"
73 23 "POSIX требует 0 или 1 оператора сравнения на условие"
74 24 "POSIX требует, чтобы все 3 части петли были непустыми"
75 25 "POSIX требует наличия новой строки между точкой с запятой и определением функции"
[all …]
Dpt_PT.UTF-8.msg66 16 "POSIX não permite nomes com mais de 1 caractere: %s"
67 17 "POSIX não permite comentários de script '#'"
68 18 "POSIX não permite a seguinte palavra-chave: %s"
69 19 "POSIX não permite um ponto ('.') como um atalho para o último resultado"
70 20 "POSIX requer parênteses em torno de expressões de retorno"
71 21 "POSIX não permite o seguinte operador: %s"
72 22 "POSIX não permite operadores de comparação fora das expressões 'if' ou loops"
73 23 "POSIX requer operadores 0 ou 1 de comparação por condição"
74 24 "POSIX não permite uma expressão vazia em um loop 'for'"
75 25 "POSIX requer uma nova linha entre um ponto-e-vírgula e uma definição de função"
[all …]
Den_NZ.utf8.msg66 16 "POSIX does not allow names longer than 1 character: %s"
67 17 "POSIX does not allow '#' script comments"
68 18 "POSIX does not allow the following keyword: %s"
69 19 "POSIX does not allow a period ('.') as a shortcut for the last result"
70 20 "POSIX requires parentheses around return expressions"
71 21 "POSIX does not allow the following operator: %s"
72 22 "POSIX does not allow comparison operators outside if statements or loops"
73 23 "POSIX requires 0 or 1 comparison operators per condition"
74 24 "POSIX requires all 3 parts of a for loop to be non-empty"
75 25 "POSIX requires a newline between a semicolon and a function definition"
[all …]
Dnl_NL.UTF-8.msg66 16 "POSIX staat geen namen toe die langer zijn dan 1 teken: %s"
67 17 "POSIX staat geen '#'-scriptcommentaar toe"
68 18 "POSIX laat het volgende sleutelwoord niet toe: %s"
69 19 "POSIX staat geen periode ('.') toe als een kortere weg voor het laatste resultaat"
70 20 "POSIX vereist haakjes rond de terugkeeruitdrukkingen"
71 21 "POSIX laat de volgende operator niet toe: %s"
72 22 "POSIX laat geen vergelijking toe tussen operatoren buiten als verklaringen of lussen"
73 23 "POSIX vereist 0 of 1 vergelijkingsoperator per conditie"
74 24 "POSIX vereist dat alle 3 de delen van een lus niet leeg zijn"
75 25 "POSIX vereist een nieuwe regel tussen een puntkomma en een functiedefinitie"
[all …]
Dde_DE.ISO8859-1.msg66 16 "POSIX erlaubt keine Namen mit mehr als 1 Zeichen L�nge: %s"
67 17 "POSIX erlaubt keine '#'-Skriptkommentare"
68 18 "POSIX erlaubt das Schl�sselwort \"%s\" nicht"
69 19 "POSIX erlaubt keinen Punkt ('.') als Abk�rzung f�r das letzte Ergebnis"
70 20 "POSIX ben�tigt Klammern um R�ckgabeausdr�cke"
71 21 "POSIX erlaubt den Operator \"%s\" nicht"
72 22 "POSIX erlaubt keine Vergleichsoperatoren au�erhalb von if-Anweisungen oder Schleifen"
73 23 "POSIX ben�tigt 0 oder 1 Vergleichsoperatoren pro Bedingung"
74 24 "POSIX erlaubt keinen leeren Ausdruck in einer for-Schleife"
75 25 "POSIX verlangt einen Zeilenumbruch zwischen einem Semikolon und einer Funktionsdefinition"
[all …]
Dpt_BR.UTF-8.msg66 16 "POSIX não permite nomes com mais de 1 caractere: %s"
67 17 "POSIX não permite comentários de script '#'"
68 18 "POSIX não permite a seguinte palavra-chave: %s"
69 19 "POSIX não permite um ponto ('.') como um atalho para o último resultado"
70 20 "POSIX requer parênteses em torno de expressões de retorno"
71 21 "POSIX não permite o seguinte operador: %s"
72 22 "POSIX não permite operadores de comparação fora das expressões 'if' ou loops"
73 23 "POSIX requer operadores 0 ou 1 de comparação por condição"
74 24 "POSIX não permite uma expressão vazia em um loop 'for'"
75 25 "POSIX requer uma nova linha entre um ponto-e-vírgula e uma definição de função"
[all …]
Dde_AT.ISO8859-1.msg66 16 "POSIX erlaubt keine Namen mit mehr als 1 Zeichen L�nge: %s"
67 17 "POSIX erlaubt keine '#'-Skriptkommentare"
68 18 "POSIX erlaubt das Schl�sselwort \"%s\" nicht"
69 19 "POSIX erlaubt keinen Punkt ('.') als Abk�rzung f�r das letzte Ergebnis"
70 20 "POSIX ben�tigt Klammern um R�ckgabeausdr�cke"
71 21 "POSIX erlaubt den Operator \"%s\" nicht"
72 22 "POSIX erlaubt keine Vergleichsoperatoren au�erhalb von if-Anweisungen oder Schleifen"
73 23 "POSIX ben�tigt 0 oder 1 Vergleichsoperatoren pro Bedingung"
74 24 "POSIX erlaubt keinen leeren Ausdruck in einer for-Schleife"
75 25 "POSIX verlangt einen Zeilenumbruch zwischen einem Semikolon und einer Funktionsdefinition"
[all …]
Den_NZ.ISO8859-1.msg66 16 "POSIX does not allow names longer than 1 character: %s"
67 17 "POSIX does not allow '#' script comments"
68 18 "POSIX does not allow the following keyword: %s"
69 19 "POSIX does not allow a period ('.') as a shortcut for the last result"
70 20 "POSIX requires parentheses around return expressions"
71 21 "POSIX does not allow the following operator: %s"
72 22 "POSIX does not allow comparison operators outside if statements or loops"
73 23 "POSIX requires 0 or 1 comparison operators per condition"
74 24 "POSIX requires all 3 parts of a for loop to be non-empty"
75 25 "POSIX requires a newline between a semicolon and a function definition"
[all …]
/external/grpc-grpc/tools/run_tests/generated/
Dtests.json10 "posix",
23 "posix",
34 "posix",
47 "posix",
58 "posix",
71 "posix",
82 "posix",
95 "posix",
106 "posix",
119 "posix",
[all …]
/external/python/cpython2/Lib/
Dshlex.py7 # Posix compliance, split(), string arguments, and
23 def __init__(self, instream=None, infile=None, posix=False): argument
32 self.posix = posix
33 if posix:
40 if self.posix:
140 if self.token or (self.posix and quoted):
147 elif self.posix and nextchar in self.escape:
154 if not self.posix:
162 if self.token or (self.posix and quoted):
174 if not self.posix:
[all …]

12345678910>>...166