OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getopt_word
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libarchive/dist/cat/
bsdcat.h
22
char *
getopt_word
;
member in struct:bsdcat
cmdline.c
141
bsdcat->
getopt_word
= *bsdcat->argv++;
143
if (bsdcat->
getopt_word
[1] == '-') {
146
bsdcat->
getopt_word
+= 2; /* Skip leading '--' */
150
++bsdcat->
getopt_word
; /* Skip leading '-' */
159
opt = *bsdcat->
getopt_word
++;
175
/* If arg is run-in, bsdcat->
getopt_word
already points to it. */
176
if (bsdcat->
getopt_word
[0] == '\0') {
178
bsdcat->
getopt_word
= *bsdcat->argv;
179
if (bsdcat->
getopt_word
== NULL) {
193
bsdcat->argument = bsdcat->
getopt_word
;
[
all
...]
/src/external/bsd/libarchive/dist/tar/
cmdline.c
231
bsdtar->
getopt_word
= *bsdtar->argv++;
241
opt = *bsdtar->
getopt_word
++;
281
bsdtar->
getopt_word
= *bsdtar->argv++;
283
if (bsdtar->
getopt_word
[1] == '-') {
286
bsdtar->
getopt_word
+= 2; /* Skip leading '--' */
290
++bsdtar->
getopt_word
; /* Skip leading '-' */
299
opt = *bsdtar->
getopt_word
++;
315
/* If arg is run-in, bsdtar->
getopt_word
already points to it. */
316
if (bsdtar->
getopt_word
[0] == '\0') {
318
bsdtar->
getopt_word
= *bsdtar->argv
[
all
...]
bsdtar.h
62
char *
getopt_word
;
member in struct:bsdtar
Completed in 15 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026