| /src/external/bsd/cron/dist/ |
| job.c | 139 char *within, *t; local 148 within = env_get("CRON_WITHIN", j->e->envp); 149 if (within == NULL) 154 delta = strtol(within, &t, 10);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ppc.h | 137 symbolS *within; 189 symbol_get_tc (dest)->within = symbol_get_tc (src)->within; \ 205 /* Next subsegment to allocate within the segment. */ 136 symbolS *within; member in struct:ppc_tc_sy
|
| tc-ppc.c | 994 however, are all encompassed within the .text, .data or .bss sections 996 subsegments within these main segments. 1024 symbol_get_tc (s->csects)->within = s->csects; 1033 the TOC as a subsegment within the .data segment. We set it up if 2911 symbol_get_tc (sym)->within = ppc_current_csect; 2930 symbol_append (sym, symbol_get_tc (ppc_current_csect)->within, 2933 symbol_get_tc (ppc_current_csect)->within = sym; 2935 /* Some labels like .bs are using within differently. 2937 if (symbol_get_tc (sym)->within == NULL) 2938 symbol_get_tc (sym)->within = ppc_current_csect 6107 symbolS* within = symbol_get_tc (sym)->within; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ppc.h | 136 symbolS *within; 188 symbol_get_tc (dest)->within = symbol_get_tc (src)->within; \ 204 /* Next subsegment to allocate within the segment. */ 135 symbolS *within; member in struct:ppc_tc_sy
|
| tc-ppc.c | 1015 however, are all encompassed within the .text, .data or .bss sections 1017 subsegments within these main segments. 1045 symbol_get_tc (s->csects)->within = s->csects; 1054 the TOC as a subsegment within the .data segment. We set it up if 2947 symbol_get_tc (sym)->within = ppc_current_csect; 2966 symbol_append (sym, symbol_get_tc (ppc_current_csect)->within, 2969 symbol_get_tc (ppc_current_csect)->within = sym; 2971 /* Some labels like .bs are using within differently. 2973 if (symbol_get_tc (sym)->within == NULL) 2974 symbol_get_tc (sym)->within = ppc_current_csect 6149 symbolS* within = symbol_get_tc (sym)->within; local [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| history.c | 93 * "Field" modifiers apply. -l forces a sort by file within user 206 char *mod; /* The module within which the file is contained */ 217 static int within (char *find, char *string); 322 - If a user is selected at all, sort it first. User-within-file is useless. 1249 within (char *find, char *string) function 1356 if (within (since_tag, hr->rev)) 1369 if (within (backto, hr->file) || within (backto, hr->mod) || 1370 within (backto, hr->repos)) 1441 /* if requested file is found within {repos}/file fields * [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| c6x.cc | 3053 rtx_insn *within, *last; 3066 for (within = insn; 3067 (within != NEXT_INSN (end) 3068 && (within == insn || GET_MODE (within) != TImode)); 3069 within = NEXT_INSN (within)) 3072 if (!NONDEBUG_INSN_P (within)) 3074 icode = recog_memoized (within); 3077 if (shadow_p (within)) 3036 rtx_insn *within, *last; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| c6x.cc | 3052 rtx_insn *within, *last; 3065 for (within = insn; 3066 (within != NEXT_INSN (end) 3067 && (within == insn || GET_MODE (within) != TImode)); 3068 within = NEXT_INSN (within)) 3071 if (!NONDEBUG_INSN_P (within)) 3073 icode = recog_memoized (within); 3076 if (shadow_p (within)) 3035 rtx_insn *within, *last; local [all...] |