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

/barrelfish-2018-10-04/lib/libc/string/
H A Dstrsep.c56 char *tok; local
60 for (tok = s;;) {
70 return (tok);
H A Dwcstok.c45 wchar_t *tok; local
65 tok = s - 1;
81 return (tok);
H A Dstrtok.c54 char *spanp, *tok; local
74 tok = s - 1;
90 return (tok);
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dparse_names.c64 char* tok = p; // just make sure it's non-null local
66 for (i = 0; tok != NULL; i++, first = NULL) {
67 tok = strtok(first, ",");
84 tok = input; // just make sure it's non-null
86 for (i = 0; tok != NULL; i++, first = NULL) {
87 tok = strtok(first, ", ");
88 if (tok != NULL) {
89 (*names)[i] = mystrdup(tok);
/barrelfish-2018-10-04/lib/dist/
H A Dskb.c34 char *tok = p; local
35 for (i = 0; (i < n) && (tok != NULL); i++, p = NULL) {
36 tok = strtok(p, "[,]");
37 if (tok != NULL) {
38 cores[i] = strtol(tok, NULL, 10);
H A Dargs.c105 char *tok = p; local
106 for (i = 0; tok != NULL; i++, p = NULL) {
107 tok = strtok(p, ",");
119 tok = p;
120 for (i = 0; tok != NULL; i++, p = NULL) {
121 tok = strtok(p, ",");
122 if (tok != NULL) {
123 (*list)[i] = strtol(tok, NULL, 10);
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dargs.c105 char *tok = p; local
106 for (i = 0; tok != NULL; i++, p = NULL) {
107 tok = strtok(p, ",");
119 tok = p;
120 for (i = 0; tok != NULL; i++, p = NULL) {
121 tok = strtok(p, ",");
122 if (tok != NULL) {
123 (*list)[i] = strtol(tok, NULL, 10);
H A Dskb.c141 char *tok = p; local
142 for (i = 0; (i < n) && (tok != NULL); i++, p = NULL) {
143 tok = strtok(p, "[,]");
144 if (tok != NULL) {
145 cores[i] = strtol(tok, NULL, 10);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dlex.c359 int tok = NO_TOKEN; local
370 tok = EOI;
380 tok = EOI;
386 tok = _skip_blanks(nst, sd, &pligne, &cc, &ctype);
387 if (LexError(tok))
391 goto _start_; /* tok maybe BLANK_SPACE */
394 tok = _skip_blanks(nst, sd, &pligne, &cc, &ctype);
395 if (LexError(tok))
397 else if (tok == BLANK_SPACE) {
405 tok
[all...]
/barrelfish-2018-10-04/include/bsm/
H A Daudit_record.h204 int au_close_token(token_t *tok, u_char *buffer, size_t *buflen);

Completed in 60 milliseconds