OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kid
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/plugins/
passprompt.c
31
pid_t
kid
;
local
45
if ((
kid
= fork()) == (pid_t) -1) {
51
if (!
kid
) {
89
while (waitpid(
kid
, &wstat, 0) < 0) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java
1031
int
kid
= nodeHandle + 1;
local
1205
int
kid
= NULL;
local
[
all
...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp
860
QWebHistoryItem
kid
(new QWebHistoryItemPrivate(children[i].get()));
861
kids.insert(DumpRenderTreeSupportQt::historyItemTarget(
kid
),
kid
);
local
[
all
...]
Completed in 246 milliseconds