- t2ex
- t2ex_source/t2ex/fs/fimp/src/fimp_console.c - 12.8KB - 444 lines
105: name += len + 1;
106: if (strcmp(name, STDIN_FN) == 0) return STDIN_FID;
107: if (strcmp(name, STDOUT_FN) == 0) return STDOUT_FID;
- More results from fimp_console.c
- t2ex_source/t2ex/fs/fs/src/fs_attach.c - 4.7KB - 143 lines
103:
104: if (strcmp(fimpnm, FIMP_AUTODETECT) == 0) {
105: /* FIMP_AUTODETECT isn't supported */
- t2ex_source/t2ex/fs/fs/src/fs_con.c - 7.1KB - 244 lines
115: cond = (fs_cond_t *)cond->c_desc.d_list.next) {
116: if (strcmp(cond->c_coninf.connm, connm) == 0) {
117: return cond; /* Found */
- t2ex_source/t2ex/fs/fs/src/fs_fimp.c - 6.7KB - 223 lines
96: fimpd = (fs_fimpd_t *)fimpd->p_desc.d_list.next) {
97: if (strcmp(fimpd->p_fimpinf.fimpnm, fimpnm) == 0) {
98: return fimpd; /* Found */
- t2ex_source/t2ex/fs/fs/src/fs_root.c - 9.2KB - 312 lines
128: {
129: if (strcmp(req->path, root_con_name) != 0) return EX_NOENT;
130: if ((req->oflags & O_ACCMODE) != O_RDONLY) return EX_ROFS;
- More results from fs_root.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_resctl.c - 9.2KB - 311 lines
143: }
144: if( strcmp( x->host, y->host ) != 0 ) {
145: return 1;
- More results from tkn_resctl.c