Searched defs:tokens (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dexec.c94 * Split command line into tokens
97 * @v tokens Token list to populate, or NULL
98 * @ret count Number of tokens
100 * Splits the command line into whitespace-delimited tokens. If @c
101 * tokens is non-NULL, any whitespace in the command line will be
104 static int split_command ( char *command, char **tokens ) {
110 if ( tokens )
118 if ( tokens )
119 tokens[count] = command;
162 * @v tokens Toke
166 command_terminator( char **tokens, int ( **process_next ) ( int rc ) ) argument
231 expand_tokens( int argc, char **tokens, char **argv ) argument
275 char **tokens; local
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c62 gchar **tokens; local
65 tokens = g_strsplit_set (stdout_text, "\n\r", -1);
66 for (i = 0; tokens[i]; i++)
71 code = g_strchug (tokens[i]);
83 g_strfreev (tokens);
242 gchar **tokens = g_strsplit_set (priv->code, "_.@", 2); local
243 priv->name = g_strdup (tokens[0]);
244 g_strfreev (tokens);
285 gchar **tokens = g_strsplit_set (priv->code, "_.@", 3); local
286 priv->territory = g_strdup (tokens[
[all...]
H A Duser.c242 char **tokens; local
268 tokens = g_strsplit (entry->pw_gecos, ",", -1);
269 if (tokens[0] != NULL && tokens[0][0] != '\0')
270 real_name = g_strdup (tokens[0]);
273 g_strfreev (tokens);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c3012 static const char *tokens[] = { local
3033 for( i = 0; i < sizeof(tokens)/sizeof(tokens[0]); i++ )
3035 PL_strcat(string, tokens[i]);
3039 /* Scan the string for tokens. */
3044 if( PL_strcmp(token, tokens[i]) != 0 )
3052 if( i != sizeof(tokens)/sizeof(tokens[0]) )
3054 printf("FAIL wrong number of tokens scanned\n");
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c8541 * into a whitespace-separated list of tokens (whitespace is any sequence
8544 * have a unique ID equal to any of the tokens in the list.
8548 xmlChar *tokens; local
8563 tokens =
8565 ns = xmlXPathGetElementsByIds(ctxt->context->doc, tokens);
8568 if (tokens != NULL)
8569 xmlFree(tokens);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 88 milliseconds