| /src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| test-names.c | 41 getfield (FILE *stream, char *buffer, int delim) function 91 n = getfield (stream, field0, ';'); 92 n += getfield (stream, field1, ';');
|
| /src/external/mit/lua/dist/src/ |
| loslib.c | 253 static int getfield (lua_State *L, const char *key, int d, int delta) { function 354 ts.tm_year = getfield(L, "year", -1, 1900); 355 ts.tm_mon = getfield(L, "month", -1, 1); 356 ts.tm_mday = getfield(L, "day", -1, 0); 357 ts.tm_hour = getfield(L, "hour", 12, 0); 358 ts.tm_min = getfield(L, "min", 0, 0); 359 ts.tm_sec = getfield(L, "sec", 0, 0);
|
| /src/usr.bin/calendar/ |
| calendar.c | 121 static int getfield(char *, char **, int *); 281 if (!(v1 = getfield(endp, &endp, &flags))) 288 if ((month = getfield(endp, &endp, &flags)) == 0) { 295 if ((day = getfield(endp, &endp, &flags)) == 0) 298 v2 = getfield(endp, &endp, &flags); 347 getfield(char *p, char **endp, int *flags) function
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| gen-lbrkprop.c | 103 getfield (FILE *stream, char *buffer, int delim) function 170 n = getfield (stream, field0, ';'); 171 n += getfield (stream, field1, ';'); 172 n += getfield (stream, field2, ';'); 173 n += getfield (stream, field3, ';'); 174 n += getfield (stream, field4, ';'); 175 n += getfield (stream, field5, ';'); 176 n += getfield (stream, field6, ';'); 177 n += getfield (stream, field7, ';'); 178 n += getfield (stream, field8, ';') [all...] |
| /src/external/bsd/libbind/dist/irs/ |
| irpmarshall.c | 101 static char *getfield(char **res, size_t reslen, char **buffer, char delim); 252 if (getfield(&name, 0, &p, fieldsep) == NULL || strlen(name) == 0) { 258 if (getfield(&pass, 0, &p, fieldsep) == NULL) { /*%< field can be empty */ 265 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL || 282 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL || 299 if (getfield(&class, 0, &p, fieldsep) == NULL) { 307 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL || 324 if (getfield(&tb, sizeof tmpbuf, &p, fieldsep) == NULL || 341 if (getfield(&gecos, 0, &p, fieldsep) == NULL) { 349 if (getfield(&dir, 0, &p, fieldsep) == NULL) 1801 getfield(char **res, size_t reslen, char **ptr, char delim) { function [all...] |