Lines Matching defs:string
40 * will allow you to parse a string to determine the iotype.
65 * int lio_parse_io_arg1(char *string)
68 * int lio_parse_io_arg2(char *string, char **badtoken)
108 #include <string.h>
190 char Lio_SysCall[PATH_MAX]; /* string containing last i/o system call */
272 * This function will parse a string and return desired io-method.
273 * Only the first character of the string is used.
280 int lio_parse_io_arg1(char *string)
287 * Determine if token is a valid string.
291 if (strcmp(string, Lio_info1[ind].token) == 0) {
326 * This function will parse a string and return the desired io-method.
334 int lio_parse_io_arg2(char *string, char **badtoken)
336 char *token = string;
357 * Determine if token is a valid string or number and if
546 char *io_type; /* Holds string of type of io */
713 * the string of the system call and place it in Lio_SysCall.
1121 char *io_type; /* Holds string of type of io */
1290 * the string of the system call and place it in Lio_SysCall.