Searched refs:origstr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sbin/modload/
H A Dmain.c223 parse_param(prop_dictionary_t props, const char *origstr, argument
228 name = strdup(origstr);
233 errx(EXIT_FAILURE, "Invalid parameter `%s'", origstr);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Denvmgmt.c247 Finds substr in origstr; Removes
256 env_strip (char *origstr, const char *substr) argument
260 if (origstr == NULL || substr == NULL || *substr == 0)
262 while ((p = q = CALL_UTIL (strstr)(origstr, substr)))
267 while (*q != ':' && *q != ' ' && *q != '=' && q != origstr) /* strip path */
269 if (q != origstr) /* restore leading separator (if any) */
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Denvmgmt.c247 Finds substr in origstr; Removes
256 env_strip (char *origstr, const char *substr) argument
260 if (origstr == NULL || substr == NULL || *substr == 0)
262 while ((p = q = CALL_UTIL (strstr)(origstr, substr)))
267 while (*q != ':' && *q != ' ' && *q != '=' && q != origstr) /* strip path */
269 if (q != origstr) /* restore leading separator (if any) */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c3974 const char *origstr = XSTR (x, 0); local
3976 str = (* targetm.strip_name_encoding) (origstr);

Completed in 104 milliseconds